19380 Commits

Author SHA1 Message Date
U-BASIS\dgrove
2c9762cf31 Populate new menu item from AbstractAbstractFileNode. 2018-06-08 11:45:55 -04:00
Ann Priestman
38f34d7b0a Cleanup 2018-06-08 11:31:02 -04:00
Ann Priestman
a2c998479e Merge remote-tracking branch 'upstream/develop' into 2823_tskLayerTest 2018-06-08 11:30:43 -04:00
William Schaefer
d07a29ec1e Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3878-JobsSnapshotAsArg-Develop 2018-06-08 10:51:01 -04:00
William Schaefer
9d2639a177 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3845-ObjectDetectionModule 2018-06-08 10:49:10 -04:00
William Schaefer
11a56cba75 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3832-FixAidJobOrdering 2018-06-08 10:48:06 -04:00
Brian Sweeney
4c12a4b0cf more or less works - needs code quality cleanup, efficiency cleanup, some minor bugfixes, and testing 2018-06-07 18:39:21 -06:00
William Schaefer
18a4c402b3 3819 fix bug with null parent archive 2018-06-07 18:02:42 -04:00
Brian Carrier
2b325f7ae1 renamed isValid... 2018-06-07 17:54:05 -04:00
William Schaefer
1a0197ab10 3819 make depth count fix have some thread safety 2018-06-07 17:46:51 -04:00
U-BASIS\dgrove
3c8daa283a Allow new menu item to appear for local files. 2018-06-07 17:05:34 -04:00
Raman
3a86bfc5ec Codacy-inspired minor cleanup 2018-06-07 16:30:08 -04:00
Raman
d8412271f7 Minor cleaanup 2018-06-07 16:13:38 -04:00
U-BASIS\dgrove
d658665e6c Third batch updated for PMD error suppression and correction. 2018-06-07 16:07:24 -04:00
U-BASIS\dgrove
0e0ca3ad75 Addressed review comments. 2018-06-07 15:20:52 -04:00
Brian Carrier
d1ffa14500 codacy changes 2018-06-07 14:03:30 -04:00
Raman
00bcaf8d85 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3865_replace_tag 2018-06-07 13:49:35 -04:00
Raman
1d3fffadf9 Refactored to remove code duplication 2018-06-07 13:48:38 -04:00
Brian Carrier
15d4185c47 fix tests, more API reduction 2018-06-07 13:45:04 -04:00
U-BASIS\dgrove
f2a05ad11b Reversed unnecessary file change. 2018-06-07 13:40:09 -04:00
U-BASIS\dgrove
0a3fabce8f Second batch updated for PMD error suppression and correction. 2018-06-07 13:26:18 -04:00
U-BASIS\dgrove
f94861b24a First batch updated for PMD error suppression and correction. 2018-06-07 12:22:55 -04:00
Andrew Ziehl
fecfc8df70 Wrapper Child factory in callable to further delay execution. Still doesn't make Search lazy since DataResultFilterNode will gather all children and do lookups which triggers the children queries. 2018-06-07 08:56:33 -07:00
U-BASIS\dgrove
66f4e527a1 Merge remote-tracking branch 'upstream/develop' into 3854_ViewFileInDirectoryKeywordSearchHits 2018-06-07 11:08:33 -04:00
U-BASIS\dgrove
8332618e45 Added 'View Source File in Directory' to menu. 2018-06-07 11:07:54 -04:00
Raman
e24ce32154 3865: Replace Tags
- Initial Commit
2018-06-07 10:53:42 -04:00
rishwanth1995
7f51cc4402 added logic to respond for selection in view artifact
added if-else logic to manually respond to the selection if the
node remains the same in the tree view.
2018-06-07 10:34:27 -04:00
Richard Cordovano
a742fcbf5d
Merge pull request #3819 from dgrove727/3876_ClarifyEncryptedArchiveComments
Modified comments.
2018-06-07 10:07:08 -04:00
Richard Cordovano
26cf84bfb2
Update Bundle.properties
Changed "ZIP" to more generic term "archive" for comment attribute of encryption detected artifacts for archive files.
2018-06-07 10:06:50 -04:00
Richard Cordovano
d6a8bac102
Merge pull request #3765 from briangsweeney/3776-intra-case-tests
3776 intra case tests
2018-06-07 10:02:19 -04:00
Richard Cordovano
d77d99dc15
Merge pull request #3812 from APriestman/3874_trendLines
Fixing y coordinate for trend lines that don't fit on the graph.
2018-06-07 09:33:58 -04:00
U-BASIS\dgrove
b6ebaaff1d New EamArtifactUtil method added. 2018-06-07 01:30:55 -04:00
U-BASIS\dgrove
3b4552ac62 Merge remote-tracking branch 'upstream/develop' into 3846_AddViewCommentsCentralRepository 2018-06-07 00:46:51 -04:00
U-BASIS\dgrove
5b3be36fcc Improved exception handling and logging. 2018-06-07 00:45:49 -04:00
U-BASIS\dgrove
780b930c65 Removed additional column from result view. 2018-06-06 23:24:44 -04:00
Brian Carrier
c6e3cc4c94 reduced public API, minor refactor, added some comments 2018-06-06 22:44:57 -04:00
Brian Sweeney
69b6eb14fa more progress 2018-06-06 18:12:03 -06:00
U-BASIS\dgrove
7c659e1dc5 Made use of 'assertNotNull()'. 2018-06-06 16:49:26 -04:00
U-BASIS\dgrove
1dfea88e7e Full implementation with functional test. 2018-06-06 16:39:28 -04:00
rishwanth1995
61b350cc80 added javadoc for new created methods ReportHTML.java 2018-06-06 14:09:57 -04:00
Andrew Ziehl
71ab71410c Move more of root node construction to background thread, to make common files search lazier 2018-06-06 10:09:50 -07:00
Ann Priestman
d78cab81c4 Don't let the user graphs have a max height of zero.
codacy fixes
2018-06-06 12:28:02 -04:00
Ann Priestman
9c9b0c8306 Cleanup 2018-06-06 11:47:48 -04:00
Ann Priestman
8227d42f1b Cleanup 2018-06-06 09:47:28 -04:00
rishwanth1995
3eb841bd51 added new getArtifactInstancesKnownBad 2018-06-06 09:24:25 -04:00
Brian Sweeney
4c0984c6d2 wip - created new node type to support cr files being displayed in tree table 2018-06-05 23:42:20 -06:00
Brian Sweeney
2dc5ccb113 cleanup 2018-06-05 22:50:19 -06:00
Brian Sweeney
e8718c61e8 more uneeded code 2018-06-05 22:47:41 -06:00
Brian Sweeney
732eb3133f ziehl figured out how to do this sql server side so we can remove some now redundant code 2018-06-05 20:55:57 -06:00
Brian Sweeney
59d97f69b4 comments 2018-06-05 20:50:20 -06:00