404 Commits

Author SHA1 Message Date
Richard Cordovano
56f5d0cf9f Merge remote-tracking branch 'upstream/develop' into serialize_ingest_module_settings 2014-04-24 09:26:13 -04:00
Samuel H. Kenyon
b30c63ec36 Merge remote-tracking branch 'upstream/develop' into mt-update
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2014-04-23 11:55:34 -04:00
Samuel H. Kenyon
d1861b77ba HashDbIngestModule: slight optimization for totals access (reduce number of lock acquisitions) 2014-04-23 11:50:40 -04:00
Richard Cordovano
6af898fdaf Merge remote-tracking branch 'upstream/develop' into serialize_ingest_module_settings 2014-04-23 10:52:42 -04:00
Kay Bassi
45464aa17d Translation complete. 2014-04-22 15:54:45 -04:00
Samuel H. Kenyon
30bb4ee6ae Merge remote-tracking branch 'upstream/develop' into mt-update
Conflicts:
	Core/src/org/sleuthkit/autopsy/modules/fileextmismatch/FileExtMismatchIngestModule.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbIngestModule.java
2014-04-22 15:48:51 -04:00
Nick Davis
2539302bcf Pulled 2 additional static strings. 2014-04-22 15:19:52 -04:00
Samuel H. Kenyon
6473ffb5b3 Fixed spelling mistake. 2014-04-22 14:13:20 -04:00
Richard Cordovano
18a0c62e51 Add getVersionNumber() method to IngestModuleIngestJobSettings interface 2014-04-22 13:35:34 -04:00
Nick Davis
1d366dd9ab HashDatabase - Added NON-NLS tags to hardcoded strings not needing National Language Support. 2014-04-22 12:49:49 -04:00
Samuel H. Kenyon
7bd773f7c9 HashDbIngestModule: Thread-safety refinement of summary posting 2014-04-22 11:55:32 -04:00
Samuel H. Kenyon
4fb5b491bd fixed init for changes in previous commit 2014-04-21 15:31:56 -04:00
Samuel H. Kenyon
1646a5ef41 updated HashDbIngestModule to keep track of totals for all modules per job, not all jobs combined together 2014-04-21 15:25:24 -04:00
Nick Davis
8fe3965524 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into hashDatabase 2014-04-14 16:27:39 -04:00
Nick Davis
db6c614280 Merge branch 'hashDatabase' of ssh://repo.narfindustries.com/autopsy-jp into hashDatabase 2014-04-14 16:27:23 -04:00
Kay Bassi
efa5917815 Changed inconsistent translation of type from インフォメーション to 情報 2014-04-14 13:41:51 -04:00
Kay Bassi
5025529bf2 Changed inconsistent translation of type from 種類 to タイプ 2014-04-14 13:40:34 -04:00
Samuel H. Kenyon
77cca50838 renamed ModuleReferenceCounter to IngestModuleReferenceCounter as requested, the class now removes entries once they decrement to zero, and removed static creation methods from sample classes 2014-04-11 14:55:30 -04:00
Samuel H. Kenyon
b5f3d65118 adjusted modules to use new class ModuleReferenceCounter 2014-04-11 13:20:02 -04:00
Richard Cordovano
723828c98c Update sample modules to use ref counting form IngestModuleAdapter 2014-04-10 18:24:03 -04:00
Samuel H. Kenyon
eb18e50bf4 Merge remote-tracking branch 'upstream/develop' into onemsg2 2014-04-09 17:36:08 -04:00
Richard Cordovano
a07153261e Changed ingest module lifecycle events to ingest job lifecycle events 2014-04-09 11:09:19 -04:00
Samuel H. Kenyon
e740ade703 HashDB module: only post error messages once per job 2014-04-09 10:49:21 -04:00
Samuel H. Kenyon
4be1592f95 renaming 2014-04-08 17:48:35 -04:00
Samuel H. Kenyon
a2e59ad5e1 IngestModuleAdapter now has a static moduleRefCount and static methods to access it. 2014-04-08 16:30:57 -04:00
Samuel H. Kenyon
eab237c49c Added comment about what the map is mapping 2014-04-04 11:53:03 -04:00
Samuel H. Kenyon
587d9a7f6c Rename refMap and its mutator methods 2014-04-04 11:36:54 -04:00
Samuel H. Kenyon
21e2747085 Make jobID private. Remove now-unused members. 2014-04-04 11:29:17 -04:00
Samuel H. Kenyon
a20f599839 Merge remote-tracking branch 'upstream/develop' into mt-onemsg
Conflicts:
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbIngestModule.java
2014-04-04 11:18:21 -04:00
Samuel H. Kenyon
109cd14c98 Remove messageID tracking and passing from modules as class IngestMessage handles it automatically now 2014-04-03 22:49:17 -04:00
Samuel H. Kenyon
ef36d718b2 Keep track of how many HashDbIngestModule instances there are per job and only post one summary inbox message per job. 2014-04-03 21:40:27 -04:00
Richard Cordovano
f26cd246ed Updated sample ingest modules, adding factory, settings and settings panel 2014-03-27 23:08:35 -04:00
Richard Cordovano
208657e245 Merge pull request #570 from rcordovano/parallel_file_ingest
Tidied up ingest framework API
2014-03-26 17:13:19 -04:00
Richard Cordovano
4f8617a16a Tidied up ingest framework API 2014-03-26 17:12:24 -04:00
Richard Cordovano
0f7770a27a Merge pull request #569 from rcordovano/parallel_file_ingest
Made hash lookup module and settings panels work with settings
2014-03-26 15:19:32 -04:00
Richard Cordovano
819e10c2eb Made hash lookup module and settings panels work with settings 2014-03-26 15:18:37 -04:00
Nick Davis
d55b99fae9 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into hashDatabase 2014-03-26 11:18:50 -04:00
Richard Cordovano
dbfa989071 Made keyword search classes use job settings 2014-03-26 00:07:10 -04:00
Nick Davis
74c2d384c8 Removed unused Bundle properties entries. 2014-03-25 11:56:04 -04:00
Nick Davis
4340194c9b Resolved conflicts. 2014-03-25 11:51:19 -04:00
Richard Cordovano
7c2282e832 Renamed ingest job settings classes 2014-03-25 09:47:46 -04:00
Richard Cordovano
edc9c68186 Did additional work on new ingest framework 2014-03-24 21:17:41 -04:00
Richard Cordovano
87bb0211f2 Merged in develop branch as of March 24, 2014 2014-03-24 12:35:48 -04:00
Richard Cordovano
17a9ab103f Did additional new ingest framework effort 2014-03-24 12:23:51 -04:00
Richard Cordovano
7ad2b5b5ae Work on getting modules to use settings 2014-03-24 07:47:38 -04:00
Kay Bassi
7ab0434480 Made correction on inconsistent translation, Translated additional strings 2014-03-24 15:47:11 +09:00
Richard Cordovano
189b2ec858 Tidied up the ingest framework 2014-03-21 00:04:01 -04:00
Richard Cordovano
009640bb4b Made hash lookup module work with module settings per ingest job 2014-03-20 17:21:44 -04:00
Richard Cordovano
07e3cfabe4 Refactored and fixed new ingest framework 2014-03-20 14:51:59 -04:00
Richard Cordovano
cec1fbf5ad Refactored and fixed new ingest framework 2014-03-20 14:51:38 -04:00