682 Commits

Author SHA1 Message Date
millmanorama
31903d04d8 aquire db locks in consistent order : drawable then case. release in reverse order 2018-08-31 16:55:04 +02:00
millmanorama
49dfc6ae4b only change group after regrouping if the datasources are different. 2018-08-31 16:11:16 +02:00
millmanorama
9c666b52bf make GroupViewState.getGroup return an optional 2018-08-31 16:10:50 +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
7484533c9c release locks /commit transactions in reverse order of a acquiring/starting them 2018-08-30 19:05:01 +02:00
millmanorama
19a6a60289 cleanup focusing on GroupManager and thread safety 2018-08-30 18:59:25 +02:00
millmanorama
6716216e0b cleanup DrawableTagsManager 2018-08-30 14:22:00 +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
cc59b5c046 don't show regrouping confirmation when already showing all data sources 2018-08-29 12:30:08 +02:00
millmanorama
99100f0557 force regroup when using datasource dialog 2018-08-29 12:29:07 +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
dba02a6ffa make sure unseen groups always get updated when a group is marked as seen 2018-08-28 09:45:57 +02:00
millmanorama
2d661e66c8 cleanup NextUnseenGroup.java 2018-08-28 08:44:24 +02:00
millmanorama
d73f861d07 WIP 2018-08-27 17:25:22 +02:00
millmanorama
437f2446e8 internationalize non-path grouping text 2018-08-27 15:19:42 +02:00
millmanorama
c1272982b3 Merge remote-tracking branch 'raman/1010-ig-by-datasource' into 1010/7-datasource-filtering-merged 2018-08-27 11:57:49 +02:00
millmanorama
c1f996800f move button and refactor the Toolbar controller slightly 2018-08-27 11:32:06 +02:00
millmanorama
436ad753d5 fix datasource filtering weh All is seleceted 2018-08-24 15:29:40 +02:00
millmanorama
6b2a120c6a minor refactoring 2018-08-24 15:14:55 +02:00
Raman
3fd4419a4b Updated comment. 2018-08-24 08:39:54 -04:00
millmanorama
aeff964579 cleanup SQL 2018-08-24 12:42:27 +02:00
millmanorama
28e27fa564 keep toolbar datasource in sync with groupmanager 2018-08-24 12:42:16 +02:00
millmanorama
659a86bb63 don't show datasource chooser if there is only ony datasource 2018-08-24 12:34:13 +02:00
millmanorama
0fc0b1347c improve initial dialog 2018-08-24 12:24:11 +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
millmanorama
3055576f06 move dialog display. 2018-08-24 10:52:27 +02:00
Raman
fd6c014c9d 1010: Filter by datasource, for path based groups only. 2018-08-23 13:28:32 -04:00
millmanorama
81a0fa511d datasource popup and WIP wiring of selected values 2018-08-23 17:06:58 +02:00
millmanorama
5bf5db7a92 sync datasources in IG toobar as they are added/removed 2018-08-23 15:30:35 +02:00
Richard Cordovano
043a96e47e
Merge pull request #4054 from millmanorama/data-source-filter-UI
add Data Source chooser to Toolbar
2018-08-21 15:36:47 -04:00
millmanorama
9fa3e30a1d add parens for readability, and javadoc. 2018-08-21 16:32:35 +02:00
millmanorama
d99712e205 remove checkbox, reorder initialization 2018-08-20 16:04:51 +02:00
millmanorama
5f823efc1f add Data Source chooser to Toolbar 2018-08-17 17:27:06 +02:00
Raman
ae5621db16 Address review comments 2018-08-15 12:01:01 -04:00
Raman
63860fd551 Addressed Codacy comment 2018-08-13 10:27:52 -04:00
Raman
d2f75af454 Addressed review comment. 2018-08-13 08:21:55 -04:00
Raman
2c3d515201 1009: Rebuild IG at data-source level 2018-08-10 15:29:19 -04:00
Brian Carrier
4d7eb77c41 Add DS at beginning of jobs, update when stale is set 2018-08-02 17:09:36 -04:00
Brian Carrier
9248d8496b change default stale value to false to prevent exceesive rebuilds 2018-08-02 17:07:20 -04:00
Brian Carrier
a8d25e57fd Merge remote-tracking branch 'origin/develop' into image-gallery-db-migration 2018-08-01 23:23:54 -04:00
Richard Cordovano
e12c35ad5c
Merge pull request #4000 from raman-bt/1003_casedbaccessmgr_transactions
1003 : add transactions support in CaseDbAccessManager api
2018-08-01 13:16:53 -04:00
Richard Cordovano
35303f66c4
Merge pull request #3990 from raman-bt/1001-ig-multiuser
1001 ig multiuser
2018-08-01 13:16:27 -04:00
Raman
a0c6d71f93 1003: Add transaction support to CaseDbAccessManager api.
- address review comments in previous commit.
2018-08-01 12:57:07 -04:00
Raman
eeace04904 1003: Add transactions support in CaseDbAccessManager api. 2018-07-31 11:44:11 -04:00
Richard Cordovano
b205a983d3 Module version updates for release 4.8.0 2018-07-30 11:24:54 -04:00
Raman
c78e2b3876 Merge branch 'image-gallery-db-migration' of https://github.com/raman-bt/autopsy into 1001-ig-multiuser 2018-07-30 09:37:47 -04:00
Raman
5513e186f4 Merge branch '1001-ig-multiuser' of https://github.com/raman-bt/autopsy into 1001-ig-multiuser 2018-07-30 08:10:39 -04:00
Raman
1d15ac3622 1001: Image gallery supports multi user cases
- addressed review comments on previous commit.
2018-07-30 08:04:16 -04:00