Commit Graph
8804 Commits
Author SHA1 Message Date
Richard Cordovano 46330c4052 Merge pull request #1443 from karlmortensen/caseconverter
Case converter
2015-07-20 12:10:48 -04:00
Richard Cordovano 20a77a2e0b Merge pull request #1444 from eugene7646/result_view_count
Result count is updated whenever children are added or removed
2015-07-20 09:39:27 -04:00
Richard Cordovano 2d4cd6dd69 Merge pull request #1439 from APriestman/pipelineShutdown
Prevent shutDown from being called on ingest pipelines that haven't s…
2015-07-19 13:42:07 -04:00
Eugene Livis 55c50d5f0d Renamed variable 2015-07-17 16:01:36 -04:00
Eugene Livis 568e6de3b4 Renamed variables and added comments 2015-07-17 15:59:42 -04:00
Eugene Livis e0431dba77 Fix to have result count be updated whenever children are added or removed 2015-07-17 15:09:11 -04:00
Karl Mortensen 50c3aacb94 remove solr comment 2015-07-17 10:35:29 -04:00
Karl Mortensen 07f66cbb62 artifact --> attribute 2015-07-17 10:13:32 -04:00
Ann Priestman 5074684466 Prevent shutDown from being called on ingest pipelines that haven't started. 2015-07-17 09:49:58 -04:00
Karl Mortensen 99937bde7b Initial cut of case converter 2015-07-16 16:35:31 -04:00
Richard Cordovano 9ba304f22b Merge pull request #1429 from APriestman/ingestNPEs
Clean up errors when at least one ingest module fails to start.
2015-07-15 16:39:32 -04:00
Richard Cordovano b4ee3471eb Merge develop branch into collaborative branch 2015-07-13 16:43:28 -04:00
Ann Priestman 130c21cd2f Clean up errors when at least one ingest module fails to start. 2015-07-10 14:32:51 -04:00
esaunders 3581be77a8 Merge pull request #1427 from esaunders/solr_spin
Moved Solr query outside for loop in LuceneQuery.performLuceneQuery().
2015-07-08 13:55:29 -04:00
Eamonn Saunders b975f230f9 Moved Solr query outside for loop in LuceneQuery.performLuceneQuery().
Modified Server.openCore() to check Solr server connectivity.
2015-07-08 13:52:39 -04:00
esaunders 52c6e8d70f Merge pull request #1426 from APriestman/menu
Add tagging to context menu for artifacts linked to a datasource
2015-07-08 13:48:52 -04:00
Ann Priestman 8b8685097b Add tagging to context menu for artifacts linked to a datasource 2015-07-08 13:37:20 -04:00
esaunders 81087f9742 Merge pull request #1425 from esaunders/create_keys_fix
Updated ChildFactory.createKeys() implementations to not return false…
2015-07-07 15:49:33 -04:00
Eamonn Saunders e1b32a9274 Updated ChildFactory.createKeys() implementations to not return false when they are unable to create keys. Returning false means "the list has only been partially populated and this method should be called again to batch more keys". 2015-07-07 15:46:58 -04:00
Brian Carrier 9a989506e7 Merge pull request #1423 from kefir-/sample_module_crossplatform
Use os.path.join() for path manipulation in reportmodule.py,
2015-07-06 10:18:39 -04:00
Ketil Froyn 7ff99f03d8 Use os.path.join() for path manipulation in reportmodule.py,
rather than hardcoding backslash
2015-07-04 02:05:15 +02:00
Richard Cordovano 593fc2ca2d Merge pull request #1363 from sidheshenator/goto_hex_offset
jump to hex offset implemented
2015-07-02 11:23:57 -04:00
Richard Cordovano da3c3fc050 Merge pull request #1413 from millmanorama/new-tag-events-collab
make the new tag events work in collaborative autopsy.
2015-07-02 11:23:22 -04:00
jmillman febbee6634 export org.sleuthkit.autopsy.casemodule.events from Core module 2015-07-02 11:02:24 -04:00
jmillman a2a8fc0bc6 move Tag events to ...casemodule.events package; explicitly implement Serializable interface.
use as needed logger to avoid serializing it.
2015-07-02 10:54:29 -04:00
Richard Cordovano e59ba14a44 Merge pull request #1417 from millmanorama/concurrent_hashmap_npe_fix
improve synchronization and guard the videoFileMap from null keys to eliminate NPE
2015-07-02 09:36:25 -04:00
Richard Cordovano 9de25349c8 Merge pull request #1419 from sidheshenator/py_module_fix
jython moduleName getting regex fixed
2015-07-02 09:35:14 -04:00
Richard Cordovano d6ef60ec5d Merge pull request #1416 from millmanorama/contents_tree_fix
fix rebuilding the contents tree when switching grouping
2015-07-02 09:33:26 -04:00
sidheshenator cb346a00fe jython moduleName getting regex fixed 2015-07-01 17:33:32 -04:00
Richard Cordovano 43220d9d83 Merge pull request #1418 from karlmortensen/doc_update
change default to 10
2015-07-01 17:04:23 -04:00
Karl Mortensen 78a93f3a5b change default to 10 2015-07-01 16:47:12 -04:00
Richard Cordovano 3a3eb141e1 Merge pull request #1415 from karlmortensen/docs
update docs for collaborative mode
2015-07-01 15:59:52 -04:00
jmillman 924d012527 fix rebuilding the contents tree when switching grouping 2015-07-01 15:54:07 -04:00
jmillman 5866b88a35 improve synchronization and guard the videoFileMap from null keys to eliminate NPE 2015-07-01 15:52:12 -04:00
Karl Mortensen a134f3da4d update docs for collaborative mode 2015-07-01 15:49:43 -04:00
jmillman 73ad87b161 catch correct exception when no case is open 2015-07-01 13:37:49 -04:00
jmillman 13d4e71b50 fix typo in warning messages 2015-07-01 13:34:47 -04:00
jmillman 1b980ea9dd fix up comments 2015-07-01 13:32:15 -04:00
jmillman 1e13d5a039 Merge remote-tracking branch 'upstream/collaborative' into new-tag-events-collab
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/TimeLineController.java
2015-07-01 13:12:21 -04:00
jmillman bb7ab1eab3 don't call getNewValue and getOldValue unless they are needed
they might invoke expensive db operations to load transient members and should be avoided unless those values are needed
2015-07-01 13:06:54 -04:00
jmillman fc3accc733 don't put Tags into the newValue field as serialization will fail. instead rely on private tag member and lazy loading in overriden getNewValue() 2015-07-01 12:34:53 -04:00
jmillman 641fe4aa9d have BlackboardArtifactTagNodeFactory implement Observer and listen to tag changes like ContentTagNodeFactory does 2015-07-01 12:33:49 -04:00
Richard Cordovano 5de14bde5c Merge pull request #1412 from sleuthkit/no_write_on_open
do not call write when opening a case - not sure why it was ever done
2015-07-01 12:30:15 -04:00
Brian Carrier 1bcc1a7aa5 do not call write when opening a case - not sure why it was ever done 2015-07-01 12:13:24 -04:00
Richard Cordovano ea00fb2d94 Merge pull request #1411 from sleuthkit/add_msvcr120
Add msvcr120
2015-07-01 11:17:40 -04:00
Brian Carrier 3e9b7b5bcb Updated Installer to preload MSVCR120 2015-07-01 11:17:03 -04:00
Brian Carrier 2ce579b16b Fixed error in update script 2015-07-01 11:12:29 -04:00
Brian Carrier b0039e2995 Updated to include VS2013 runtime dlls for PostgreSQL support 2015-07-01 11:10:25 -04:00
Richard Cordovano 95231c3a82 Merge in timeline update popup fix and resolve conflicts 2015-07-01 10:44:24 -04:00
jmillman 74a8455c10 update comments 2015-07-01 10:35:25 -04:00