219 Commits

Author SHA1 Message Date
Brian Carrier
551d5429b0 cleaned up IG states. Made more consistent. 2018-11-28 00:48:26 -05:00
Brian Carrier
bbc65f6afd Fixed JIRA-1144 about incorrect dialogs when opening single-user case with single data source during ingest 2018-11-26 17:45:16 -05:00
Raman
3acf779e95 1136: Intermittent error: "Error marking group as seen" 2018-11-21 09:22:51 -05:00
Richard Cordovano
cc6c6aa472 Close IG database, propagate exceptions 2018-11-19 09:21:28 -05:00
Raman
8d2326b475 Address review comments and Codacy comments in the previous commit. 2018-11-14 10:21:12 -05:00
Raman
d5bd765c9b Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1110-no-prepop-2
# Conflicts:
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryModule.java
2018-11-13 18:00:46 -05:00
Raman
a1d0519b6a 1110: Remove pre-populating phase. 2018-11-13 17:33:47 -05:00
millmanorama
2272bba4df only show regrouping progress in IG status bar ( not main autopsy one) 2018-11-02 09:32:52 +01:00
Brian Carrier
f9559cc2a2
Merge pull request #4238 from raman-bt/1097-ig-doesnt-detect-mimetype
1097: ImageGallery should not detect MIME type of a file, if it isn't…
2018-10-25 15:55:34 -04:00
Raman
8ec4958322 1097: ImageGallery should not detect MIME type of a file, if it isn't already known. 2018-10-25 10:07:25 -04:00
Brian Carrier
3859979255 release lock during bullk tasks to be more fair. Do not write groups or write to CaseDB during prepopulating 2018-10-24 15:50:40 -04:00
Brian Carrier
a82c68d155 advance groups when none shown, update group when unseen is updated, ensure button stays disabled during rebuild , added comments. 2018-10-10 14:27:04 -04:00
Raman
cc62e0c713 1060: ingest stuck 2018-10-09 09:55:51 -04:00
Raman
9f8e1d8d95 Revert "1060: ingest stuck when adding another data source during ingest"
This reverts commit bfd8ed8325df1a8da85ccd4e91c18d0c759cb18d.
2018-10-05 10:27:22 -04:00
Raman
bfd8ed8325 1060: ingest stuck when adding another data source during ingest 2018-10-05 10:21:15 -04:00
millmanorama
55e39f9f8a reset file limit, cleanup 2018-10-01 18:02:02 +02:00
millmanorama
5d21558863 Merge remote-tracking branch 'upstream/develop' into 1036-check_file_limit_after_datsource_selection
# Conflicts:
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryTopComponent.java
2018-10-01 17:29:46 +02:00
millmanorama
0297b0e247 WIP 2018-09-27 12:23:55 +02:00
Raman
bc345144a3 1049: process regular files only in Image gallery.
- addressed review comment on previous commit.
2018-09-26 15:48:27 -04:00
Raman
bb84055f33 1049: Image gallery rebuild does not complete for some images.
- Only process 'real' files (not folders etc.) for Image gallery.
2018-09-26 14:41:27 -04:00
Brian Carrier
7ed9bfd91d Change order of opening TC, ensure group manager has only relevant groups. Updated Comments 2018-09-26 11:12:29 -04:00
Brian Carrier
4f3f58a705 use caches for making drawablefile. Make more specific messages when there are multiple data sources 2018-09-21 16:36:28 -04:00
Brian Carrier
4459288126 initial caching commit 2018-09-20 23:26:32 -04:00
Richard Cordovano
eb2193dd6f
Merge pull request #4100 from millmanorama/1012-examiner_seen_UI_integration
1012 examiner seen ui integration
2018-09-17 09:06:41 -04:00
millmanorama
0203db6596 codacy fixes 2018-09-17 14:50:08 +02:00
millmanorama
7f5420e305 fix codacy issues 2018-09-17 12:55:32 +02:00
millmanorama
942b6a6c6b Merge remote-tracking branch 'upstream/image-gallery-db-migration' into threading-review-bug-fixes
# Conflicts:
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryController.java
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
2018-09-15 13:27:33 +02:00
Raman
64306fe235 Merge branch 'image-gallery-db-migration' of https://github.com/sleuthkit/autopsy into 1012-group-seen-by-user
# Conflicts:
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
2018-09-14 14:24:58 -04:00
millmanorama
78575254ee don't reset controller if it is not changing. (and thus don't cancel db update). 2018-09-14 12:37:09 +02:00
millmanorama
ec9ab46aca fix initialization of listeningEnabled and stale properties. 2018-09-13 13:30:58 +02:00
millmanorama
c4d1376f15 remove unneeded synchronization og ImageGalleryController.getDatabase() 2018-09-12 14:18:34 +02:00
millmanorama
c97e64172b more codacy fixes 2018-09-05 15:41:26 +02:00
millmanorama
d8f46f88a8 make sure a grouping is applied the first time Image Gallery is opened. 2018-09-05 15:12:04 +02:00
millmanorama
8c33ae8393 codacy fixes 2018-09-05 14:22:56 +02:00
millmanorama
88a6163566 more error handling fixes 2018-09-05 13:16:38 +02:00
millmanorama
cea02f4304 fix changing cases 2018-09-04 17:48:41 +02:00
millmanorama
feb45d6278 fix first group display after regrouping 2018-09-04 16:48:50 +02:00
millmanorama
39a3a955ce refactor how ImageGalleryController and ImageGalleryTopComponent are instantiated and interact. 2018-09-04 16:03:22 +02:00
millmanorama
8df6dfb8f7 pass controller to DrawableTagsManager constructor, ImageGalleryController keeps reference to Case object 2018-09-04 09:46:10 +02:00
millmanorama
2ca0240a47 Merge branch '1010/7-datasource-filtering-test' into threading-review
# Conflicts:
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryController.java
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableTagsManager.java
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/DrawableTileBase.java
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/GroupPane.java
2018-09-03 18:09:44 +02:00
millmanorama
a37b8dc743 simplify locking in DrawableTagsManager.java by making the backing tagsManager final 2018-09-03 17:41:35 +02:00
millmanorama
f8cdcc7f4d cleanup 2018-09-03 17:32:39 +02:00
millmanorama
31903d04d8 aquire db locks in consistent order : drawable then case. release in reverse order 2018-08-31 16:55:04 +02:00
millmanorama
0eff6537d6 only show message over group are so user can change the datasource and bring other groups into the display. 2018-08-31 14:26:18 +02:00
millmanorama
19a6a60289 cleanup focusing on GroupManager and thread safety 2018-08-30 18:59:25 +02:00
millmanorama
b838c17c11 codacy fixes 2018-08-30 14:02:09 +02:00
millmanorama
15b36b2349 remove dead code 2018-08-29 12:38:36 +02:00
millmanorama
6b5cc03fad make non path regrouping cancellable via dialog 2018-08-29 11:56:38 +02:00
millmanorama
02955014ba WIP 2018-08-29 09:52:18 +02:00
millmanorama
894209cc2d Merge branch '1017-datasource-UI' into 1010/7-datasource-filtering-merged
# Conflicts:
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupKey.java
#	ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
2018-08-24 11:47:44 +02:00