9534 Commits

Author SHA1 Message Date
Andrew Ziehl
a51a2da70a Codeacy fixes. 2018-06-14 20:49:30 -07:00
Andrew Ziehl
d376fbaeb0 Cleanup. 2018-06-14 12:35:01 -07:00
Andrew Ziehl
b6d8bf7a1d Wrapper Child factory in callable to further delay execution. Still doesn't make Search lazy since DataResultFilterNode will gather all children and do lookups which triggers the children queries. 2018-06-14 12:31:01 -07:00
Andrew Ziehl
b488dee2cd Add progress handler to search to inform user Autopsy is busy, with 3 stages.
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
2018-06-14 12:30:58 -07:00
Andrew Ziehl
35d297f9db Merge branch 'develop' of https://github.com/briangsweeney/autopsy into develop 2018-06-14 12:28:41 -07:00
Andrew Ziehl
5f6c7857bc Merge branch 'develop' of https://github.com/briangsweeney/autopsy into develop
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/Bundle.properties
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesNode.java
2018-06-14 11:22:05 -07:00
Richard Cordovano
2ea77e4560
Merge pull request #3854 from APriestman/revertHealthMonitorTiming
Reset periodic health monitor writes to one hour
2018-06-14 12:55:25 -04:00
Richard Cordovano
44ebf04ffc
Merge pull request #3852 from dgrove727/3655_SupressPmdErrorsInUiCode_8
3655 supress pmd errors in ui code 8
2018-06-14 12:54:38 -04:00
Richard Cordovano
95b1abc3d4
Merge pull request #3850 from dgrove727/3655_SupressPmdErrorsInUiCode_7
Seventh batch updated for PMD error suppression and correction.
2018-06-14 12:51:59 -04:00
Richard Cordovano
2926c5a7e9
Merge pull request #3841 from dgrove727/3655_SupressPmdErrorsInUiCode_6
Sixth batch updated for PMD error suppression and correction.
2018-06-14 12:50:17 -04:00
Richard Cordovano
74091f684c
Merge pull request #3807 from wschaeferB/3845-ObjectDetectionModule
3845 object detection module
2018-06-14 12:42:34 -04:00
Richard Cordovano
cb0f663a09
Merge pull request #3820 from dgrove727/3873_RefineEncryptionDetectionHeuristics
Added additional rules to qualify files to be processed.
2018-06-14 12:32:50 -04:00
Richard Cordovano
6dd79da09f
Merge pull request #3826 from dgrove727/3846_AddViewCommentsCentralRepository
3846 add view comments central repository
2018-06-14 12:17:51 -04:00
William Schaefer
563baf0f32 3845 add @message, fix exception logging, remove unnecessary/unexplained change to manifest.mf 2018-06-14 11:59:05 -04:00
U-BASIS\dgrove
cecfd036fc Removed bundle messages for exceptions. 2018-06-14 11:50:56 -04:00
Richard Cordovano
dad29fd447
Merge pull request #3847 from rishwanth1995/queryApi_CR
query api to process each instances in the instances table.
2018-06-14 11:46:44 -04:00
Ann Priestman
ea9f59914f Reset periodic health monitor writes to one hour 2018-06-14 10:28:04 -04:00
U-BASIS\dgrove
98f4cc4241 Removed use of 'closePreparedStatement()' from AbstractSqlEamDb. 2018-06-13 17:52:16 -04:00
U-BASIS\dgrove
222e43c014 More Codacy changes. 2018-06-13 17:44:35 -04:00
U-BASIS\dgrove
adcaff9694 Merge remote-tracking branch 'upstream/develop' into 3846_AddViewCommentsCentralRepository 2018-06-13 16:59:21 -04:00
U-BASIS\dgrove
4a8f6b8645 Improved exception and query text. 2018-06-13 16:58:31 -04:00
Richard Cordovano
2eef2a2c1a
Revert "3570 Update sevenzipjbinding jars and commands" 2018-06-13 12:58:42 -04:00
U-BASIS\dgrove
105312bc28 Fixed null value stack trace. 2018-06-13 12:29:53 -04:00
U-BASIS\dgrove
c78b4f5328 Removed unnecessary change. 2018-06-13 11:16:19 -04:00
U-BASIS\dgrove
ac619182ea Eighth batch updated for PMD error suppression and correction. 2018-06-13 11:11:42 -04:00
William Schaefer
7f32cfa261 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3845-ObjectDetectionModule 2018-06-13 11:01:55 -04:00
U-BASIS\dgrove
d20fd16703 Seventh batch updated for PMD error suppression and correction. 2018-06-13 09:25:58 -04:00
U-BASIS\dgrove
0f7372d079 More Codacy fixes. 2018-06-12 18:34:57 -04:00
U-BASIS\dgrove
aa7ae523ff Codacy fixes. 2018-06-12 18:26:33 -04:00
U-BASIS\dgrove
06900f2931 Codacy issues addressed. 2018-06-12 17:55:50 -04:00
U-BASIS\dgrove
d93580422b Merge conflicts fixed. 2018-06-12 17:33:38 -04:00
U-BASIS\dgrove
9f4894950a Fixed bug with missing data source. 2018-06-12 16:41:38 -04:00
Richard Cordovano
93f865a1c4
Merge pull request #3827 from rishwanth1995/go_to_result_s
added logic to respond for selection in DirectoryTreeComponent.viewArtifact
2018-06-12 16:04:46 -04:00
Richard Cordovano
5273f74894
Merge pull request #3825 from sleuthkit/cr_cleanup1
reduced public API, minor refactor, added some comments
2018-06-12 15:42:32 -04:00
Richard Cordovano
587467651b
Merge pull request #3817 from raman-bt/3877_tag_menu_restructure
3877: Remove "Quick Tag" submenu
2018-06-12 15:38:06 -04:00
Richard Cordovano
ae3d94fb38
Merge pull request #3814 from dgrove727/3847_AlertPasswordProtected
3847 alert password protected
2018-06-12 15:27:26 -04:00
William Schaefer
c298c5fab8 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 3845-ObjectDetectionModule 2018-06-12 15:23:35 -04:00
William Schaefer
da9825e63e 3845 change default results tab for Object Detected artifacts 2018-06-12 15:23:11 -04:00
Richard Cordovano
1d37227a73
Merge pull request #3822 from rishwanth1995/file-profiler
new method added in autopsy centralrepository datamodel to get all known bad artifact instances
2018-06-12 15:12:20 -04:00
U-BASIS\dgrove
eb57021c63 Merge remote-tracking branch 'upstream/develop' into 3846_AddViewCommentsCentralRepository 2018-06-12 14:48:31 -04:00
Brian Carrier
de5e0709ea
Merge branch 'develop' into cr_cleanup1 2018-06-12 11:34:23 -04:00
rishwanth1995
5cb0521b4d refactor centralrepository test cases and callback interface 2018-06-12 11:31:06 -04:00
Richard Cordovano
1bc9932607
Merge pull request #3823 from APriestman/3879_userMetrics
3879 Add user metrics to health monitor
2018-06-12 10:45:02 -04:00
Richard Cordovano
bb6e4ec852
Merge pull request #3824 from wschaeferB/3570-UpdateJavaBindings
3570 Update sevenzipjbinding jars and commands
2018-06-12 10:07:23 -04:00
Richard Cordovano
ae04a87dd4
Merge pull request #3834 from zhhl/3837-reFormatFileSearchByAttributesPanel
3837: Reformat file search by attributes panel.
2018-06-11 18:36:27 -04:00
Richard Cordovano
c5cf757ef9
Merge pull request #3836 from dgrove727/3655_SupressPmdErrorsInUiCode_4
3655 supress pmd errors in ui code 4
2018-06-11 18:35:38 -04:00
Richard Cordovano
d6794795d4
Merge pull request #3832 from dgrove727/3655_SupressPmdErrorsInUiCode_3
Third batch updated for PMD error suppression and correction.
2018-06-11 18:33:16 -04:00
rishwanth1995
9f2dbcfccf modified test cases 2018-06-11 13:36:15 -04:00
Richard Cordovano
f771e7cf71
Merge pull request #3831 from dgrove727/3655_SupressPmdErrorsInUiCode_2
3655 supress pmd errors in ui code 2
2018-06-11 12:56:40 -04:00
Richard Cordovano
8c97522906
Merge pull request #3830 from dgrove727/3655_SupressPmdErrorsInUiCode
First batch updated for PMD error suppression and correction.
2018-06-11 12:53:54 -04:00