This is an automated email from the ASF dual-hosted git repository.
IOhacker pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 21ca05fa73 Merge pull request #5805 from
AshharAhmadKhan/FINERACT-2595-fix-liquibase-fk-clientcharge-permissions
add 7245380eb4 FINERACT-2259: complete savings transaction externalId
support
add 94156761af FINERACT-2259: fix regressions and tests
new dc209afa6f Merge pull request #5801 from
San-43/FINERACT-2259-Manage-external-IDs-Savings
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:
.../data/SavingsAccountTransactionData.java | 100 ++++---
.../api/SavingsAccountTransactionsApiResource.java | 254 +++++++++++++++--
...vingsAccountTransactionsApiResourceSwagger.java | 8 +
.../SavingsAccountTransactionDataValidator.java | 73 ++++-
.../ReleaseAmountSavingsAccountCommandHandler.java | 2 +-
.../SavingsAccountReadPlatformServiceImpl.java | 28 +-
...countWritePlatformServiceJpaRepositoryImpl.java | 59 +++-
.../savings/starter/SavingsConfiguration.java | 10 +-
.../SavingsAccountTransactionsApiResourceTest.java | 302 +++++++++++++++++++++
...tWritePlatformServiceJpaRepositoryImplTest.java | 175 ++++++++++++
.../savings/api/SavingsApiSetConstants.java | 4 +-
.../savings/data/SavingsAccountConstant.java | 2 +-
.../savings/domain/SavingsAccountTransaction.java | 12 +
.../SavingsAccountTransactionRepository.java | 6 +
...SavingsAccountTransactionNotFoundException.java | 16 ++
.../service/SavingsAccountReadPlatformService.java | 2 +
.../SavingsAccountWritePlatformService.java | 2 +-
.../savings/parts/module-changelog-master.xml | 1 +
...2005_add_external_id_to_savings_transaction.xml | 11 +-
.../ClientSavingsIntegrationTest.java | 8 +-
...xibleSavingsInterestPostingIntegrationTest.java | 2 +-
.../SavingsInterestPostingIntegrationTest.java | 2 +-
.../SavingsInterestPostingJobIntegrationTest.java | 8 +-
23 files changed, 998 insertions(+), 89 deletions(-)
create mode 100644
fineract-provider/src/test/java/org/apache/fineract/portfolio/savings/api/SavingsAccountTransactionsApiResourceTest.java
copy
fineract-provider/src/main/resources/db/changelog/tenant/parts/0046_external_event_table_schema_info.xml
=>
fineract-savings/src/main/resources/db/changelog/tenant/module/savings/parts/parts/2005_add_external_id_to_savings_transaction.xml
(81%)