20108 Commits

Author SHA1 Message Date
Andrew Ziehl
e5f1936e1f Make outlineView protected so that CommonAttributesSearchResultsViewerTable can add the treelistener itself. 2018-08-28 15:10:51 -07:00
Andrew Ziehl
ea29efccf3 Address PR feedback 2018-08-28 13:24:03 -07:00
Andrew Ziehl
c113844a3c rename findFiles() to findMatches() since it's more type agnostic. Add code comments. 2018-08-28 11:57:12 -07:00
Andrew Ziehl
5b2ac0ea0c Disable mimetype UI elements. 2018-08-28 11:23:14 -07:00
Andrew Ziehl
f8e89a1f57 Adjust bunddle strings, naming from files to attributes, add type to tab title. Bugfix to check for null before adding commonAttributeValue to results. 2018-08-28 11:18:35 -07:00
esaunders
b6ddd6e39b
Merge pull request #4071 from eugene7646/input_scan_time_fix
Input scan time fix
2018-08-28 13:52:07 -04:00
Brian Sweeney
120b3db105 comparison was backwards 2018-08-28 11:37:19 -06:00
William Schaefer
22a28aa25e 4114 return null if we try to get an attribute and the case isn't in cr 2018-08-28 13:33:19 -04:00
Andrew Ziehl
a80efc959d fix spacing issue in query after switching to string builder. 2018-08-28 10:01:40 -07:00
William Schaefer
2f57b43676 4163 fix bug using wrong cache 2018-08-28 12:52:42 -04:00
Andrew Ziehl
3bde2744aa Fix for non-file correlation types. Also fies bug where last instance of CR search matches was not added to results. 2018-08-28 09:52:34 -07:00
William Schaefer
056f4e9534 4163 update copyright dates 2018-08-28 12:04:15 -04:00
William Schaefer
ebcac1eb24 4163 comments and refactoring for clarity with new caches 2018-08-28 12:01:39 -04:00
U-BASIS\dgrove
72b07842df Fixed several issues following the previous merge. 2018-08-28 12:00:41 -04:00
William Schaefer
2dd937dfa7 4114 change Comment column name to C 2018-08-28 11:17:54 -04:00
Brian Sweeney
d85c20c85a need to verify input before doing anything and disregard what codacy says about this 2018-08-28 08:49:02 -06:00
Brian Sweeney
e24aed2e56 bad test code 2018-08-28 08:47:48 -06:00
Eugene Livis
b5dcd2bd37 Additional logging 2018-08-28 10:37:07 -04:00
Brian Sweeney
03d0254506 trying to appease codacy 2018-08-28 07:52:43 -06:00
millmanorama
dba02a6ffa make sure unseen groups always get updated when a group is marked as seen 2018-08-28 09:45:57 +02:00
U-BASIS\dgrove
0bb292eb2c Merge remote-tracking branch 'upstream/develop' into 4153_AnnotationsContentViewer 2018-08-28 02:54:35 -04:00
U-BASIS\dgrove
b13d5aefe4 Annotations content viewer added. 2018-08-28 02:52:28 -04:00
millmanorama
2d661e66c8 cleanup NextUnseenGroup.java 2018-08-28 08:44:24 +02:00
Andrew Ziehl
1d99ed0e3b Functioning common file search on types. 2018-08-27 16:28:39 -07:00
Andrew Ziehl
dc8749d000 Add combobox to intercasePanel. Wire up typing. 2018-08-27 15:31:01 -07:00
Andrew Ziehl
8d847415a2 Merge branch '4102-filter-by-frequency' of https://github.com/briangsweeney/autopsy into 4121_correlation_types
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/AllInterCaseCommonAttributeSearcher.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonAttributePanel.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/InterCaseCommonAttributeSearcher.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/IntraCaseCommonAttributeSearcher.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/SingleInterCaseCommonAttributeSearcher.java
#	Core/test/qa-functional/src/org/sleuthkit/autopsy/commonfilessearch/IngestedWithHashAndFileTypeInterCaseTests.java
2018-08-27 15:13:35 -07:00
Andrew Ziehl
d0961279cc Revert "Break CommonFilesSearch into two Tab Panels"
This reverts commit cf5f576830e11e5d4341202472eb86949cedca4d.
2018-08-27 15:08:53 -07:00
William Schaefer
fc4e549dd1 4163 remove unused import 2018-08-27 17:15:54 -04:00
William Schaefer
288391f7d0 4163 cache based on both criteria we use to get case and datasource 2018-08-27 17:13:45 -04:00
Eugene Livis
46bb667bf3 No longer trying to find case output directory for each job while doing an input scan 2018-08-27 16:52:26 -04:00
Eugene Livis
f4c253f1ae Removed a duplicate scan of the output directory for each manifest file 2018-08-27 16:34:50 -04:00
Brian Sweeney
aa8feb64bb codacy stuff 2018-08-27 14:32:12 -06:00
Brian Sweeney
6681accdc7 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4102-filter-by-frequency
# Conflicts:
#	Core/test/qa-functional/src/org/sleuthkit/autopsy/commonfilessearch/IntraCaseTestUtils.java
2018-08-27 13:46:02 -06:00
Brian Sweeney
d77ff585b9 dummy hash values replaced with things which will actually pass normalization, exception handling revised to reflect presence of correlationattributenormalizationexception 2018-08-27 12:36:24 -06:00
Brian Sweeney
0517b4654c usbid tests are basically disabled for now 2018-08-27 12:35:12 -06:00
Brian Sweeney
1eaf5a15a5 the only place we should modify correlation values is in the normalizer! 2018-08-27 12:34:27 -06:00
William Schaefer
0b3a9fab0e 4163 move queries to helper functions when caching for readability 2018-08-27 13:47:33 -04:00
William Schaefer
2e195cf16e 4163 reset caches when CR connections are shutdown 2018-08-27 13:37:35 -04:00
William Schaefer
e352817801 4163 add caches to case, type, and datasource for eamdb queries 2018-08-27 13:37:20 -04:00
millmanorama
d73f861d07 WIP 2018-08-27 17:25:22 +02:00
Andrew Ziehl
0a3f8c5773 add code to fill out correlation type filter model, and create a backing Map to lookup the type at time of search. 2018-08-27 07:55:49 -07:00
millmanorama
437f2446e8 internationalize non-path grouping text 2018-08-27 15:19:42 +02:00
millmanorama
c1272982b3 Merge remote-tracking branch 'raman/1010-ig-by-datasource' into 1010/7-datasource-filtering-merged 2018-08-27 11:57:49 +02:00
millmanorama
c1f996800f move button and refactor the Toolbar controller slightly 2018-08-27 11:32:06 +02:00
Brian Sweeney
c829b57ec9 first pass at fixing all the merge conflicts 2018-08-24 17:18:59 -06:00
William Schaefer
7441735140 4114 clean up codacy suggestions 2018-08-24 17:49:49 -04:00
William Schaefer
12d92dd121 4114 fix comment checking following merge conflicts 2018-08-24 17:24:14 -04:00
Andrew Ziehl
cf5f576830 Break CommonFilesSearch into two Tab Panels 2018-08-24 13:25:47 -07:00
Andrew Ziehl
cf8af26327 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 4121_correlation_types
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CentralRepoCommonAttributeInstance.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/InterCaseSearchResultsProcessor.java
2018-08-24 12:59:08 -07:00
William Schaefer
eb9e93e39c 4114 resolve new merge conflict with develop 2018-08-24 15:58:38 -04:00