Commit Graph
10082 Commits
Author SHA1 Message Date
Brian Sweeney d8093fd690 Merge branch 'commonfiles' of https://github.com/briangsweeney/autopsy into 3868-normalize-cr 2018-08-05 21:46:03 -06:00
Andrew Ziehl 1db7ad6140 Pass in datasource map so CR results don't error out. 2018-08-03 10:59:29 -07:00
Brian Sweeney f7d01493db merge conflicts 2018-08-03 11:42:23 -06:00
Brian Sweeney 882ac439c4 Merge branch '4071_populate_searchresults' of https://github.com/briangsweeney/autopsy into 3788-intercase-intracase-merge
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/AbstractCommonAttributeInstance.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CentralRepoCommonAttributeInstance.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/InterCaseCommonAttributeSearcher.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/InterCaseSearchResultsProcessor.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/IntraCasePanel.java
2018-08-03 11:21:16 -06:00
Brian Sweeney 547c981445 Merge branch '4070_remove_db_methods' of https://github.com/briangsweeney/autopsy into 3788-intercase-intracase-merge
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/IntraCasePanel.java
#	Core/test/qa-functional/src/org/sleuthkit/autopsy/centralrepository/datamodel/CentralRepoDatamodelTest.java
2018-08-03 10:58:15 -06:00
Brian Sweeney 3bffd2017a Merge branch 'commonfiles' of https://github.com/briangsweeney/autopsy into 3788-intercase-intracase-merge
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/InterCaseCommonAttributeSearcher.java
2018-08-03 10:34:29 -06:00
Richard Cordovano 7a60aba429 Revert "Revert "4072 remove cache"" 2018-08-03 11:15:28 -04:00
Richard Cordovano cde3d8dd1f Revert "4072 remove cache" 2018-08-03 11:03:02 -04:00
Brian Sweeney cb7d290265 comments 2018-08-03 08:47:06 -06:00
Brian Sweeney c63c85b0db cleanup 2018-08-02 21:29:53 -06:00
Brian Sweeney 6164dead35 client updated to account for validation failures, tests updated to account for new sorts of failures, null check added to validator 2018-08-02 21:24:48 -06:00
Brian Sweeney 761273608e updating tests of client code 2018-08-02 13:58:45 -06:00
Brian Sweeney 9cd17b6e29 updating client code 2018-08-02 13:57:44 -06:00
Brian Sweeney 11dea2acf7 various errors with tests 2018-08-02 13:54:05 -06:00
Brian Sweeney ca9709b781 tests 2018-08-01 16:40:07 -06:00
Brian Sweeney 4d192e88ea clients of normalizer class reflect new interface (throws exceptions) 2018-08-01 13:57:29 -06:00
Brian Sweeney 703b41dcec interface changed to throw exceptions instead of logging them and proceeding 2018-08-01 12:49:14 -06:00
Brian Sweeney 92f388a8a2 normalizer throws exceptions instead of logging and return empty 2018-08-01 11:40:22 -06:00
Brian Sweeney 4fe257b82d public access for testable methods, bad md5 hash, wasnt actually bad, regex was made more permissive (supports mixed case) 2018-08-01 10:54:03 -06:00
Brian Sweeney 79394cbbf8 more validation 2018-07-31 17:33:42 -06:00
Andrew Ziehl 9163256cd3 Refactoring 2018-07-31 15:54:33 -07:00
Andrew Ziehl 35d5df5ebc Cleanup excess fields. 2018-07-31 15:32:32 -07:00
Andrew Ziehl 6ee9ed54bd cleanup logic, functionally complete 2018-07-31 15:20:35 -07:00
Brian Sweeney 8c006fcde4 removed dead code 2018-07-31 14:41:09 -06:00
Brian Sweeney b80c909196 project setup stuff that adds commons validator 2018-07-31 14:40:27 -06:00
Brian Sweeney 42a8ba3757 domain normalizing 2018-07-31 14:34:33 -06:00
Andrew Ziehl 075b76e8bf logic overhaul to reduce manipulation and building of hashmaps. 2018-07-31 11:46:44 -07:00
Brian Sweeney 8d3aeff77f codacy suggestions 2018-07-31 11:00:13 -06:00
Brian Sweeney 620df485ec these changes might be needed to use the apache commons validator 2018-07-31 10:49:26 -06:00
Andrew Ziehl 137aae131d Sqlite where cluase wasn't passed in. 2018-07-31 09:17:27 -07:00
Andrew Ziehl f0a87e43e5 Add code commments for IntraCasePanel in conjuction with the previous bugfix. 2018-07-31 08:14:41 -07:00
Brian Sweeney 9b4c331993 could use a better overload here 2018-07-30 16:17:06 -06:00
Brian Sweeney 0199865b29 some test vars 2018-07-30 15:59:14 -06:00
Brian Sweeney ed3525db78 normalization api connected to eamdb touch points 2018-07-30 15:55:05 -06:00
Brian Sweeney f57d475f69 additional conveniences functions 2018-07-30 14:03:01 -06:00
Brian Sweeney 1e379b0882 test code added, stub code 2018-07-30 11:00:32 -06:00
Brian Sweeney a5a81070b9 stubbed out normalizer 2018-07-27 13:11:04 -06:00
Brian Sweeney cd502079f6 rename 2018-07-27 10:55:09 -06:00
Brian Sweeney b570830d1b need to check for existance of eamdb before trying getinstance 2018-07-26 17:32:54 -06:00
Brian Sweeney 441230d3e9 and the tests are fixed 2018-07-26 17:19:23 -06:00
Brian Sweeney 94f0dfbee1 cleared up bugs illuminated by removing the file cache for the inter case leaf notes 2018-07-26 17:16:11 -06:00
Andrew Ziehl 5bad6cff78 Cleanup and add tests, add null check. 2018-07-26 12:57:24 -07:00
Andrew Ziehl 9ee4f8d44f fix bug where intracase datasource was not initialized. 2018-07-26 12:38:25 -07:00
Andrew Ziehl 08ad7eeba1 remove EamDb publicly accessible methods, replace with a single generic processInstanceTableWhere mmethod which takes a query string. 2018-07-26 12:07:27 -07:00
Brian Sweeney 178b48ecb7 comments 2018-07-26 10:04:18 -06:00
Brian Sweeney 29150018f3 fixes non-critical bug that still would sometimes throw an exception 2018-07-26 10:03:05 -06:00
Brian Sweeney c30ed1f251 build script modified to include intercase correleation test data 2018-07-26 08:56:46 -06:00
Brian Sweeney 23f48b0d33 cleanup 2018-07-26 08:29:09 -06:00
Brian Sweeney 5e9401186e dead code removed and other cleanup 2018-07-26 08:21:24 -06:00
Brian Sweeney 331ed172d5 full removal of abstract file cache for leaf node generation 2018-07-25 17:10:53 -06:00