You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/04/26 14:57:37 UTC

[fineract] branch vorburger-README-fineract.dev updated (5d2edc3 -> d49e6ea)

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

vorburger pushed a change to branch vorburger-README-fineract.dev
in repository https://gitbox.apache.org/repos/asf/fineract.git.


 discard 5d2edc3  add link to Web UIs, Mobile App, and fineract.dev
     add d59ed17  replace long outdated '0.4.0-incubating' in API Docs by simply 'Fineract' (#776)
     add 78ca45e  * Added missing `grouping` keywords from https://github.com/apache/fineract/pull/757
     add d9d4438  Refactoring guideline added to README.md
     add fd9a1ba  add @Ignore to flaky method in RecurringDepositTest (FINERACT-855) (#783)
     add c623287  FINERACT-111 Do not update charges amount paid if loan transaction is accruals
     add 4b724c2  add @Ignore to flaky method in ClientLoanIntegrationTest (FINERACT-885)
     add c317db1  FINERACT-883
     add 0a80195  Fix rat reports
     add 394a7fb  IntegrationTests for git build info
     add a1815c1  add @Ignore in AccountingScenarioIntegrationTest (FINERACT-899)
     add 348d5bc  add @Ignore to more ClientLoanIntegrationTest methods (FINERACT-885)
     add d49e6ea  add link to Web UIs, Mobile App, and fineract.dev

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5d2edc3)
            \
             N -- N -- N   refs/heads/vorburger-README-fineract.dev (d49e6ea)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 README.md                                          |   3 +
 api-docs/apiLive.htm                               |   2 +-
 fineract-provider/build.gradle                     | 395 +++++++++++----------
 .../properties/basicauth/application.properties    |   1 +
 .../basicauth/twofactor/application.properties     |   1 +
 .../properties/oauth/application.properties        |   1 +
 .../oauth/twofactor/application.properties         |   1 +
 .../AccountingScenarioIntegrationTest.java         |   1 +
 .../integrationtests/ActuatorIntegrationTest.java} |  40 +--
 .../ClientLoanIntegrationTest.java                 |   9 +-
 .../integrationtests/RecurringDepositTest.java     |   2 +
 ...tLoanRepaymentScheduleTransactionProcessor.java |   2 +-
 .../src/main/resources/application.properties      |   1 +
 .../V134_2__permissions_spelling_correction.sql    |   2 +-
 .../V265__modify_external_service_schema.sql       |   2 +-
 15 files changed, 249 insertions(+), 214 deletions(-)
 copy fineract-provider/src/{test/java/org/apache/fineract/infrastructure/core/boot/tests/SpringBootServerLoginTest.java => integrationTest/java/org/apache/fineract/integrationtests/ActuatorIntegrationTest.java} (52%)