This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-spring-security.git


    from 24a5fb7b Merge pull request #1115 from matrei/license-headers
     add f7102d60 use webjar path to datatables.js
     add 6b1cca89 fix ldap tests to not depend on external services
     add b9e5c3ec Add waitFor to pages to ensure titles load before validating
     add bb44d672 fix test for 14 -> 15
     add 855395d8 add waitFor for page checks
     add 1c459e64 remove reporting from previous debug
     add e9de328f downgrade to selenium 4.25.0 until we can properly add waits 
throughout our test cases
     add 3f75b35b reverse skip test logic
     add f0770a02 Use org.apache.grails:grails-redis:5.0.0-SNAPSHOT
     add bd695cab Reorder README
     add 0ab120a9 port release workflow from grails-core & setup environments 
for delayed approvals
     add b522cc6f fix licensing order
     add 9fc63ba4 remove unnecessary parallel limit
     add e3fd31db fix mismatches in sdkmanrc
     add 93593406 publish builds on manual kick offs
     add 3b86b2ac grailsVersion -> 7.0.0-M4
     new 6c8bc061 Merge pull request #1116 from jdaugherty/7.0.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:
 .asf.yaml                                          |  17 ++
 .github/workflows/gradle.yml                       |   6 +-
 .github/workflows/release.yml                      | 183 +++++++++++++++++----
 .sdkmanrc                                          |   1 +
 README.md                                          |  38 +++--
 build.gradle                                       |  16 +-
 gradle.properties                                  |   5 +-
 gradle/publish-root-config.gradle                  |   4 +-
 .../integration-test/groovy/pages/LoginPage.groovy |   2 +-
 .../groovy/test/AdminFunctionalSpec.groovy         |   1 +
 .../integration-test/groovy/pages/LoginPage.groovy |   2 +-
 .../integration-test/groovy/demo/LoginPage.groovy  |   4 +-
 .../integration-test/groovy/demo/LoginPage.groovy  |   4 +-
 .../build.gradle                                   |   3 +
 .../grails-app/conf/application.groovy             |   9 +-
 .../grails-app/init/com/test/Application.groovy    |  56 +++++++
 ...omUserDetailsContextMapperFunctionalSpec.groovy |   5 +-
 .../integration-test/groovy/pages/LoginPage.groovy |   2 +-
 .../integration-test/groovy/pages/LoginPage.groovy |   2 +-
 .../integration-test/groovy/pages/LoginPage.groovy |   2 +-
 .../examples/retrieve-group-roles/build.gradle     |   3 +
 .../grails-app/conf/application.groovy             |  95 ++++++-----
 .../grails-app/init/com/test/Application.groovy    | 111 +++++++++++++
 .../integration-test/groovy/pages/LoginPage.groovy |   2 +-
 .../spring-security-rest-redis/build.gradle        |   3 +-
 .../groovy/page/aclSid/AclSidCreatePage.groovy     |   1 +
 .../groovy/page/aclSid/AclSidEditPage.groovy       |   1 +
 .../groovy/page/aclSid/AclSidSearchPage.groovy     |   1 +
 .../groovy/page/register/ForgotPasswordPage.groovy |   2 +-
 .../page/register/SecurityQuestionsPage.groovy     |   2 +-
 .../RegistrationCodeSearchPage.groovy              |   1 +
 .../page/requestmap/RequestmapSearchPage.groovy    |   1 +
 .../groovy/page/role/RoleSearchPage.groovy         |   1 +
 .../groovy/page/user/UserSearchPage.groovy         |   1 +
 .../grails-app/views/securityInfo/config.gsp       |   2 +-
 .../integration-test/groovy/page/CreatePage.groovy |   2 +-
 .../integration-test/groovy/page/EditPage.groovy   |   2 +-
 .../integration-test/groovy/page/SearchPage.groovy |  42 ++---
 .../groovy/page/aclClass/AclClassCreatePage.groovy |   1 +
 .../groovy/page/aclClass/AclClassEditPage.groovy   |   1 +
 .../groovy/page/aclClass/AclClassSearchPage.groovy |   1 +
 .../groovy/page/aclEntry/AclEntryCreatePage.groovy |   1 +
 .../groovy/page/aclEntry/AclEntryEditPage.groovy   |   1 +
 .../groovy/page/aclEntry/AclEntrySearchPage.groovy |   1 +
 .../AclObjectIdentityCreatePage.groovy             |   1 +
 .../AclObjectIdentityEditPage.groovy               |   1 +
 .../AclObjectIdentitySearchPage.groovy             |   1 +
 .../groovy/page/aclSid/AclSidCreatePage.groovy     |   1 +
 .../groovy/page/aclSid/AclSidEditPage.groovy       |   1 +
 .../groovy/page/aclSid/AclSidSearchPage.groovy     |   1 +
 .../PersistentLoginSearchPage.groovy               |   1 +
 .../groovy/page/register/ForgotPasswordPage.groovy |   2 +-
 .../groovy/page/register/RegisterPage.groovy       |   6 +-
 .../groovy/page/register/ResetPasswordPage.groovy  |   2 +-
 .../RegistrationCodeEditPage.groovy                |   1 +
 .../RegistrationCodeSearchPage.groovy              |   1 +
 .../page/requestmap/RequestmapCreatePage.groovy    |   1 +
 .../page/requestmap/RequestmapEditPage.groovy      |   1 +
 .../page/requestmap/RequestmapSearchPage.groovy    |   1 +
 .../groovy/page/role/RoleCreatePage.groovy         |   1 +
 .../groovy/page/role/RoleEditPage.groovy           |   1 +
 .../groovy/page/role/RoleSearchPage.groovy         |   1 +
 .../groovy/page/user/UserCreatePage.groovy         |   1 +
 .../groovy/page/user/UserEditPage.groovy           |   1 +
 .../groovy/page/user/UserSearchPage.groovy         |   1 +
 .../grails-app/views/securityInfo/config.gsp       |   2 +-
 settings.gradle                                    |   8 -
 67 files changed, 512 insertions(+), 167 deletions(-)
 create mode 100644 .asf.yaml

Reply via email to