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/07 09:39:23 UTC

[fineract-cn-group] branch develop updated (acdd064 -> 3fa8488)

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-group.git.


    from acdd064  Merge pull request #7 from kengneruphine/develop
     add f252c32  Document Group management API for savings and loans in groups
     new 3fa8488  Merge pull request #9 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:
 .gitignore                                         |   3 +
 component-test/build.gradle                        |  15 +-
 .../fineract/cn/group/AbstractGroupTest.java       |  93 +++
 .../fineract/cn/group/GroupApiDocumentation.java   | 717 +++++++++++++++++++++
 .../fineract/cn/group/SuiteTestEnvironment.java    |  45 ++
 .../org/apache/fineract/cn/group/TestGroup.java    | 105 +--
 .../fineract/cn/group/TestGroupDefinition.java     |  79 +--
 .../cn/group/util/GroupDefinitionGenerator.java    |   4 +-
 .../fineract/cn/group/util/GroupGenerator.java     |  32 +-
 9 files changed, 911 insertions(+), 182 deletions(-)
 create mode 100644 component-test/src/main/java/org/apache/fineract/cn/group/AbstractGroupTest.java
 create mode 100644 component-test/src/main/java/org/apache/fineract/cn/group/GroupApiDocumentation.java
 create mode 100644 component-test/src/main/java/org/apache/fineract/cn/group/SuiteTestEnvironment.java


[fineract-cn-group] 01/01: Merge pull request #9 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-group.git

commit 3fa848834ab8e519b3b4d15c6d81b97184a8e264
Merge: acdd064 f252c32
Author: Awasum Yannick <ya...@gmail.com>
AuthorDate: Fri Sep 7 10:39:21 2018 +0100

    Merge pull request #9 from Izakey/develop
    
    Document Group management API for savings and loans in groups

 .gitignore                                         |   3 +
 component-test/build.gradle                        |  15 +-
 .../fineract/cn/group/AbstractGroupTest.java       |  93 +++
 .../fineract/cn/group/GroupApiDocumentation.java   | 717 +++++++++++++++++++++
 .../fineract/cn/group/SuiteTestEnvironment.java    |  45 ++
 .../org/apache/fineract/cn/group/TestGroup.java    | 105 +--
 .../fineract/cn/group/TestGroupDefinition.java     |  79 +--
 .../cn/group/util/GroupDefinitionGenerator.java    |   4 +-
 .../fineract/cn/group/util/GroupGenerator.java     |  32 +-
 9 files changed, 911 insertions(+), 182 deletions(-)