1329 Commits

Author SHA1 Message Date
Richard Cordovano
27421e9f2a Switch to maven.restlet.com from maven.restlet.org for ivy 2015-10-14 12:09:01 -04:00
Richard Cordovano
cc92f1ca49 Replace IngestManager.runInteractively() with RuntimeProperties.getCoreComponentsActive() 2015-10-05 18:01:07 -04:00
Karl Mortensen
851edf5158 use SolrSearchService 2015-10-02 12:26:55 -04:00
Ann Priestman
afccd3f71d Added method to force a reload of the Keyword Search lists. 2015-09-24 12:53:04 -04:00
esaunders
9386edb434 Added _version_ field to schema for Solr Cloud deployments. 2015-09-01 10:22:39 -04:00
Richard Cordovano
0e7222dabb Merge develop->collaborative, resolve merge conflict, compile errors 2015-08-26 14:39:59 -04:00
Karl Mortensen
332a08f07d Bulk format code with new settings 2015-08-07 13:23:40 -04:00
Karl Mortensen
f76d0587dc Bulk format code with new settings 2015-08-07 11:50:35 -04:00
Richard Cordovano
80e26328df Revert "invalid utf-8 data sanitized before feeding to the Solr Ingester" 2015-08-04 12:39:17 -04:00
Karl Mortensen
e0afc0c29a lowercamcelcase method names 2015-07-30 12:45:27 -04:00
Brian Carrier
1eb39955fc Merge pull request #1463 from sidheshenator/sanitize_utf-8-solr
invalid utf-8 data sanitized before feeding to the Solr Ingester
2015-07-30 10:53:39 -04:00
Sidhesh Mhatre
d75ad1b21f Avoid duplicate logging of propagated exception. 2015-07-30 10:48:55 -04:00
Karl Mortensen
5d1d3953b9 UNC utilities 2015-07-30 10:14:35 -04:00
Karl Mortensen
d1473d0add Solr now tries to use UNC path if it can when opening Solr cores 2015-07-28 12:35:54 -04:00
sidheshenator
9a9255b2a8 AbstractFileChunk sanitization code refactored 2015-07-27 14:32:08 -04:00
sidheshenator
cfc965917e invalid utf-8 data sanitized before feeding to the Solr Ingester 2015-07-24 09:26:18 -04:00
Eugene Livis
2bf4646d94 Removed unused imports 2015-07-22 15:45:46 -04:00
Eugene Livis
ad0868001c Minor improvement 2015-07-22 15:36:27 -04:00
Eugene Livis
4c71a61a8b on startup KWS checks connection to remote KWS server if multi-user case 2015-07-22 15:23:29 -04:00
sidheshenator
644572ab57 encase keyword list support made more obvious 2015-07-22 10:46:39 -04:00
Eugene Livis
818edd6212 Only cancel ingest for single user cases, additional settings checks for KWS 2015-07-21 11:49:41 -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
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
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
Eamonn Saunders
92e3dd26a4 Added KeywordSearchService.canConnectToRemoteSolr() method and updated CollaborationMonitor to use it. 2015-06-25 12:48:56 -04:00
Richard Cordovano
d5cf37bd04 Complete lock down of UI in non-interactive mode 2015-06-21 09:28:22 -04:00
Brian Carrier
91725425f4 Updated versions to 3.1.3 2015-06-18 15:41:47 -04:00
Eamonn Saunders
e34c038c2b Solr document ids can now contain artifact ids which start at LONG.MIN_VALUE (-9223372036854775808) which is outside Integer range so we need to use Long instead of Integer when comparing document ids. 2015-06-11 16:14:18 -04:00
Richard Cordovano
0c74f22735 Merge pull request #1300 from APriestman/timezoneNPE
Switched call to getStringTime to use dataSource instead of abstractF…
2015-06-02 14:43:20 -04:00
APriestman
ae4158b02e Switched call to getStringTime to use dataSource instead of abstractFile to avoid a possible null pointer exception 2015-06-02 11:35:25 -04:00
Richard Cordovano
52095e783f Merge remote-tracking branch 'upstream/develop' into collaborative 2015-05-28 17:58:15 -04:00
Richard Cordovano
4508777129 Re-broaden the FileTypeDetector API 2015-05-28 17:52:56 -04:00
Richard Cordovano
d2c052fcb2 Resolve merge conflicts for develop branch merge 2015-05-28 10:27:02 -04:00
Richard Cordovano
23d383ac00 Minor fixes for file type detection code in KWS and file type modules 2015-05-27 20:42:04 -04:00
Richard Cordovano
e7773e5489 Reduce public API of FileTypeDetector back to what it was 2015-05-27 20:16:51 -04:00
sidheshenator
34c5a1d6c9 Resource bundle updated. Unalloc Unused blocks marked as octet-stream 2015-05-22 11:22:49 -04:00
Richard Cordovano
dc75a1c318 Merge remote-tracking branch 'upstream/develop' into collaborative 2015-05-21 14:21:58 -04:00
sidheshenator
22b50d5570 FileTypeDetector made non-static field in ingest modules 2015-05-20 11:54:47 -04:00
sidheshenator
0046f72732 Appropriate Levels logged. Unused imports removed 2015-05-19 16:39:42 -04:00
sidheshenator
637f91baac Merge branch 'develop' of https://github.com/sleuthkit/autopsy into file_type_identification 2015-05-19 16:33:28 -04:00
sidheshenator
d073909272 IngestModuleException thrown when FileTypeDetector not instantiated 2015-05-19 16:12:40 -04:00
Richard Cordovano
0ce75e3e8b Merge pull request #1245 from karlmortensen/output_paths
update paths for collab
2015-05-19 16:07:30 -04:00
Richard Cordovano
7f71379367 Merge pull request #1260 from esaunders/develop
Return immediately after indexing unallocated space, otherwise it get…
2015-05-19 15:37:11 -04:00
Karl Mortensen
844e8b0e92 code review updates 2015-05-19 15:34:48 -04:00
sidheshenator
30a84fdceb getFileType() added and used 2015-05-19 13:15:07 -04:00
Eamonn Saunders
e38474ab1a Return immediately after indexing unallocated space, otherwise it gets processed twice. 2015-05-18 11:30:34 -04:00
sidheshenator
cc88d8a77e removed unnecessary sorts 2015-05-18 10:52:07 -04:00