You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by aw...@apache.org on 2018/09/06 10:03:01 UTC

[fineract-cn-identity] branch develop updated (36c7e12 -> 7f9842b)

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


[fineract-cn-identity] 01/01: Merge pull request #7 from Izakey/develop

Posted by aw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

awasum pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-identity.git

commit 7f9842b8da53d534526738879766ac88512fab5f
Merge: 36c7e12 10f7b9b
Author: Awasum Yannick <ya...@gmail.com>
AuthorDate: Thu Sep 6 11:02:59 2018 +0100

    Merge pull request #7 from Izakey/develop
    
    Document Identity API to manage identities, roles and permissions

 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(-)