This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch 7.2.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 42c903f451 Merge pull request #16108 from apache/merge-back-7.2.2
add 8009781474 [skip ci] Release v7.1.5
add ed463e9fe3 [skip ci] Bump version to 7.1.6-SNAPSHOT
add 959af4200f Merge pull request #16109 from apache/merge-back-7.1.5
add 0e0f815e23 backport: reproducability fix
add fe1827cf67 Merge pull request #16090 from apache/backport-15978
add 8c6476c17e [skip ci] Release v7.0.15
add 8e3df14775 [skip ci] Bump version to 7.0.16-SNAPSHOT
add fe87c67c28 Merge pull request #16105 from apache/merge-back-7.0.15
add ea9d6a63ce Add opt-in Forge feature for MongoDB testing support.
add 0c78c458fc Merge pull request #15339 from
sanjana2505006/feature/15007-mongodb-testing-forge
add 63479045c8 Run the vulnerability scan on pull requests labeled
"vulnerability scan"
add a4c54d42b4 Merge branch '7.0.x' into 7.1.x
new ed2e1c378e Merge branch '7.1.x' into 7.2.x
The 1 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:
.github/scripts/ossIndexReport.sh | 94 ++++++++++++++
.github/scripts/postStickyComment.sh | 60 +++++++++
.github/workflows/vulnerability-scan.yml | 135 ++++++++++++++++-----
.../src/en/guide/testing/testingMongodb.adoc | 74 +++++++++++
grails-doc/src/en/guide/toc.yml | 1 +
.../MongoDBTestingSupport.java} | 39 +++---
.../MongoDBTestingSupportValidator.java} | 15 ++-
.../database/MongoDBTestingSupportSpec.groovy | 76 ++++++++++++
.../profiles/tasks/ProfileCompilerTask.groovy | 4 +-
.../profiles/tasks/ProfileCompilerTaskSpec.groovy | 75 ++++++++++++
10 files changed, 517 insertions(+), 56 deletions(-)
create mode 100755 .github/scripts/ossIndexReport.sh
create mode 100755 .github/scripts/postStickyComment.sh
create mode 100644 grails-doc/src/en/guide/testing/testingMongodb.adoc
copy
grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/{test/Mockito.java
=> database/MongoDBTestingSupport.java} (70%)
copy
grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/{test/MockitoValidator.java
=> database/MongoDBTestingSupportValidator.java} (72%)
create mode 100644
grails-forge/grails-forge-core/src/test/groovy/org/grails/forge/feature/database/MongoDBTestingSupportSpec.groovy
create mode 100644
grails-gradle/plugins/src/test/groovy/org/grails/gradle/plugin/profiles/tasks/ProfileCompilerTaskSpec.groovy