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/09/01 22:06:47 UTC

[fineract-cn-test] branch develop updated (5957235 -> 537e140)

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


    from 5957235  Merge pull request #9 from aasaru/artifactory
     add c6385fa  Migrate test library to from MariaDB to PostgreSQL
     add 550b75e  Adapt SQL statements and database connections to PostgreSQL
     add f8b7b22  Added password property to Test environment
     add 54dbf28  Merge branch 'FINCN-114' of https://github.com/izakey/fineract-cn-test into FINCN-114
     add 106723b  Fixed Database creation error for embedded PostgreSQL
     add a707dd7  Merge pull request #1 from ebenezergraham/FINCN-2
     add cf7d0b4  Merge pull request #7 from Izakey/FINCN-114
     new 537e140  Merge pull request #11 from apache/FINCN-114

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                                         |   1 +
 NOTICE.txt                                         |   2 +-
 README.md                                          |  11 +-
 build.gradle                                       |   7 +-
 gradle/wrapper/gradle-wrapper.properties           |   4 +-
 .../fineract/cn/test/env/TestEnvironment.java      |  37 +++--
 .../test/fixture/mariadb/MariaDBInitializer.java   | 166 -------------------
 .../fixture/postgresql/PostgreSQLInitializer.java  | 182 +++++++++++++++++++++
 .../PostgreSQLTenant.java}                         |  14 +-
 9 files changed, 219 insertions(+), 205 deletions(-)
 delete mode 100644 src/main/java/org/apache/fineract/cn/test/fixture/mariadb/MariaDBInitializer.java
 create mode 100644 src/main/java/org/apache/fineract/cn/test/fixture/postgresql/PostgreSQLInitializer.java
 rename src/main/java/org/apache/fineract/cn/test/fixture/{mariadb/MariaDBTenant.java => postgresql/PostgreSQLTenant.java} (88%)


[fineract-cn-test] 01/01: Merge pull request #11 from apache/FINCN-114

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

commit 537e14057924d371ae682dca92f50f4549fc00ef
Merge: 5957235 cf7d0b4
Author: Isaac Kamga <ik...@apache.org>
AuthorDate: Sun Sep 1 23:06:43 2019 +0100

    Merge pull request #11 from apache/FINCN-114
    
    Merge progress from FINCN-114 into develop

 .gitignore                                         |   1 +
 NOTICE.txt                                         |   2 +-
 README.md                                          |  11 +-
 build.gradle                                       |   7 +-
 gradle/wrapper/gradle-wrapper.properties           |   4 +-
 .../fineract/cn/test/env/TestEnvironment.java      |  37 +++--
 .../test/fixture/mariadb/MariaDBInitializer.java   | 166 -------------------
 .../fixture/postgresql/PostgreSQLInitializer.java  | 182 +++++++++++++++++++++
 .../PostgreSQLTenant.java}                         |  14 +-
 9 files changed, 219 insertions(+), 205 deletions(-)