This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git.
from 8696d7c API V2 refactoring and OpenAPI documentation
new 6fd45e7 Fixing password change in admin creation from file
new a280a6f Changing permission and operation name for redback config
new f56bd76 Copying models to v2 REST services
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/resources/META-INF/redback/redback-core.xml | 6 +++---
.../checks/security/AdminAutoCreateCheck.java | 1 +
.../security/role/RedbackRoleConstants.java | 2 +-
.../main/resources/META-INF/redback/redback-core.xml | 6 +++---
.../archiva/redback/rest/api/model/v2/Operation.java | 13 +++++++++++++
.../archiva/redback/rest/api/model/v2/Permission.java | 12 ++++++++++++
.../archiva/redback/rest/api/model/v2/UserInfo.java | 19 -------------------
.../redback/rest/api/services/v2/UserService.java | 17 +++++++++++++++++
.../redback/rest/services/v2/DefaultUserService.java | 6 ++++++
.../rest/services/v2/NativeUserServiceTest.java | 6 +++---
.../src/test/processor-tests/redback-2.xml | 6 +++---
.../src/test/validation-tests/redback-core.xml | 6 +++---
12 files changed, 65 insertions(+), 35 deletions(-)