You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by my...@apache.org on 2018/08/23 21:10:08 UTC

[fineract-cn-demo-server] branch develop updated (3d8ffa9 -> e68ae2f)

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

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


    from 3d8ffa9  Merge pull request #17 from Lniyongabo/patch-1
     add efc7a51  1 Added the repository to the initial-setup and pull-all scripts
     new e68ae2f  Merge pull request #20 from ebenezergraham/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:
 build.gradle                                       |   2 +
 scripts/Unix/initial-setup.sh                      |   2 +-
 scripts/Unix/pull-all.sh                           |   2 +-
 scripts/windows/initial-setup.bat                  |   9 ++
 scripts/windows/pull-all.bat                       |   9 ++
 .../org/apache/fineract/cn/dev/ServiceRunner.java  | 101 ++++++++++++++++-----
 ...tionListener.java => NotificationListener.java} |  19 ++--
 7 files changed, 109 insertions(+), 35 deletions(-)
 copy src/main/java/org/apache/fineract/cn/dev/listener/{OrganizationListener.java => NotificationListener.java} (76%)


[fineract-cn-demo-server] 01/01: Merge pull request #20 from ebenezergraham/develop

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

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

commit e68ae2f7a2ed70f0db941a71b889082b7745f5fb
Merge: 3d8ffa9 efc7a51
Author: Myrle Krantz <my...@apache.org>
AuthorDate: Thu Aug 23 23:10:05 2018 +0200

    Merge pull request #20 from ebenezergraham/develop
    
    Integrating the notification service

 build.gradle                                       |   2 +
 scripts/Unix/initial-setup.sh                      |   2 +-
 scripts/Unix/pull-all.sh                           |   2 +-
 scripts/windows/initial-setup.bat                  |   9 ++
 scripts/windows/pull-all.bat                       |   9 ++
 .../org/apache/fineract/cn/dev/ServiceRunner.java  | 101 ++++++++++++++++-----
 .../cn/dev/listener/NotificationListener.java      |  49 ++++++++++
 7 files changed, 150 insertions(+), 24 deletions(-)