This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/github_actions/actions/download-artifact-8.0.1
in repository https://gitbox.apache.org/repos/asf/fineract.git
discard 2ab1ea1765 FINERACT-2421: Bump actions/download-artifact from 5.0.0 to
8.0.1
add cd830b674c FINERACT-2421: Working Capital Delinquency pause different
calculation
add 3541982176 FINERACT-2421: e2e test scenarios for delinquency pause
add 3aadc96395 Merge pull request #5806
add bd58a9074b FINERACT-2581: add regression safety checks for db changes
add a6b68cd169 FINERACT-2581: add regression safety checks for db changes
- update e2e scenario
add 09f2dc5791 FINERACT-2581: Add regression safety checks for db changes
- Rework workflow files
add 89b82789c9 Merge pull request #5793
add 95c17ef336 FINERACT-2421: Bump actions/download-artifact from 5.0.0 to
8.0.1
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 (2ab1ea1765)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/download-artifact-8.0.1
(95c17ef336)
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/full-build-ci.yml | 10 +
.github/workflows/regression-safety-db-changes.yml | 407 ++++++++++++++++++++
.github/workflows/verify-liquibase-ddl-safety.yml | 125 ++++++
config/liquibase/critical-tables.txt | 34 ++
config/liquibase/dangerous-operations.txt | 14 +
.../features/LoanRegressionSafety.feature | 81 ++++
.../WorkingCapitalDelinquencyPause.feature | 141 +++++++
...talLoanDelinquencyRangeScheduleServiceImpl.java | 25 ++
scripts/check-liquibase-ddl-safety.sh | 427 +++++++++++++++++++++
9 files changed, 1264 insertions(+)
create mode 100644 .github/workflows/regression-safety-db-changes.yml
create mode 100644 .github/workflows/verify-liquibase-ddl-safety.yml
create mode 100644 config/liquibase/critical-tables.txt
create mode 100644 config/liquibase/dangerous-operations.txt
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/LoanRegressionSafety.feature
create mode 100755 scripts/check-liquibase-ddl-safety.sh