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

adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


    from 8bd9444689 Bump actions/checkout from 4.3.0 to 5.0.0
     new 2cba4430c7 FINERACT-2326: Add additional field which would return 
available disbursement amount with over applied amount
     new 917dd4d117 FINERACT-2326: added e2e auto tests for available over 
applied amount with disbursement amount calculation

The 2 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:
 .../src/main/avro/loan/v1/CollectionDataV1.avsc    |   8 +
 .../test/data/loanproduct/DefaultLoanProduct.java  |   1 +
 .../fineract/test/helper/ErrorMessageHelper.java   |   6 +
 .../global/LoanProductGlobalInitializerStep.java   |  36 +++
 .../fineract/test/stepdef/loan/LoanStepDef.java    |  19 ++
 .../fineract/test/support/TestContextKey.java      |   1 +
 .../src/test/resources/features/Loan.feature       | 235 +----------------
 ...nt.feature => LoanUpdateApprovedAmount.feature} | 281 +++++++--------------
 .../LoanUpdateAvailableDisbursementAmount.feature  |  91 ++++++-
 .../service/DelinquencyReadPlatformService.java    |   5 +
 .../DelinquencyReadPlatformServiceImpl.java        |  60 ++++-
 .../portfolio/loanaccount/data/CollectionData.java |   3 +-
 .../loanaccount/data/LoanApprovalData.java         |   5 +-
 .../loanaccount/data/LoanTransactionData.java      |  27 +-
 .../portfolio/loanaccount/domain/Loan.java         |   6 +-
 .../loanaccount/api/LoansApiResourceSwagger.java   |   2 +
 .../service/LoanReadPlatformServiceImpl.java       |   9 +-
 ...cyWritePlatformServiceRangeChangeEventTest.java |  33 +--
 18 files changed, 374 insertions(+), 454 deletions(-)
 copy 
fineract-e2e-tests-runner/src/test/resources/features/{LoanUpdateAvailableDisbursementAmount.feature
 => LoanUpdateApprovedAmount.feature} (51%)

Reply via email to