51 Commits

Author SHA1 Message Date
Eugene Livis
2153bd56e8 Fix for table refresh issues 2021-08-31 11:42:17 -04:00
Richard Cordovano
d9d39fd7a1
Merge pull request #7018 from eugene7646/ocr_7627
Enable OCR from AID (7627)
2021-06-15 14:33:57 -04:00
Kelly Kelly
9609c53e48 Updated a few more locations that were creating nodes sync 2021-06-14 11:14:29 -04:00
Eugene Livis
46eee0b015 Minor 2021-06-04 09:53:45 -04:00
Eugene Livis
bc87123260 Minor 2021-06-04 09:46:15 -04:00
Eugene Livis
5b38d899c3 Added OCR column to completed jobs table 2021-06-03 20:28:32 -04:00
Eugene Livis
86035a6336 Bug fixes 2021-06-03 19:44:38 -04:00
Eugene Livis
8c9001ef6d Fixes 2021-06-03 15:16:31 -04:00
Eugene Livis
63ad845a79 More work 2021-06-03 10:02:43 -04:00
Eugene Livis
44afaa7b28 Integrated with KWS service 2021-06-02 15:11:53 -04:00
Eugene Livis
77a93b98ac UI work 2021-06-01 15:36:11 -04:00
Eugene Livis
f43d18a7b6 Added some UI components 2021-05-28 15:00:35 -04:00
Eugene Livis
8d75a11813 First cut 2021-05-27 15:05:18 -04:00
Eugene Livis
4199d33e27 First cut 2021-04-20 22:43:34 -04:00
apriestman
b3946d956d Streaming ingest 2020-07-09 14:41:50 -04:00
Richard Cordovano
3abbceb68a Code review fixes for improved case deletion 2019-03-27 14:22:47 -04:00
Richard Cordovano
643aaf0923 Admin case deletion 2019-03-22 18:59:04 -04:00
Richard Cordovano
97c479e5ba Interim commit for improved multi-user case deletion 2019-03-01 08:30:00 -05:00
William Schaefer
19b7ba19c0 4103 added icons back to AID 2.0 as part of figuring out how to do 4095 2018-08-03 16:15:27 -04:00
esaunders
dceb7e884e The use of AutoIngestJob as a node key in the dashboard caused problems because (a) the underlying job objects could be changed in other threads and (b) the equals() implementation only considered the manifest file path.New AutoIngestWrapper class was introduced to be used as a key. 2018-07-18 16:01:57 -04:00
esaunders
50e13eb31e Fix for threading issue related to the fact that returning copies of the pending, running and completed lists iterated over the collections without syncrhonization leading to the possibilty that the collections might be modified by another thread at the same time. 2018-07-11 14:16:16 -04:00
William Schaefer
fce2fc3ed8 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3832-FixAidJobOrdering 2018-06-12 14:11:25 -04:00
William Schaefer
2b59ba7ebf 3832 replace default AutoIngestJob.compareTo with priority based impl 2018-06-12 14:11:08 -04:00
William Schaefer
0b32387763 3878 add JobsSnapshot back as argument for creation of AutoIngestJobsNode 2018-05-24 17:36:41 -04:00
esaunders
3fd5a526db Fix snapshot refresh issues by passing latest job state along with each event. 2018-05-22 15:24:48 -04:00
esaunders
180b74bc2d Merge branch '3815-Aid21Refocusing' of github.com:wschaeferB/autopsy into 3734_ingest_progress 2018-05-16 17:22:36 -04:00
William Schaefer
901364a6dc 3815 add missing @Subscribe annotation to RefreshNodeSubscriber 2018-05-16 17:18:13 -04:00
esaunders
91c64d5a4e Merge branch '3815-Aid21Refocusing' of github.com:wschaeferB/autopsy into 3734_ingest_progress 2018-05-16 16:58:07 -04:00
William Schaefer
bd9924d0f4 Merge branch 'custom-release-may-2018' of https://github.com/sleuthkit/autopsy into 3815-Aid21Refocusing 2018-05-16 16:42:32 -04:00
William Schaefer
8ac29a33cf 3815 adjust comments regarding for clarity and accuracy regarding the EventBus in AutoIngestJobsNode 2018-05-16 16:20:51 -04:00
William Schaefer
f78010a3d1 3815 remove deadEvent sub, add sub to refreshChildren for running jobs 2018-05-16 16:10:12 -04:00
William Schaefer
304d27790e 3815 add comments to new methods and classes 2018-05-16 15:49:43 -04:00
William Schaefer
3b5dd768eb 3815 make only necessary portions of AutoIngestJobsNode refresh 2018-05-16 15:32:11 -04:00
William Schaefer
1a319d89a5 3815 make refresh event carry information on what to refresh 2018-05-16 14:12:55 -04:00
William Schaefer
4a75775257 3815 change arguement to AutoIngestJobsNode back to snapshot from monitor 2018-05-16 13:43:08 -04:00
William Schaefer
26cfb15f6b 3815 make registration and subscription occur in non static inner classes 2018-05-16 13:19:53 -04:00
William Schaefer
4480f4c910 3815 fix netbeans warnings regarding access and EventBus use 2018-05-15 17:31:32 -04:00
esaunders
ed7b4c7c95 Merge branch '3738_job_cancellation' into 3734_ingest_progress 2018-05-15 17:19:13 -04:00
esaunders
a3d6895bf4 Added support for showing case log from dashboard. 2018-05-15 16:03:22 -04:00
esaunders
862c6e4e7b Added ingest progress snapshot support to AID. 2018-05-15 13:00:11 -04:00
William Schaefer
7b2080272a 3815 Aid now refreshes without losing selection and scroll location 2018-05-14 18:00:59 -04:00
William Schaefer
25e5d77ca1 3815 fix saving/restoring of selected node to always be same node 2018-05-14 12:50:30 -04:00
esaunders
e6e1739b2b Initial version of cancel and reprocess job. 2018-05-02 12:09:53 -04:00
William Schaefer
3f0c209572 3753 clean up auto ingest node status dashboard 2018-04-19 13:43:07 -04:00
William Schaefer
d316c350c0 3753 Auto Ingest node status tab added for admin mode 2018-04-19 12:09:24 -04:00
William Schaefer
edd853a1e2 3610 add dummy actions Running and Completed jobs related actions 2018-04-13 12:39:39 -04:00
William Schaefer
e51fdc1658 3610 add initial version of admin mode to enable context menu file is userdir/adminAccess 2018-04-12 12:25:47 -04:00
William Schaefer
eb898c5fce 3610 Priority column now displays yes or no for prioritized 2018-04-11 15:48:29 -04:00
William Schaefer
a4d602933f 3610 change arguement back to being JobsSnapshot for refreshing 2018-04-10 17:37:09 -04:00
William Schaefer
34ee030bd8 3610 add context menu options for priority changing to AID2.0 2018-04-10 17:09:11 -04:00