20771 Commits

Author SHA1 Message Date
William Schaefer
f519c4c2b8 4112 remove unnecessary query from interesting item check 2018-08-29 14:21:41 -04:00
William Schaefer
59c8f80d7c 4112 intial column status still has placeholder for notable item 2018-08-29 14:13:20 -04:00
esaunders
8bd9f76f6f
Merge pull request #4068 from briangsweeney/3870-pure-callable
4111 performance improvements for common files search from tree expansion listener
2018-08-29 12:42:11 -04:00
Andrew Ziehl
56156cc7b9 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3870-pure-callable
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/AllInterCaseCommonAttributeSearcher.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonAttributeSearchResults.java
#	Core/test/qa-functional/src/org/sleuthkit/autopsy/commonfilessearch/InterCaseTestUtils.java
#	Core/test/qa-functional/src/org/sleuthkit/autopsy/commonfilessearch/IntraCaseTestUtils.java
2018-08-29 08:56:55 -07:00
Brian Carrier
dac120113c
Merge pull request #4066 from briangsweeney/4102-filter-by-frequency
4102 filter by frequency
2018-08-29 09:15:33 -04:00
millmanorama
15b36b2349 remove dead code 2018-08-29 12:38:36 +02:00
millmanorama
cc59b5c046 don't show regrouping confirmation when already showing all data sources 2018-08-29 12:30:08 +02:00
millmanorama
99100f0557 force regroup when using datasource dialog 2018-08-29 12:29:07 +02:00
millmanorama
6b5cc03fad make non path regrouping cancellable via dialog 2018-08-29 11:56:38 +02:00
millmanorama
02955014ba WIP 2018-08-29 09:52:18 +02:00
Brian Sweeney
333060bebb ui text added to bundles 2018-08-28 18:15:35 -06:00
Brian Sweeney
59efa9bf0e removed dead code 2018-08-28 17:53:30 -06:00
Brian Sweeney
c202db7261 error messages truncated 2018-08-28 17:49:46 -06:00
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