You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ik...@apache.org on 2019/01/02 23:13:49 UTC

[fineract-cn-notifications] branch develop updated (425c6ae -> 3dc6d31)

This is an automated email from the ASF dual-hosted git repository.

ikamga pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-notifications.git.


    from 425c6ae  Merge pull request #6 from ebenezergraham/develop
     add 6063af7  Document the notifications service
     new 3dc6d31  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                        |  11 ++
 ...fication.java => AbstractNotificationTest.java} |   8 +-
 .../cn/notification/EmailApiDocumentation.java     | 128 +++++++++++++++++++++
 .../cn/notification/SmsApiDocumentation.java       | 118 +++++++++++++++++++
 .../fineract/cn/notification/TestEmailService.java |   2 +-
 .../fineract/cn/notification/TestSMSService.java   |   3 +-
 .../service/listener/CustomerEventListener.java    |  18 +++
 7 files changed, 281 insertions(+), 7 deletions(-)
 rename component-test/src/main/java/org/apache/fineract/cn/notification/{TestNotification.java => AbstractNotificationTest.java} (95%)
 create mode 100644 component-test/src/main/java/org/apache/fineract/cn/notification/EmailApiDocumentation.java
 create mode 100644 component-test/src/main/java/org/apache/fineract/cn/notification/SmsApiDocumentation.java


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

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

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

commit 3dc6d3147bd966cbb09a507f876eedba162a7c96
Merge: 425c6ae 6063af7
Author: Isaac Kamga <u2...@gmail.com>
AuthorDate: Thu Jan 3 00:13:45 2019 +0100

    Merge pull request #7 from Izakey/develop
    
    Document the notifications service

 component-test/build.gradle                        |  11 ++
 ...fication.java => AbstractNotificationTest.java} |   8 +-
 .../cn/notification/EmailApiDocumentation.java     | 128 +++++++++++++++++++++
 .../cn/notification/SmsApiDocumentation.java       | 118 +++++++++++++++++++
 .../fineract/cn/notification/TestEmailService.java |   2 +-
 .../fineract/cn/notification/TestSMSService.java   |   3 +-
 .../service/listener/CustomerEventListener.java    |  18 +++
 7 files changed, 281 insertions(+), 7 deletions(-)