1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-02 18:35:51 +00:00
Commit Graph

5087 Commits

Author SHA1 Message Date
Richard Cordovano
9e49241ac0 Work on ingest framework API 2014-03-08 00:23:05 -05:00
Richard Cordovano
955999280c Continued work on new ingest API 2014-03-07 17:35:22 -05:00
Richard Cordovano
f1d4dcf80b Refined ingest module API 2014-03-07 00:47:49 -05:00
Richard Cordovano
02c1f109aa Refine ingest API and work on adapting file ext mismatch ingest module 2014-03-07 00:04:50 -05:00
Richard Cordovano
111414b1fe Adapt (minimally) keyword search module to new ingest API 2014-03-06 16:20:17 -05:00
Richard Cordovano
72972fe199 Simplify new KeywordSearchManager class 2014-03-06 13:10:29 -05:00
Richard Cordovano
9072407bf6 Commit notes and steps towards a keyword lists manager 2014-03-06 12:15:01 -05:00
Richard Cordovano
1ef860294a Refactored keyword search (transitional) for new ingest API 2014-03-05 17:27:20 -05:00
Richard Cordovano
961aa33f4f Modify keyword search module for new ingest API 2014-03-04 17:44:51 -05:00
Richard Cordovano
c08f1c3bfb More work on adapting ingest modules to new infrastructure 2014-03-04 12:50:56 -05:00
Richard Cordovano
2b95138f70 Work towards converting core ingest modules to new ingest API 2014-03-03 22:45:48 -05:00
Richard Cordovano
bb2f26d8af Start refactoring to give each DataSourceIngestJob (DataSourceTask) a progress bar 2014-02-27 06:09:53 -05:00
Richard Cordovano
274457762c Complete first minimally working version of new file ingest infrastructure 2014-02-26 19:08:53 -05:00
Richard Cordovano
0c7b2664ab Make compilable first version of minimal new ingest infrastructure 2014-02-26 17:54:33 -05:00
Richard Cordovano
287b8d08a3 Continue adding ingest pipeline infrastructure 2014-02-24 16:15:48 -05:00
Richard Cordovano
751982bfa1 Start adding ingest pipeline infrastructure 2014-02-21 17:46:11 -05:00
Richard Cordovano
2155d2567c Completed integration of first draft of new ingest config code 2014-02-21 13:45:12 -05:00
Richard Cordovano
44b155df4c Complete first phase of first draft of changes to ingest config 2014-02-21 12:15:56 -05:00
Richard Cordovano
b4d5fc1e45 Back up work completed on parallel file ingest 2014-02-20 17:46:32 -05:00
Richard Cordovano
fef91bca20 Make HashDbIngestModule implement FileINgestModule instead of extend IngestModuleAbstractFile 2014-02-20 13:14:30 -05:00
Richard Cordovano
8977aa97a4 Made HashLookupModuleFactory able to create a hash lookup module instance 2014-02-20 13:01:34 -05:00
Richard Cordovano
eb2a08f4c6 Make hash lookup ingest module implement FileINgestModule interface 2014-02-20 12:41:42 -05:00
Richard Cordovano
e317129722 Complete method stubs for HashLookupModuleFactory 2014-02-20 12:30:16 -05:00
Richard Cordovano
6ca5dec891 Merge remote-tracking branch 'upstream/develop' into parallel_file_analysis_pipelines 2014-02-20 11:09:51 -05:00
Richard Cordovano
d2e2ee5cc5 Add skeleton of HashLookupModuleFactory to HashDatabase nbm 2014-02-19 18:21:29 -05:00
Richard Cordovano
767d576891 Added new AbstractIngestModuleFactory class to ingest package 2014-02-19 18:19:04 -05:00
Richard Cordovano
3b23d6e4cd Completed first draft of interfaces for parallel file ingest 2014-02-19 17:54:59 -05:00
Richard Cordovano
cb8c73178e Merge pull request #491 from mrtizmo/develop
Localized text for option panels in HashDatabase and KeywordSearch modules
2014-02-19 15:25:51 -05:00
Nick Davis
8ba73dd18f Localized text for option panels in HashDatabase and KeywordSearch modules.
- Moved strings to Bundle.properties
- Translated text to Japanese in Bundle_ja.properties
- Successfully tested English and Japanese build/run.
2014-02-19 14:30:56 -05:00
Richard Cordovano
c13d992f8e Merge pull request #490 from jletourneau-basistech/develop
Japanese Localization
2014-02-19 13:06:56 -05:00
Richard Cordovano
503786eddd Merge pull request #487 from rcordovano/japanese_localization
Remove inadvertantly checked in artifacts of merge conflict resolution
2014-02-18 16:12:38 -05:00
Richard Cordovano
0320b6b3ed Remove inadvertantly checked in artifacts of merge conflict resolution 2014-02-18 16:10:56 -05:00
Richard Cordovano
22620277a0 Merge pull request #486 from rcordovano/japanese_localization
Merge pull request conflict resolution
2014-02-18 15:33:00 -05:00
Richard Cordovano
7df2d2b34c Resolve merge conflict for pull request of latest internationalization/localization code 2014-02-18 15:31:25 -05:00
Richard Cordovano
73b082ab34 Merge remote-tracking branch 'upstream/develop' into japanese_localization 2014-02-18 15:09:29 -05:00
Richard Cordovano
4cc6decf36 Add first draft of new ingest module interfaces 2014-02-18 08:41:29 -05:00
Richard Cordovano
27fa63191b Merge pull request #484 from raman-bt/develop
Cleanup of DataSourceProcessor interface and implementations.
2014-02-13 10:24:24 -05:00
Richard Cordovano
e5dfefbb3a Merge remote-tracking branch 'upstream/develop' into japanese_localization 2014-02-13 09:42:11 -05:00
Richard Cordovano
a910141b57 Merge pull request #481 from alexjacks92/develop
One more addition of branch information to the regression test emails.
2014-02-12 16:24:29 -05:00
Richard Cordovano
271b7688ca Merge pull request #478 from SynapticNulship/drp_mods1
DataResultPanel changes and make DataResultViewerTable class public.
2014-02-12 16:23:26 -05:00
Samuel H. Kenyon
59a0599057 Merge remote-tracking branch 'upstream/develop' into drp_mods1 2014-02-12 12:12:28 -05:00
raman-bt
53e767dd03 Clean up the DataSourceProcessor Interface definition and the current implementations. 2014-02-12 09:19:06 -05:00
raman-bt
53f420d6ea Fix a potential race condition in AddImageTask in the case where user cancels the add image operation. 2014-02-11 08:28:48 -05:00
raman-bt
e747898d69 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2014-02-10 14:32:19 -05:00
Nick Davis
3cb5405c32 1) Fixed spelling of NSRL.
2) Removed comments
2014-02-08 12:00:39 -05:00
Nick Davis
46b3d6c8d4 Merge branch 'develop' of ssh://repo.narfindustries.com/autopsy-jp into develop 2014-02-07 14:36:25 -05:00
Kay Bassi
1a050ba016 Changed the translation for "bad" to 悪質 2014-02-07 11:14:48 -08:00
Nick Davis
a6b9fa91b5 Merge branch 'develop' of ssh://repo.narfindustries.com/autopsy-jp into develop 2014-02-07 14:04:58 -05:00
Kay Bassi
467309bff3 1. Translated the following:
Error encountered while setting known bad state for {0}.
Error encountered while setting known state for {0}.
2. Changed "bad" into Japanese word
3. Edited HashDbIngesetModule.ModuleDescription
4. Changed "..." in HashDbCreateDatabaseDialog.saveAsButton.text to Japanese "..."
2014-02-07 10:35:36 -08:00
Nick Davis
63cd9a271b Merge branch 'develop' of ssh://repo.narfindustries.com/autopsy-jp into develop 2014-02-07 13:01:21 -05:00