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 cba11d9 Adding template method for REST v2
new 23e2edc Updating Role REST v2 service
new 74581c7 Improving role user assignment search
new 7de377d Adding role method
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:
idea.run.configuration/All Rest Services.run.xml | 2 +-
.../V2 AuthenticationServiceTest.run.xml | 2 +-
...st.services.v2 in redback-rest-services.run.xml | 2 +-
.../org/apache/archiva/redback/rest/api/Util.java | 59 ++++
.../redback/rest/api/model/v2/Permission.java | 4 +
.../redback/rest/api/model/v2/RoleInfo.java | 30 +-
.../redback/rest/api/services/v2/RoleService.java | 149 +++++++--
.../interceptors/RequestValidationInterceptor.java | 2 +-
.../rest/services/v2/BaseRedbackService.java | 110 ++++++-
.../rest/services/v2/DefaultRoleService.java | 65 +++-
.../rest/services/v2/DefaultUserService.java | 49 +--
.../rest/services/v2/NativeRoleServiceTest.java | 335 ++++++++++++++++++---
12 files changed, 658 insertions(+), 151 deletions(-)
create mode 100644
redback-integrations/redback-rest/redback-rest-api/src/main/java/org/apache/archiva/redback/rest/api/Util.java