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/03 12:37:40 UTC

[fineract-cn-customer] branch develop updated (1aec63d -> 70f3fa5)

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


    from 1aec63d  Merge pull request #6 from apache/revert-5-develop
     add e311481  Document Customer API IN component-test module
     add 65a88b9  Documented APIs for customers & identification cards
     add 42eac96  Adjusting Style based on community review
     new 70f3fa5  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 +-
 .../cn/customer/CustomerApiDocumentation.java      | 1518 ++++++++++++++++++++
 .../customer/IdentificationApiDocumentation.java   |  483 +++++++
 .../apache/fineract/cn/customer/TestCustomer.java  |    8 +-
 .../cn/customer/TestIdentificationCards.java       |  276 ++--
 5 files changed, 2157 insertions(+), 142 deletions(-)
 create mode 100644 component-test/src/main/java/org/apache/fineract/cn/customer/CustomerApiDocumentation.java
 create mode 100644 component-test/src/main/java/org/apache/fineract/cn/customer/IdentificationApiDocumentation.java


[fineract-cn-customer] 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-customer.git

commit 70f3fa57d15fb56e95644bc748ab6de07355cfe3
Merge: 1aec63d 42eac96
Author: Awasum Yannick <ya...@gmail.com>
AuthorDate: Mon Sep 3 13:37:38 2018 +0100

    Merge pull request #7 from Izakey/develop
    
    Document Customer API IN component-test module

 component-test/build.gradle                        |   14 +-
 .../cn/customer/CustomerApiDocumentation.java      | 1518 ++++++++++++++++++++
 .../customer/IdentificationApiDocumentation.java   |  483 +++++++
 .../apache/fineract/cn/customer/TestCustomer.java  |    8 +-
 .../cn/customer/TestIdentificationCards.java       |  276 ++--
 5 files changed, 2157 insertions(+), 142 deletions(-)