6672 Commits

Author SHA1 Message Date
Richard Cordovano
00ba1b610a Make sure ingest jobs with empty directories finish 2014-05-22 14:44:33 -04:00
Richard Cordovano
b86f6c3088 Merge pull request #733 from rcordovano/develop
Update ingest module developer guide
2014-05-21 17:45:16 -04:00
Richard Cordovano
121f76487a Update ingest module developer guide for move of shutDown() from IngestModule to FileINgestModule 2014-05-21 17:42:46 -04:00
Richard Cordovano
fd0d110a06 Merge pull request #731 from mrtizmo/update_bubble_ja
Localization of Autopsy auto update notification bubble
2014-05-21 09:06:43 -04:00
Richard Cordovano
3cc566cf3b Merge pull request #730 from mrtizmo/ingest-ja
Ingest module Japanese localization of additional strings and cleanup
2014-05-20 17:51:41 -04:00
Richard Cordovano
f9362a95b9 Merge pull request #732 from rcordovano/ingest_scheduler_improvements
Ingest scheduler improvements
2014-05-20 17:51:22 -04:00
Richard Cordovano
ed096f9852 Make sure ingest job completion is always detected 2014-05-20 17:37:03 -04:00
Nick Davis
f80aa1d688 Added updates_ja.xml. This file needs to be placed on the autopsy web server next to http://sleuthkit.org/autopsy/updates.xml. This file should be accessible at http://sleuthkit.org/autopsy/updates_ja.xml. This file should be updated anytime that updates.xml is updated. Or any time you want a user running with the JA locale to be notified of a software update.
Updated Bundle_ja.properties to use the updates_ja.xml instead of the updates.xml.
2014-05-20 16:21:38 -04:00
Nick Davis
766e86984d Removed unused strings from Bundle. 2014-05-20 15:44:06 -04:00
Nick Davis
98e7f42696 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into ingest-ja 2014-05-20 15:39:38 -04:00
Richard Cordovano
02966a1179 Merge pull request #729 from mrtizmo/corecomponents-ja
Corecomponents module Japanese localization of additional string and file cleanup
2014-05-20 15:38:59 -04:00
Nick Davis
2bd1eed9c5 Removed extra empty lines. 2014-05-20 15:35:44 -04:00
Nick Davis
cb496cb66f Merge branch 'develop' of https://github.com/sleuthkit/autopsy into corecomponents-ja 2014-05-20 15:26:23 -04:00
Richard Cordovano
f093614480 Fix implementation of not running empty ingest pipelines 2014-05-20 13:55:55 -04:00
Richard Cordovano
3aeb9da77f Fix bug injected into FileIngestTaskScheduler.getNextTask() 2014-05-20 13:28:57 -04:00
Richard Cordovano
496925a543 Shut down file ingest pipeline ASAP 2014-05-20 13:01:13 -04:00
Richard Cordovano
47b48546ed Fix IngestScheduler race condition and run of empty ingest pipeline 2014-05-20 11:56:21 -04:00
Richard Cordovano
e0811e7178 Tidy up DataSourceIngestPipeline and FileIngestPipeline 2014-05-20 09:22:44 -04:00
Richard Cordovano
7f1f04026e Merge latest public develop branch 2014-05-20 09:10:38 -04:00
Brian Carrier
0054a51a0d Merge remote-tracking branch 'origin/develop' into SynapticNulship-keyword-refactor 2014-05-20 08:21:06 -04:00
Kay Bassi
af53095def Translation complete. 2014-05-20 00:36:20 -05:00
Kay Bassi
f4294df1e3 Translation complete. 2014-05-20 00:30:16 -05:00
Richard Cordovano
717dd9cede Merge pull request #728 from rcordovano/ingest_scheduler_fix
Fix string/NbBundle interaction
2014-05-19 18:08:37 -04:00
Brian Carrier
3a4a5dee7d Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-05-19 18:07:06 -04:00
Brian Carrier
a117f15cbf Tree nodes listen for case closing and stop listening and dereference case. Avoids null pointer exceptions 2014-05-19 18:06:50 -04:00
Richard Cordovano
98d79f2d80 Fix string/NbBundle interaction 2014-05-19 18:06:39 -04:00
Richard Cordovano
96e62ed107 Merge pull request #727 from rcordovano/ingest_scheduler_fix
Ingest scheduler fix
2014-05-19 17:53:51 -04:00
Richard Cordovano
d8648b13f7 Fix problem with ingest progress bar premature finish 2014-05-19 17:48:57 -04:00
Richard Cordovano
b75adfa8f2 Partial revision of IngestScheduler 2014-05-19 13:07:44 -04:00
Richard Cordovano
57799e8381 Merge pull request #726 from mrtizmo/check4strings
Marked 2 hard coded strings with //NON-NLS.
2014-05-19 12:02:36 -04:00
Nick Davis
1644949de1 Marked strings as NON-NLS 2014-05-19 11:37:34 -04:00
Richard Cordovano
35a2ffa896 Merge pull request #725 from rcordovano/ingest_scheduler_job_cancel_enhancement
Ingest scheduler job cancel enhancement
2014-05-16 15:42:59 -04:00
Richard Cordovano
f8d26589e0 Improve IngestJob/IngestScheduler interation 2014-05-16 15:41:17 -04:00
Richard Cordovano
5130353ef3 Change ingest cancel 2014-05-16 12:54:01 -04:00
Richard Cordovano
ca1db52d09 Add tasks flush to IngestScheduler for job cancellation 2014-05-16 11:30:10 -04:00
Richard Cordovano
4286e17e7a Merge pull request #724 from rcordovano/logger_fix
Logger fix
2014-05-16 10:16:19 -04:00
Richard Cordovano
d0f06d11d2 Fix copy and paste error in Logger 2014-05-16 10:15:11 -04:00
Richard Cordovano
e437fbe95f Merge pull request #723 from rcordovano/suppress_settings_msg
Suppress settings msg
2014-05-16 10:03:45 -04:00
Richard Cordovano
3129a1d65c Fix bug in removal of message box for ingest module settings load error 2014-05-16 10:00:08 -04:00
Richard Cordovano
815e7ea73c Remove message box for ingest module settings load error 2014-05-16 09:20:59 -04:00
Brian Carrier
5779d75c71 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-05-15 16:02:35 -04:00
Brian Carrier
4a6ef1492c Updated build process to build from intermediate step, reduce 32/64-bit paths, and let AI make the GUID for jre8 2014-05-15 16:02:27 -04:00
Richard Cordovano
0aa1ccadfc Merge pull request #722 from rcordovano/ingest_framework_tweaks
Ingest framework tweaks
2014-05-15 15:50:12 -04:00
Richard Cordovano
99fd68b1c5 Change data source ingest behavior 2014-05-15 15:39:42 -04:00
Brian Carrier
de8d2925eb removed javafx jar file copying now that jre fixed the class path issue 2014-05-15 12:43:12 -04:00
Richard Cordovano
db07da4a0e Merge remote-tracking branch 'upstream/develop' into develop 2014-05-14 16:08:09 -04:00
Richard Cordovano
36f6aeaa79 Merge pull request #721 from alexjacks92/IdBug
Id bug - attributes will no longer be combined incorrectly
2014-05-14 16:07:32 -04:00
alexjacks92
7db2e4b059 String concatenation bug fixed. 2014-05-14 16:02:56 -04:00
Richard Cordovano
7f50fa49c3 Merge remote-tracking branch 'upstream/develop' into develop 2014-05-14 14:29:17 -04:00
Richard Cordovano
b0f7196a2c Merge pull request #719 from alexjacks92/UiChanges
UI changes to make hash look up configuration fit.
2014-05-14 14:07:08 -04:00