René Pfeuffer
|
7c50ad07ec
|
Extract common code
|
2019-06-03 15:24:19 +02:00 |
|
René Pfeuffer
|
0be816dd28
|
Extract properties from users and groups in v1 into own file
|
2019-06-03 14:22:57 +02:00 |
|
Sebastian Sdorra
|
3b3ddd8fb0
|
Merged in bugfix/repo_permissions_without_admin (pull request #258)
Fix bug for repository owners without global role permission
|
2019-06-03 13:56:11 +00:00 |
|
Sebastian Sdorra
|
3664d69713
|
Merged in feature/migrate_user_v1 (pull request #254)
migrate user v1
|
2019-06-03 13:25:19 +00:00 |
|
René Pfeuffer
|
a970404717
|
Move migration of admin flags to own update step
|
2019-06-03 11:38:42 +02:00 |
|
René Pfeuffer
|
218937be19
|
Add group migration
|
2019-06-03 10:39:25 +02:00 |
|
René Pfeuffer
|
d9b9a07591
|
Read admin users from configuration
|
2019-05-31 16:32:19 +02:00 |
|
René Pfeuffer
|
a91177a2d7
|
Migrate creationDate and lastModified
|
2019-05-31 15:57:30 +02:00 |
|
René Pfeuffer
|
55069cf2dd
|
Adapt unit test
|
2019-05-31 10:47:50 +02:00 |
|
René Pfeuffer
|
8e41b26918
|
Merge with feature/migration
|
2019-05-28 08:09:11 +02:00 |
|
René Pfeuffer
|
b12bc0cf1a
|
Remove old upgrade functionality
|
2019-05-28 08:07:56 +02:00 |
|
René Pfeuffer
|
d88d1ff78d
|
Backup old repositories file
|
2019-05-24 14:25:35 +02:00 |
|
René Pfeuffer
|
76c59a6dee
|
Extract properties from v1 repositories
|
2019-05-24 13:55:37 +02:00 |
|
René Pfeuffer
|
d88b300ac8
|
Add update step to rename repositories.xml -> repository-paths.xml
|
2019-05-24 11:55:32 +02:00 |
|
René Pfeuffer
|
0a0fd17448
|
Verify that migration strategies are set before migration starts
|
2019-05-23 17:37:58 +02:00 |
|
Eduard Heimbuch
|
9a18facbf5
|
Tests for user migration V1 to V2
|
2019-05-23 17:19:34 +02:00 |
|
René Pfeuffer
|
035abef465
|
Assert that the existing repositories.xml file contains v1 data
|
2019-05-23 15:25:25 +02:00 |
|
René Pfeuffer
|
31e56a6672
|
Implement inline strategy
|
2019-05-23 15:06:40 +02:00 |
|
René Pfeuffer
|
3e46aefb4b
|
Implement move strategy
|
2019-05-22 17:18:04 +02:00 |
|
René Pfeuffer
|
ac851d4e8a
|
Implement copy strategy
|
2019-05-22 16:05:35 +02:00 |
|
René Pfeuffer
|
97ad3897ed
|
Correct instance mocks
|
2019-05-22 15:31:35 +02:00 |
|
René Pfeuffer
|
1674bc2e7d
|
Bootstrap migration strategies
|
2019-05-22 14:28:53 +02:00 |
|
René Pfeuffer
|
f000c944a6
|
Do not fail when v1 file does not exist
|
2019-05-21 16:59:17 +02:00 |
|
René Pfeuffer
|
64fcdde749
|
Create v2 repository entities for old v1 repositories
|
2019-05-21 13:09:33 +02:00 |
|
René Pfeuffer
|
dad8ea5fa1
|
Merge with 2.0.0-m3
|
2019-05-20 08:51:59 +02:00 |
|
René Pfeuffer
|
89c09dc006
|
Merge with custom roles branch
|
2019-05-16 14:31:56 +02:00 |
|
René Pfeuffer
|
510ea51e76
|
Fix unit test
|
2019-05-16 13:06:08 +02:00 |
|
René Pfeuffer
|
93025629e6
|
Migrate verbs to roles if possible
|
2019-05-15 15:57:18 +02:00 |
|
René Pfeuffer
|
a5f1a5deaa
|
Merge custom roles with migration
|
2019-05-15 15:01:17 +02:00 |
|
René Pfeuffer
|
ed7c2a01e7
|
Log steps for updates
|
2019-05-15 13:29:50 +02:00 |
|
René Pfeuffer
|
93dbaeae7c
|
Run update steps only if they have not been run before
|
2019-05-14 15:52:05 +02:00 |
|
René Pfeuffer
|
bafc8ea668
|
Execute updates in order
|
2019-05-14 14:45:12 +02:00 |
|
René Pfeuffer
|
a83e2813a3
|
Fix path computation and resolving
|
2019-05-10 13:26:06 +02:00 |
|
Eduard Heimbuch
|
e0ab70591a
|
fix Tests
|
2019-05-10 13:23:41 +02:00 |
|
René Pfeuffer
|
7f4792ec49
|
Remove PathBasedRepositoryDAO
The computation of the file path for the repository is done by
RepositoryLocationResolver.
|
2019-05-10 08:06:36 +02:00 |
|
René Pfeuffer
|
c44d38cc61
|
Introduce abstraction for repository location
|
2019-05-09 14:08:18 +02:00 |
|
René Pfeuffer
|
798eb5a846
|
Replace wrong endpoint for repository roles with endpoint for verbs
|
2019-05-09 09:45:33 +02:00 |
|
René Pfeuffer
|
6f1f74b208
|
Fix repository role manager
|
2019-05-08 12:36:22 +02:00 |
|
René Pfeuffer
|
c88654739b
|
System roles should not be modifiable
|
2019-05-08 10:55:24 +02:00 |
|
René Pfeuffer
|
dd312308fa
|
Add system roles to repository role REST resource
|
2019-05-08 10:13:01 +02:00 |
|
René Pfeuffer
|
8645890758
|
Cleanup
|
2019-05-06 16:45:35 +02:00 |
|
René Pfeuffer
|
45ca558101
|
Get verbs from repository roles
|
2019-05-06 16:01:01 +02:00 |
|
René Pfeuffer
|
e4e335b7e1
|
Validate repository roles
|
2019-05-06 15:12:58 +02:00 |
|
René Pfeuffer
|
96e7a29dce
|
Add unit test for role resource
|
2019-05-06 14:49:37 +02:00 |
|
René Pfeuffer
|
c0760688e9
|
Join repository roles from the system and from the database
|
2019-05-03 14:47:49 +02:00 |
|
René Pfeuffer
|
232102716c
|
Create DAO for repository roles
|
2019-05-03 14:19:33 +02:00 |
|
René Pfeuffer
|
9109efe2f1
|
Add role attribute to repository permission
|
2019-05-03 07:59:18 +02:00 |
|
Florian Scholdei
|
9bc9e133cc
|
merge
|
2019-04-17 14:27:17 +02:00 |
|
René Pfeuffer
|
20cf0507a2
|
Fix injection
|
2019-04-12 15:26:22 +02:00 |
|
René Pfeuffer
|
e56d6504c0
|
Add unit tests
|
2019-04-12 14:32:17 +02:00 |
|