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/02 21:12:57 UTC

[fineract-cn-provisioner] branch develop updated (336042b -> 4327ce0)

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


    from 336042b  Merge pull request #10 from aasaru/multi-stage-docker-build
     new 47b1434  Migrate provisioner from MariaDB to PostgreSQL
     new 2a1312c  Adapt SQL statements to work with PostgreSQL,add Spring datasource properties too
     new f34a8ab  Minute changes inorder to create upstream FINCN-129 branch
     new b83331b  Ensure that seshat db and tenants table gets created
     new 56155da  Fixing creation of database seshat and table tenants
     new a06a654  Fixed issues connecting to the databases
     new 4327ce0  Merge pull request #6 from Izakey/FINCN-129

The 83 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:
 NOTICE.txt                                         |  2 +-
 component-test/build.gradle                        |  3 +-
 .../cn/provisioner/AbstractServiceTest.java        |  7 +-
 ....java => ProvisionerPostgreSQLInitializer.java} | 25 +++---
 .../tenant/TestTenantApplicationAssignment.java    |  6 +-
 component-test/src/main/resources/application.yaml |  9 ++-
 service/build.gradle                               |  1 -
 .../config/ProvisionerServiceConfig.java           |  4 +-
 .../repository/ProvisionerInitializer.java         | 88 +++++++++++++++-------
 .../provisioner/internal/repository/TenantDAO.java | 24 ++----
 .../internal/service/TenantService.java            | 70 ++++++++---------
 .../provisioner/internal/util/DataSourceUtils.java | 39 ++++++----
 .../provisioner/internal/util/JdbcUrlBuilder.java  |  4 +-
 service/src/main/resources/application.yaml        | 17 +++--
 shared.gradle                                      |  4 +-
 15 files changed, 172 insertions(+), 131 deletions(-)
 rename component-test/src/main/java/org/apache/fineract/cn/provisioner/{ProvisionerMariaDBInitializer.java => ProvisionerPostgreSQLInitializer.java} (65%)