This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/github_actions/actions/cache-5
in repository https://gitbox.apache.org/repos/asf/grails-core.git
omit 71ff7bf92f Merge branch '7.0.x' into
dependabot/github_actions/actions/cache-5
omit 124eaf76c8 Bump actions/cache from 4 to 5
add fed50d0f2c #15378 - Update asset pipeline to 5.0.32
add 4ca9b1ebce Merge pull request #15379 from jdaugherty/7.0.x
add 1f7594c2c4 #15376 - remove .mailmap
add f106a6e6e8 fix GRAILS_REPO_URL in profile app generation to not output
a regular string for path based repositories
add 010ab77e13 Merge pull request #15383 from jdaugherty/7.0.x
add 6f9ae2ba52 Incorrect password mapping in DataSourceSettings
add 1166c26602 Merge pull request #15381 from rahulshishodia/ds-mapping
add b531f5d1c7 docs: Update Maven Central badge in Geb README.md
add d44784efff Merge pull request #15390 from apache/matrei-patch-1
add 890e2fd220 Remove MVCC=true from H2 urls
add b697f35f36 Merge pull request #15389 from jdaugherty/7.0.x
add a1257482f7 Bump actions/checkout from 4 to 6
add ddf4afd358 Merge pull request #15380 from
apache/dependabot/github_actions/actions/checkout-6
add b9bf398a02 Bump actions/cache from 4 to 5
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 (71ff7bf92f)
\
N -- N -- N refs/heads/dependabot/github_actions/actions/cache-5
(b9bf398a02)
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/codeql.yml | 2 +-
.github/workflows/codestyle.yml | 6 +-
.github/workflows/forge-deploy-next.yml | 6 +-
.github/workflows/forge-deploy-prev-snapshot.yml | 6 +-
.github/workflows/forge-deploy-prev.yml | 6 +-
.github/workflows/forge-deploy-release.yml | 6 +-
.github/workflows/forge-deploy-snapshot.yml | 6 +-
.github/workflows/gradle.yml | 22 +-
.github/workflows/groovy-joint-workflow.yml | 4 +-
.github/workflows/rat.yml | 2 +-
.github/workflows/release-close.yml | 2 +-
.github/workflows/release-publish-docs.yml | 2 +-
.github/workflows/release.yml | 14 +-
.mailmap | 933 ---------------------
dependencies.gradle | 4 +-
grails-core/src/test/resources/application.yml | 4 +-
.../src/test/resources/foo-plugin-environments.yml | 4 +-
.../grails-app/conf/application.yml | 8 +-
.../jdbc/connections/DataSourceSettings.groovy | 2 +-
.../guide/conf/dataSource/multipleDatasources.adoc | 12 +-
grails-doc/src/en/guide/conf/environments.adoc | 6 +-
grails-geb/README.md | 2 +-
.../cli/profile/commands/CreateAppCommand.groovy | 8 +-
23 files changed, 68 insertions(+), 999 deletions(-)
delete mode 100644 .mailmap