This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/setup-node-6.3.0
in repository https://gitbox.apache.org/repos/asf/fineract.git
discard 531eb785f7 Bump actions/setup-node from 4.4.0 to 6.3.0
add a4e5f7e4e3 FINERACT-1597: Allow terminal period slab end values
add fb22f519ef FINERACT-2421: Update actions/checkout digest to 93cb6ef
add 36a01d6db8 FINERACT-2421: Update actions/setup-java digest to be666c2
add bf55b2c120 FINERACT-2523: Fix inconsistent interest recalculation for
cumulative loans with floating rates
add a9b5f12af7 FINERACT-2421: Modernize SQL query construction using Java
21 Text Blocks and standardize naming (Phase 10)
add 8f445966a7 FINERACT-2421: Update plugin com.gradleup.shadow to v9
add e7bc1797c2 FINERACT-2421: Update plugin io.qameta.allure to v3
add 20b691e092 Bump actions/checkout from 5.0.1 to 6.0.2
add 3c6c19bbbe Bump gradle/actions from 5.0.1 to 5.0.2
add fb7259a130 Bump actions/setup-node from 4.4.0 to 6.3.0
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 (531eb785f7)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/setup-node-6.3.0 (fb7259a130)
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:
.github/workflows/build-cucumber.yml | 6 +-
.github/workflows/build-docker.yml | 6 +-
.github/workflows/build-documentation.yml | 8 +-
.github/workflows/build-e2e-tests.yml | 6 +-
.github/workflows/build-mariadb.yml | 6 +-
.github/workflows/build-mysql.yml | 6 +-
.github/workflows/build-postgresql.yml | 6 +-
.github/workflows/liquibase-only-postgresql.yml | 6 +-
.../workflows/mifos-fineract-client-publish.yml | 6 +-
.github/workflows/publish-dockerhub.yml | 6 +-
...un-integration-test-sequentially-postgresql.yml | 6 +-
.github/workflows/smoke-messaging.yml | 6 +-
.github/workflows/sonarqube.yml | 6 +-
.../verify-api-backward-compatibility.yml | 4 +-
.../verify-liquibase-backward-compatibility.yml | 4 +-
build.gradle | 2 +-
...ProvisioningEntriesReadPlatformServiceImpl.java | 57 +++---
fineract-e2e-tests-runner/build.gradle | 2 +-
.../loanschedule/domain/LoanApplicationTerms.java | 3 +
...AccountNumberFormatReadPlatformServiceImpl.java | 16 +-
.../service/BulkImportWorkbookServiceImpl.java | 13 +-
.../EmailCampaignReadPlatformServiceImpl.java | 108 +++++-----
.../EmailConfigurationReadPlatformServiceImpl.java | 18 +-
.../service/EmailReadPlatformServiceImpl.java | 36 ++--
.../campaigns/sms/mapper/SmsCampaignMapper.java | 55 +++--
.../FineractEntityAccessReadServiceImpl.java | 132 ++++++------
.../sms/service/SmsReadPlatformServiceImpl.java | 34 ++-
...rovisioningCriteriaReadPlatformServiceImpl.java | 16 +-
.../account/mapper/AccountTransfersMapper.java | 80 ++++----
.../AccountTransfersReadPlatformServiceImpl.java | 21 +-
.../service/LoanReadPlatformServiceImpl.java | 19 +-
.../SavingsAccountReadPlatformServiceImpl.java | 5 +-
.../SelfAccountTransferReadServiceImpl.java | 27 +--
.../ShareAccountReadPlatformServiceImpl.java | 114 +++++------
.../service/ScorecardReadPlatformServiceImpl.java | 32 +--
.../FloatingRatesReadPlatformServiceImpl.java | 104 ++++++----
.../domain/InterestRateChart.java | 3 -
.../domain/InterestRateChartSlabFields.java | 5 -
.../domain/InterestRateChartValidationTest.java | 22 ++
.../FloatingRateInterestRecalculationTest.java | 227 +++++++++++++++++++++
40 files changed, 728 insertions(+), 511 deletions(-)
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/FloatingRateInterestRecalculationTest.java