Commit Graph

7648 Commits

Author SHA1 Message Date
Eduard Heimbuch
8a408c4600 Close branch bugfix/autocomplete2 2019-07-03 10:44:10 +00:00
Florian Scholdei
0d10892f21 merged 2019-07-03 09:48:19 +02:00
Florian Scholdei
23c8ff923e exported autocompletes 2019-07-02 15:36:38 +02:00
Florian Scholdei
ff354a5fee review changes 2019-06-18 15:20:44 +02:00
René Pfeuffer
7278595056 Merge with 2.0.0-m3 2019-06-13 09:10:42 +02:00
Sebastian Sdorra
e4b187a393 Merged in feature/migration_servlet (pull request #261)
Feature migration servlet
2019-06-12 13:40:00 +00:00
Sebastian Sdorra
34b1047d39 Close branch feature/migration_servlet 2019-06-12 13:40:00 +00:00
Sebastian Sdorra
c491092c0c use for..in loop instead of for..of to increase compatibility 2019-06-12 14:20:20 +02:00
Sebastian Sdorra
249ee68986 use Arrays.stream instead of Arrays.asList(..).stream() 2019-06-12 14:19:38 +02:00
Sebastian Sdorra
fba70453e4 Merged in bugfix/check_for_empty_permissions (pull request #266)
Check for empty (that is: null) permissions
2019-06-12 11:51:50 +00:00
Sebastian Sdorra
fb384cd95d Close branch bugfix/check_for_empty_permissions 2019-06-12 11:51:50 +00:00
Sebastian Sdorra
614c61a00c keep select migration strategy in case of an error 2019-06-12 11:36:15 +02:00
Sebastian Sdorra
dd61ec8e0a added favicon to migration wizard pages 2019-06-12 11:00:14 +02:00
Sebastian Sdorra
c159d209d6 increase compatibility of javascript migration code
* replace const with var
* replace forEach with a for of loop
* use === instead of ==
2019-06-12 10:51:57 +02:00
Sebastian Sdorra
24d91a4764 use mustache template inheritance to reduce duplications between templates 2019-06-12 10:39:49 +02:00
Florian Scholdei
252034f30b Close branch bugfix/autocomplete. 2019-06-12 07:59:21 +00:00
Florian Scholdei
11b5f81e24 prettier 2019-06-12 09:56:47 +02:00
Florian Scholdei
037310c73f add missing trans 2019-06-12 09:55:52 +02:00
Florian Scholdei
c1218e2218 fix export 2019-06-12 09:52:08 +02:00
Florian Scholdei
dbcf130f4b simplify passed parms 2019-06-12 09:51:55 +02:00
Florian Scholdei
303e7f1e50 fix autocompletion 2019-06-12 09:47:13 +02:00
Florian Scholdei
5fd9408b58 fix element types 2019-06-12 09:27:26 +02:00
Sebastian Sdorra
001dd8eefe listen to restart events in every stage, not only development 2019-06-12 08:29:28 +02:00
Florian Scholdei
a1945b3f89 add missing trans 2019-06-11 18:12:49 +02:00
Florian Scholdei
fb12ba5f1c merge + add user/group autocomplete ui-components 2019-06-11 18:10:29 +02:00
Florian Scholdei
2d51506a65 simplify toggleAdvancedPermission 2019-06-11 17:16:01 +02:00
René Pfeuffer
046ccfb2a0 Merge with 2.0.0-m3 2019-06-11 15:02:02 +02:00
René Pfeuffer
a6caa03d86 Create migration module only if necessary 2019-06-11 14:34:44 +02:00
René Pfeuffer
a456dd5e42 Check for null values 2019-06-11 13:39:14 +02:00
René Pfeuffer
00a2be2245 Check for empty (that is: null) permissions 2019-06-11 13:33:34 +02:00
René Pfeuffer
d9fc1f9aee Add "change all" button for strategies 2019-06-11 13:27:12 +02:00
René Pfeuffer
802fb3e0cf Use manually entered namespace and name 2019-06-11 13:10:31 +02:00
René Pfeuffer
fdb8143b76 Validate new namespace and name on migration 2019-06-11 10:27:21 +02:00
Sebastian Sdorra
bfd22aa507 Merged in bugfix/refresh_repo_db_after_upgrade (pull request #264)
Refresh repository dao after repository.xml file was renamed
2019-06-07 12:34:10 +00:00
Sebastian Sdorra
13951595c4 Close branch bugfix/refresh_repo_db_after_upgrade 2019-06-07 12:34:10 +00:00
René Pfeuffer
df9a3c12dd First step to make name and namespace editable in migration 2019-06-07 14:16:23 +02:00
René Pfeuffer
70de4d7292 Organize imports 2019-06-07 13:59:50 +02:00
René Pfeuffer
e5809a6350 Sort repositories by type and name 2019-06-07 13:59:31 +02:00
René Pfeuffer
8a6b57e06c Add new migration strategies "delete" and "ignore" 2019-06-07 13:52:54 +02:00
René Pfeuffer
20acd4ca64 Restructure migration page 2019-06-07 13:02:17 +02:00
Rene Pfeuffer
4e0d06e923 Merged in feature/node_and_yarn_upgrade (pull request #265)
update node to 10.16.0 and yarn to 1.16.0
2019-06-06 13:25:39 +00:00
Rene Pfeuffer
a41d81a3c4 Close branch feature/node_and_yarn_upgrade 2019-06-06 13:25:39 +00:00
René Pfeuffer
47413de44a Try to load SCM-Manager after migration 2019-06-06 14:50:01 +02:00
René Pfeuffer
1288724d6a Remove test without implementation 2019-06-06 13:46:17 +02:00
René Pfeuffer
815c531220 Use file system class to create repository directory 2019-06-06 13:42:57 +02:00
René Pfeuffer
c39c14bbd1 Remove no longer needed LfsStoreRemoveListener
With v2 the LFS store resides inside the repository directory that is
purged completely on deletion. Therefore an explicit deletion of the
LFS folder is no longer necessary.
2019-06-06 13:31:40 +02:00
René Pfeuffer
748043f537 Describe different migration strategies 2019-06-06 12:52:23 +02:00
René Pfeuffer
1065899e99 Add missing test 2019-06-06 12:52:10 +02:00
René Pfeuffer
ec538039f9 Cleanup 2019-06-06 12:47:32 +02:00
René Pfeuffer
1bcc150cb9 Remove function creep 2019-06-06 11:15:51 +02:00