This is an automated email from the ASF dual-hosted git repository.
awasum pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-identity.git.
from 36c7e12 Merge pull request #6 from apache/revert-5-develop
add f2014be Document Identity API to manage identities, roles and
permissions
add 10f7b9b Fix failing tests and update license information
new 7f9842b Merge pull request #7 from Izakey/develop
The 1 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:
component-test/build.gradle | 14 +-
...omponentTest.java => AbstractIdentityTest.java} | 65 +-
.../src/main/java/IdentityApiDocumentation.java | 1075 ++++++++++++++++++++
component-test/src/main/java/TestApplications.java | 2 +-
.../src/main/java/TestAuthentication.java | 2 +-
component-test/src/main/java/TestKeyRotation.java | 2 +-
component-test/src/main/java/TestPasswords.java | 2 +-
.../src/main/java/TestPermittableGroups.java | 2 +-
component-test/src/main/java/TestProvisioning.java | 2 +-
component-test/src/main/java/TestRefreshToken.java | 2 +-
component-test/src/main/java/TestRoles.java | 2 +-
component-test/src/main/java/TestUsers.java | 2 +-
12 files changed, 1129 insertions(+), 43 deletions(-)
rename component-test/src/main/java/{AbstractComponentTest.java =>
AbstractIdentityTest.java} (83%)
create mode 100644 component-test/src/main/java/IdentityApiDocumentation.java