9854 Commits

Author SHA1 Message Date
Richard Cordovano
5734522a3d Merge pull request #1588 from karlmortensen/addressDeadlock
Address deadlock when service manager cancels jobs due to a service o…
2015-09-24 11:10:52 -04:00
Richard Cordovano
dce1743b2c Correct fix for ConcurrentModificationException in CollaborationMonitor 2015-09-24 09:44:41 -04:00
Karl Mortensen
0e77ca457d Address deadlock when service manager cancels jobs due to a service outage 2015-09-24 09:42:14 -04:00
Richard Cordovano
e9b50947dd Merge pull request #1587 from sleuthkit/revert-1585-data_result_panel_fix
Revert "Data result panel fix"
2015-09-23 17:11:44 -04:00
Richard Cordovano
c5bc6e52bf Revert "Data result panel fix" 2015-09-23 17:11:37 -04:00
Richard Cordovano
60f99ba64d Merge pull request #1586 from APriestman/interestingFilesPanel
Disable editing in one of the Interesting Files panel text boxes.
2015-09-23 17:09:36 -04:00
Richard Cordovano
7f3f65f540 Merge pull request #1585 from eugene7646/data_result_panel_fix
Data result panel fix
2015-09-23 17:09:06 -04:00
jmillman
b290534f07 quick-hide/filter WIP 3 2015-09-23 16:02:57 -04:00
Ann Priestman
f80d52fe05 Disable editing in one of the Interesting Files panel text boxes. 2015-09-23 14:58:13 -04:00
Richard Cordovano
f2d122bd62 Make CaseCloseAction public 2015-09-23 14:07:31 -04:00
Eugene Livis
7f1a19e39b Ficed typo 2015-09-23 13:31:41 -04:00
Eugene Livis
00a863b643 Put back code change that was somehow lost 2015-09-23 13:29:54 -04:00
momo
d254aa1bc0 adding sanitization code 2015-09-23 11:18:30 -04:00
jmillman
56358568f0 quick-hide/filter WIP 2 2015-09-22 17:18:47 -04:00
jmillman
448c7ecdb5 quick-hide/filter WIP 2015-09-22 12:01:05 -04:00
jmillman
cb704e8c10 resolve potentially ambiguous column in db ambiguous 2015-09-22 11:53:26 -04:00
jmillman
7ca0bf31e7 Merge branch 'develop' into timeline_single_cluster 2015-09-21 11:56:19 -04:00
jmillman
619d844f31 Merge branch 'develop' into timeline_single_cluster 2015-09-21 10:05:12 -04:00
Richard Cordovano
68ca2f34ff Merge pull request #1582 from rcordovano/local_event_pub_restore
Rollback LocalEventPublisher commit f5dd822128878096d79add9bdc4aae703…
2015-09-21 09:16:06 -04:00
Richard Cordovano
aece091b33 Rollback LocalEventPublisher commit f5dd822128878096d79add9bdc4aae7034a3a164 2015-09-21 09:14:17 -04:00
Richard Cordovano
33574bbf81 Merge develop into collaborative 2015-09-18 10:26:02 -04:00
Richard Cordovano
967c3d897b Correct Case event handling code in IngestMonitor 2015-09-18 09:07:53 -04:00
Richard Cordovano
4866ef329a Additional clean up in IngestMonitor.java before modifying behavior 2015-09-17 18:32:08 -04:00
Richard Cordovano
cc1eba1c01 Format and clean up IngestMonitor.java before modifying behavior 2015-09-17 18:29:14 -04:00
Richard Cordovano
3c55f259d9 Merge pull request #1579 from millmanorama/use_logger_instead_of_printing_stacktrace
replace Exception.printStackTrace with proper logging
2015-09-17 17:22:44 -04:00
Richard Cordovano
776cf8e0d1 Clamp down synchronization in CollaborationMonitor due to ConcurrentModificationException 2015-09-17 17:04:51 -04:00
jmillman
084d977f3d replace Exception.printStackTrace with proper loggign, plus minor cleanup and comment improvements 2015-09-17 17:03:21 -04:00
jmillman
11bd691b6b Merge remote-tracking branch 'upstream/develop' into timeline_single_cluster 2015-09-17 16:18:56 -04:00
jmillman
fad8da15cb fix guideLine placement when action is initiated over a DetailEventNode 2015-09-17 16:18:31 -04:00
Richard Cordovano
f5dd822128 Correct semantics of LocalEventPublisher 2015-09-17 16:16:33 -04:00
Richard Cordovano
76c85f3a44 Remove unused import in RemoteEventPublsiher.java 2015-09-17 15:23:15 -04:00
Richard Cordovano
56d5ac674e Tighten up immutability in event publisher classes 2015-09-17 15:20:52 -04:00
Richard Cordovano
22224bb0d0 Format and resolve hints in event publisher classes 2015-09-17 15:12:32 -04:00
Richard Cordovano
62dd780891 Merge pull request #1575 from millmanorama/tags_and_hash_hits_sql_performance_improvement
replace separate queries for events with  tags and hash hits with add…
2015-09-17 14:40:19 -04:00
Richard Cordovano
5f3a101f7f Merge pull request #1565 from mhmdfy/NPE-fix
NPE fix
2015-09-17 14:39:58 -04:00
Richard Cordovano
b72d836760 Merge pull request #1518 from mhmdfy/ingest-menu-tool
Ingest menu tool
2015-09-17 14:39:25 -04:00
jmillman
e11ce2c3f1 Merge remote-tracking branch 'upstream/develop' into fix_sub_cluster_loading 2015-09-17 14:07:12 -04:00
jmillman
03c0e143fc fix description generation and clustering
- rename getAggregatredEvents to getEventClusters
- make more members private
- improve logic to get subclusters
- introduce notion of RelativeDetail for navigating DescriptionLoDs
2015-09-17 14:06:29 -04:00
jmillman
9c8b89eb26 make sure short description (root folder) ends with "/" 2015-09-17 14:00:34 -04:00
momo
77f1aae789 rename methods, remove null check 2015-09-17 13:52:55 -04:00
momo
226045b138 refactor class names 2015-09-17 13:38:56 -04:00
Richard Cordovano
8d98892a51 Merge pull request #1578 from mhmdfy/v01-verifier-fix
Making sure to read all data and not skipping decimals
2015-09-17 12:27:56 -04:00
momo
ba7c0d6958 optimizing bytes list 2015-09-17 10:29:14 -04:00
jmillman
cc6ba6332d fix description generation WIP 2015-09-16 17:02:09 -04:00
momo
8bc876a390 Making sure to read all data and not skipping decimals 2015-09-16 16:45:30 -04:00
Richard Cordovano
16303830ac Merge pull request #1574 from mhmdfy/hashdb-null-pointer
add getTotalJobs back to startUp() for more insurance
2015-09-16 14:45:03 -04:00
Richard Cordovano
90fc49632b Merge develop into collab for SevenZipExtractor bug fix 2015-09-16 14:40:40 -04:00
jmillman
379e43b9a1 Merge remote-tracking branch 'upstream/develop' into fix_sub_cluster_loading 2015-09-16 14:31:08 -04:00
jmillman
7be0b57611 add a description filter and use it rather than the looser text filter to do sub clustering 2015-09-16 14:30:30 -04:00
Richard Cordovano
2fea9be4cd Merge pull request #1577 from mhmdfy/fix-paths
uncomment path initialization code
2015-09-16 14:28:24 -04:00