10952 Commits

Author SHA1 Message Date
William Schaefer
e2833b3b2e 4112 change status column to score column change icons to be circles 2018-08-30 13:03:58 -04:00
William Schaefer
d76aeb914d 4165 fix attrbute data array size 2018-08-29 18:11:02 -04:00
William Schaefer
f37ff02c3f 4165 populate the comment and description columns for interesting files in reports 2018-08-29 17:55:17 -04:00
U-BASIS\dgrove
f324265353 Added null check; revised method inputs. 2018-08-29 17:16:02 -04:00
William Schaefer
48da354380 4112 group tagged items and items with interesting artifacts together 2018-08-29 17:00:04 -04:00
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
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 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
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
Brian Sweeney
03d0254506 trying to appease codacy 2018-08-28 07:52:43 -06: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
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
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
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
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