This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/checkout-6.0.2
in repository https://gitbox.apache.org/repos/asf/fineract.git
discard d6d255764e Bump actions/checkout from 5.0.1 to 6.0.2
add c1f4a3e747 FINERACT-2408: Add entityStatus mapping for SAVING and
SHARE entities in search API
add e6e5a4b6ee FINERACT-2507: Reduced default poll interval for Loan COB
Spring Job from 10s to 500ms
add 3288a5a324 Fineract-2462: added one commit per user check
add 83667e41b4 FINERACT-2481: Remove Pentaho reports from initial data
add 53f2cd4358 FINERACT-274: Fixed orphaned datatable after maker checker
rejection
add 8a7e536bc7 FINERACT-2421: Refractor - If Else simplification and
Lombok usage(Phase 9)
add b57b7e8c4b FINERACT-2181: Pin dependencies
add 0aa2525f80 FINERACT-2181: Update actions/cache digest to 0057852
add bc73e1c851 Bump actions/checkout from 5.0.1 to 6.0.2
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 (d6d255764e)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/checkout-6.0.2 (bc73e1c851)
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 | 2 +-
.github/workflows/build-documentation.yml | 2 +-
.github/workflows/build-mariadb.yml | 2 +-
.github/workflows/build-mysql.yml | 2 +-
.github/workflows/build-postgresql.yml | 2 +-
.github/workflows/liquibase-only-postgresql.yml | 2 +-
.../workflows/mifos-fineract-client-publish.yml | 2 +-
.github/workflows/pr-one-commit-per-user-check.yml | 57 +
.../verify-api-backward-compatibility.yml | 4 +-
.github/workflows/verify-commits.yml | 2 +-
.../verify-liquibase-backward-compatibility.yml | 2 +-
...folioCommandSourceWritePlatformServiceImpl.java | 8 +
.../dataqueries/service/CleanupService.java | 9 +-
.../savings/service/SavingsEnumerations.java | 9 +
.../loanschedule/domain/LoanApplicationTerms.java | 271 +-
.../data/LoanRescheduleRequestData.java | 72 +-
.../data/LoanRescheduleRequestStatusEnumData.java | 16 +-
.../data/LoanRescheduleRequestTimelineData.java | 2 +
.../domain/LoanRescheduleModelRepaymentPeriod.java | 2 +
.../domain/LoanRescheduleRequest.java | 90 +-
.../service/DatatableRejectionCleanupService.java | 55 +
.../loanaccount/guarantor/domain/Guarantor.java | 35 +-
.../savings/domain/FixedDepositAccount.java | 5 +-
.../service/SearchReadPlatformServiceImpl.java | 19 +-
.../shareaccounts/service/SharesEnumerations.java | 9 +
.../src/main/resources/application.properties | 2 +-
.../changelog/tenant/parts/0002_initial_data.xml | 3478 +++++---------------
.../0003_postgresql_specific_initial_data.xml | 582 +---
.../src/test/resources/application-test.properties | 2 +-
.../domain/InterestRateChartFields.java | 17 +-
.../savings/domain/DepositTermDetail.java | 4 +-
.../integrationtests/MakercheckerTest.java | 76 +
.../integrationtests/SearchResourcesTest.java | 83 +
.../integrationtests/client/ReportsTest.java | 4 +-
.../common/commands/MakercheckersHelper.java | 7 +
35 files changed, 1262 insertions(+), 3674 deletions(-)
create mode 100644 .github/workflows/pr-one-commit-per-user-check.yml
copy
fineract-avro-schemas/src/main/java/org/apache/fineract/avro/generator/ByteBufferSerializable.java
=>
fineract-core/src/main/java/org/apache/fineract/infrastructure/dataqueries/service/CleanupService.java
(79%)
create mode 100644
fineract-provider/src/main/java/org/apache/fineract/infrastructure/dataqueries/service/DatatableRejectionCleanupService.java