Commit Graph

3657 Commits

Author SHA1 Message Date
René Pfeuffer
fc534605f0 Merge pull request #1332 from scm-manager/feature/rebase
implement git rebase
2020-09-22 12:20:35 +02:00
René Pfeuffer
ab6be650e9 Simplify permissions 2020-09-22 10:08:30 +02:00
Eduard Heimbuch
bef11e9f70 fix unit test 2020-09-21 14:18:11 +02:00
Eduard Heimbuch
bb4874b8c1 user with write permission on namespacesPermissions may also read the namespacePermissions so it is consistent to other permissions 2020-09-21 10:44:12 +02:00
René Pfeuffer
8d7e63eea7 Remove unnecessary check 2020-09-21 07:40:15 +02:00
René Pfeuffer
47cc69a58a Remove unnecessary check 2020-09-21 07:31:04 +02:00
René Pfeuffer
7ac3481879 Invalidate cache when namespace of repo was changed 2020-09-18 17:52:49 +02:00
René Pfeuffer
b1c0ec15a7 Heed peer review remarks 2020-09-18 16:02:20 +02:00
René Pfeuffer
70dcb9ca81 Fix unittests 2020-09-18 15:08:57 +02:00
René Pfeuffer
69997a67cd Move authorization check to manager 2020-09-18 14:32:04 +02:00
René Pfeuffer
6d6a41372d Fix event bus 2020-09-18 14:32:04 +02:00
René Pfeuffer
4bf6e17377 Cleanup permissions for namespace when it is removed 2020-09-18 14:31:45 +02:00
René Pfeuffer
a24abe245b Invalidate authorization cache when namespace permissions are changed 2020-09-18 14:31:45 +02:00
René Pfeuffer
4f84ea3be5 Add REST endpoint for namespace permissions 2020-09-18 14:31:45 +02:00
René Pfeuffer
cd3ef916cf Evaluate namespace permissions 2020-09-18 14:31:45 +02:00
René Pfeuffer
b1e6aba38c Introduce namespace permissions 2020-09-18 14:31:45 +02:00
René Pfeuffer
46267daeda Introduce manager interface for namespaces 2020-09-18 14:31:44 +02:00
Eduard Heimbuch
08fccb180b rollback changes on branches overview 2020-09-17 11:28:37 +02:00
Eduard Heimbuch
fe832ae13e rollback changes on branches overview 2020-09-17 11:17:25 +02:00
Eduard Heimbuch
89b6829108 cleanup 2020-09-16 15:23:32 +02:00
Eduard Heimbuch
d6c129915b only map additional information for branches on branchesOverview to improve performance 2020-09-16 14:43:13 +02:00
Eduard Heimbuch
6454167b0d show modified information on branches overview 2020-09-15 16:40:59 +02:00
CES Marvin
93f240e087 prepare for next development iteration 2020-09-11 06:21:29 +00:00
CES Marvin
fab108c3b7 release version 2.5.0 2020-09-11 05:46:15 +00:00
René Pfeuffer
94105f7766 Validate namespaces correctly 2020-09-10 10:18:00 +02:00
René Pfeuffer
503933c1c0 Reject custom namespace with number from 0 to 999 2020-09-10 10:17:29 +02:00
René Pfeuffer
e3a2783bfd Get links for repositories by namespaces from server 2020-09-10 10:17:26 +02:00
René Pfeuffer
12806c7602 Fix self links for repo collection by namespace 2020-09-10 10:15:42 +02:00
René Pfeuffer
4457cd08b8 Create resources for namespaces 2020-09-10 10:15:42 +02:00
René Pfeuffer
4d09f71d40 Create resource for repositories of one namespace 2020-09-10 10:15:42 +02:00
Sebastian Sdorra
edc6088296 Merge pull request #1324 from scm-manager/feature/template_plugin
Feature/template plugin
2020-09-10 10:00:06 +02:00
Konstantin Schaper
2db9d55ed9 set created namespace on rename 2020-09-10 09:30:30 +02:00
Sebastian Sdorra
e64ddccb13 Rename creationContext to contextEntries 2020-09-10 09:23:32 +02:00
Sebastian Sdorra
04eb3ade7c ensure creation context map is not null 2020-09-09 15:11:40 +02:00
Sebastian Sdorra
aa76af4d41 Add optional url to ExceptionWithContext 2020-09-09 15:08:23 +02:00
Sebastian Sdorra
01e3732c24 Rename getCreationContext to oneByType and make the implementation more robust 2020-09-09 14:42:07 +02:00
Eduard Heimbuch
0abe47f666 simplify core api 2020-09-09 10:17:47 +02:00
Eduard Heimbuch
a655ab1b86 Merge branch 'develop' into feature/template_plugin 2020-09-08 15:44:47 +02:00
René Pfeuffer
5c11657858 Validate new namespace on rename 2020-09-07 15:32:09 +02:00
René Pfeuffer
a7491ea45f Describe how data and plugins are migrated to v2 2020-09-04 07:47:01 +02:00
Eduard Heimbuch
a30721876e enhance repository initializer api with creation context 2020-09-02 11:06:29 +02:00
Sebastian Sdorra
d12572f765 Merge branch 'develop' into feature/tag-dates 2020-09-02 10:43:08 +02:00
CES Marvin
a66ae32b61 prepare for next development iteration 2020-09-01 14:26:34 +00:00
CES Marvin
6913f642a1 release version 2.4.1 2020-09-01 13:52:15 +00:00
Sebastian Sdorra
ed197c97de Merge pull request #1308 from scm-manager/bugfix/wait_before_restart
wait before restart if system property "sonia.scm.restart.wait" is set
2020-09-01 15:39:10 +02:00
Eduard Heimbuch
2ab5696da0 wait before restart if system property "sonia.scm.restart.wait" is set 2020-09-01 15:13:09 +02:00
Sebastian Sdorra
bf15c2d6ba Merge pull request #1318 from scm-manager/bugfix/catch_web_application_exception
Map WebApplicationExceptions from JaxRS to appropriate response
2020-09-01 12:47:04 +02:00
René Pfeuffer
b9aa8ac5a4 Map WebApplicationExceptions from JaxRS to appropriate response 2020-09-01 12:09:49 +02:00
Konstantin Schaper
ba15f0579e Merge branch 'develop' into bugfix/reduce_logging 2020-09-01 10:49:46 +02:00
Sebastian Sdorra
543f6da382 Remove unused import 2020-09-01 10:46:08 +02:00