9067 Commits

Author SHA1 Message Date
Brian Sweeney
ca88f73b12 private member made final 2018-04-19 11:31:55 -06:00
Brian Sweeney
d1460c76aa stubbing out new feature 2018-04-19 11:31:55 -06:00
Ann Priestman
b6fe29d039 Add normalized metric to time hash lookup 2018-04-18 09:55:29 -04:00
Richard Cordovano
601db87112
Merge pull request #3697 from APriestman/switchMonitorToMilliseconds
Switch from saving nanoseconds to milliseconds (as double precision) in…
2018-04-18 09:19:15 -04:00
Richard Cordovano
d8235e09a9
Merge pull request #3696 from sleuthkit/rename_sheet_vars
Rename property sheet variables for PMD/Codacy.  No logic changes.
2018-04-18 09:18:40 -04:00
Richard Cordovano
9169b584ae
Merge pull request #3695 from sleuthkit/rename_visitor_vars
Made visitor variable longer for PMD warnings.  No logic changes.
2018-04-18 09:18:07 -04:00
Richard Cordovano
69aedbb6f7
Merge pull request #3694 from sleuthkit/report_fix
revert to original addReport() API return value
2018-04-18 09:17:31 -04:00
Richard Cordovano
fa3f84cd18
Merge pull request #3693 from sleuthkit/result_viewer_fix2
make interesting file same priority as hash and keyword hits
2018-04-18 09:17:13 -04:00
Richard Cordovano
a8966605fc
Merge pull request #3686 from dgrove727/3685_FileMetadataScrollBars
Fixed File Metadata scroll bars.
2018-04-18 09:03:32 -04:00
Richard Cordovano
673258c5ed
Merge pull request #3685 from dgrove727/3685_ResultsScrollBars
Fixed Results scroll bars.
2018-04-18 09:03:01 -04:00
Richard Cordovano
5f2d7a52cb
Merge pull request #3684 from dgrove727/3685_HexScrollBars
Fixed Hex scroll bars.
2018-04-18 09:02:25 -04:00
Richard Cordovano
cabbca166f
Merge pull request #3683 from dgrove727/3685_StringsScrollBars
Fixed Strings scroll bars.
2018-04-18 09:02:10 -04:00
Richard Cordovano
2812357845
Merge pull request #3675 from dgrove727/3736_CorrelationEngineBackwardsCompatibility
Updated 'createFileIngestModule()' to check object type.
2018-04-18 08:32:26 -04:00
Richard Cordovano
c34ef2d5ed
Merge pull request #3672 from wschaeferB/3610-SearchableAutoIngestJobs
3610 searchable auto ingest jobs
2018-04-18 08:31:37 -04:00
Richard Cordovano
59020a3ca9
Merge pull request #3667 from dgrove727/1746_TranslationTool
Changed separator position to allow room for 'Translate Text'.
2018-04-18 08:31:19 -04:00
Richard Cordovano
dfe2a30824 Make core result viewers into service providers again 2018-04-18 08:24:51 -04:00
Ann Priestman
f89dca903c Adding new public method to handle "time per X" metrics 2018-04-17 10:10:10 -04:00
Richard Cordovano
3ab067fa24 Merge remote-tracking branch 'upstream/custom-release-may-2018' into 3726-result-view-infrastructure 2018-04-16 16:25:26 -04:00
Ann Priestman
47564a167e Switch to saving nanoseconds to milliseconds (as double precision) in health monitor 2018-04-16 14:06:36 -04:00
Richard Cordovano
941351053d
Merge pull request #3662 from zhhl/3599-7thTestForFileFilterTests
3599: 7th test for file filter tests.
2018-04-16 13:42:21 -04:00
Brian Carrier
c19e0fbb0c rename property sheet variables for PMD/Codacy 2018-04-15 09:57:47 -04:00
Brian Carrier
3036ee8ea8 made visitor variable longer for PMD warnings 2018-04-15 09:32:20 -04:00
Brian Carrier
de5a5ec589 revert to original API 2018-04-14 23:41:07 -04:00
Brian Carrier
c899b2b594 make interesting file same priority as hash and keyword hits 2018-04-14 23:34:29 -04:00
U-BASIS\zhaohui
b59177c618 3709: 1st test for embedded files 2018-04-13 17:42:57 -04:00
U-BASIS\zhaohui
5114f21a56 3599: Enable number 7 test case. 2018-04-13 16:59:02 -04:00
U-BASIS\zhaohui
4f9efb602b 3599: Enable number 7 test case. 2018-04-13 16:56:54 -04:00
rishwanth1995
da854f684b made changes in lal and localdisk for macos 2018-04-13 14:19:37 -04:00
U-BASIS\zhaohui
ec86a85b46 3599: Rename the disabled test to make it more meaningful. 2018-04-13 12:45:05 -04:00
U-BASIS\dgrove
380869b3e5 Fixed Strings scroll bars. 2018-04-13 11:40:30 -04:00
U-BASIS\dgrove
1cda528898 Fixed Hex scroll bars. 2018-04-13 11:35:20 -04:00
U-BASIS\dgrove
4cd8615a14 Fixed Results scroll bars. 2018-04-13 11:33:39 -04:00
U-BASIS\dgrove
88c71b8488 Fixed File Metadata scroll bars. 2018-04-13 11:28:55 -04:00
U-BASIS\zhaohui
c40149cb9d 3709: update Google doc ID 2018-04-13 10:28:54 -04:00
U-BASIS\zhaohui
8cf2266364 3599: cleanup. 2018-04-12 14:37:29 -04:00
U-BASIS\zhaohui
757bc00923 3599: comment out 7th test for file filter tests. 2018-04-12 14:33:15 -04:00
U-BASIS\zhaohui
79221c2f80 3709: cleanup 2018-04-12 13:00:47 -04:00
U-BASIS\zhaohui
5fd9dbd621 3709: 1st test for embedded files 2018-04-12 12:53:38 -04:00
U-BASIS\dgrove
044932d8bc Updated 'createFileIngestModule()' to check object type. 2018-04-12 12:23:12 -04:00
Richard Cordovano
253b656387 Add ExplorerManager.find to AbstractDatResultViewer 2018-04-12 10:18:43 -04:00
Brian Carrier
a2f15b234a
Merge pull request #3669 from rishwanth1995/travis_less_verbose
reduce verbosity of ant build in travis
2018-04-12 09:50:25 -04:00
Richard Cordovano
e8c88eb86f Remove pushing selectoin to result viewers from DataResultPanel 2018-04-11 14:54:08 -04:00
Richard Cordovano
14202a080a
Merge pull request #3654 from APriestman/3611_servicesHealthMonitor
3611 Adding basic Services Health Monitor
2018-04-11 14:42:27 -04:00
Ann Priestman
2ba0df6f8c Code cleanup and renaming to address PR review comments. 2018-04-11 14:34:50 -04:00
Richard Cordovano
ea0a56b9fa Merge remote-tracking branch 'upstream/custom-release-may-2018' into develop 2018-04-11 14:27:52 -04:00
rishwanth1995
e32348590e reduce verbosity of ant build in travis 2018-04-11 11:48:42 -04:00
Richard Cordovano
8f7a3f3c27
Merge pull request #3656 from dgrove727/3711_AccountsCreateKeysNPE
Event subscribers now handled for all factory classes.
2018-04-11 11:28:52 -04:00
U-BASIS\dgrove
8de3dd76d3 Changed separator position to allow room for 'Translate Text'. 2018-04-10 16:26:15 -04:00
Richard Cordovano
c9a14c1082 Merge remote-tracking branch 'upstream/custom-release-may-2018' into develop 2018-04-10 13:40:08 -04:00
Ann Priestman
30a364c417 Minor cleanup from PR review 2018-04-10 07:29:51 -04:00