Messages by Date
-
2026/02/13
[PR] Update some plugins [grails-plugins-metadata]
via GitHub
-
2026/02/13
(grails-plugins-metadata) 01/01: Update some plugins
matrei
-
2026/02/13
(grails-plugins-metadata) branch plugin-updates-2 created (now c2f019b)
matrei
-
2026/02/13
(grails-static-website) branch fix-owner-cloud-links deleted (was c2a6fdcd4ea)
matrei
-
2026/02/13
(grails-static-website) branch master updated (1306f7e6c46 -> 823d207f76e)
matrei
-
2026/02/13
(grails-static-website) 01/01: Merge pull request #428 from apache/fix-owner-cloud-links
matrei
-
2026/02/13
Re: [PR] Fix plugin owner links [grails-static-website]
via GitHub
-
2026/02/13
(grails-plugins-metadata) 01/01: Merge pull request #174 from apache/updateLatestVersion
jdaugherty
-
2026/02/13
(grails-plugins-metadata) branch main updated (1defea2 -> 4d83862)
jdaugherty
-
2026/02/13
Re: [PR] Update Plugins Metadata [grails-plugins-metadata]
via GitHub
-
2026/02/13
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21990215475
asf-ci-deploy
-
2026/02/13
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21986578024
asf-ci-deploy
-
2026/02/13
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21983191422
asf-ci-deploy
-
2026/02/13
(grails-plugins-metadata) branch updatePluginIndex updated (6356640 -> 1defea2)
github-bot
-
2026/02/13
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21979754366
asf-ci-deploy
-
2026/02/13
(grails-plugins-metadata) branch updateLatestVersion updated (4e984df -> 5f8b7a4)
github-bot
-
2026/02/12
[PR] Fix plugin owner links [grails-static-website]
via GitHub
-
2026/02/12
(grails-static-website) 02/05: fix: make owners pages and links one-word lowercase
matrei
-
2026/02/12
(grails-static-website) 01/05: fix(css): correct padding in plugins page
matrei
-
2026/02/12
(grails-static-website) branch fix-owner-cloud-links created (now c2a6fdcd4ea)
matrei
-
2026/02/12
(grails-static-website) 05/05: fix: remove # from owner page title
matrei
-
2026/02/12
(grails-static-website) 03/05: fix(plugins): 6 sortedByStars and sortedByDate
matrei
-
2026/02/12
(grails-static-website) 04/05: chore: cleanup and formatting
matrei
-
2026/02/12
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21977125917
asf-ci-deploy
-
2026/02/12
(grails-plugins-metadata) branch main updated: Update Plugin Index (#177)
matrei
-
2026/02/12
Re: [PR] Update Plugin Index [grails-plugins-metadata]
via GitHub
-
2026/02/12
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21974967394
asf-ci-deploy
-
2026/02/12
(grails-core) 01/21: UserTypeFetcher.getUserType to accept GrailsHibernatePersistentProperty
borinquenkid
-
2026/02/12
(grails-core) 08/21: ColumnNameForPropertyAndPathFetcher.getColumnNameForPropertyAndPath(GrailsHibernatePersistentProperty
borinquenkid
-
2026/02/12
(grails-core) 06/21: 1. `ColumnConfigToColumnBinder.java`: * Rewrote bindColumnConfigToColumn using Optional chains to handle optional configuration values (length, precision, scale, sqlType, and unique).
borinquenkid
-
2026/02/12
(grails-core) 17/21: 1. Consolidated Utility Logic: BackTigsTrimmer (which had a typo and was redundant) has been completely replaced by BackticksRemover. 2. Centralized Constants: The BACKTICK constant was moved from GrailsDomainBinder to BackticksRemover. 3. Refactored `TableForManyCalculator`: Updated this class to use BackticksRemover instead of the now-deleted BackTigsTrimmer. 4. Cleaned Up Codebase: * Removed BackTigsTrimmer.java and its corresponding test BackTigsTrimmerSpec.groovy. [...]
borinquenkid
-
2026/02/12
(grails-core) 15/21: Now delegate to getChildEntities
borinquenkid
-
2026/02/12
(grails-core) 12/21: ✦ refactored out RootMappingFetcher by: 1. Adding getRootMapping() as a default method to the GrailsHibernatePersistentEntity interface. 2. Replacing all usages of RootMappingFetcher in CollectionSecondPassBinder with calls to referenced.getRootMapping(). 3. Removing the now-obsolete RootMappingFetcher.java and its corresponding test RootMappingFetcherSpec.groovy.
borinquenkid
-
2026/02/12
(grails-core) 03/21: ✦ I have updated NamespaceNameExtractorSpec.groovy to use the now static methods of NamespaceNameExtractor. I also identified and fixed a compilation error in GrailsHibernatePersistentEntity.java where a closing brace was missing and an incorrect method was being called for the catalog name.
borinquenkid
-
2026/02/12
(grails-core) 19/21: Refine GormColumnSnapshotGenerator to explicitly set identifier columns as non-nullable.
borinquenkid
-
2026/02/12
(grails-core) 10/21: standardized schema and catalog assignment
borinquenkid
-
2026/02/12
(grails-core) branch 8.0.x-hibernate7 updated (251a15f182 -> 15f67da500)
borinquenkid
-
2026/02/12
(grails-core) 18/21: refactored the logic for determining the identifier generator name into the Identity class and added a comprehensive test suite.
borinquenkid
-
2026/02/12
(grails-core) 11/21: isBidirectionalManyToOneWithListMapping refactored
borinquenkid
-
2026/02/12
(grails-core) 20/21: Refactor GormColumnSnapshotGenerator for better readability and testability.
borinquenkid
-
2026/02/12
(grails-core) 07/21: consolidated the SimpleValueBinder.bindSimpleValue method into a single signature and updated all its callers.
borinquenkid
-
2026/02/12
(grails-core) 02/21: replaceed UserTypeFetcher
borinquenkid
-
2026/02/12
(grails-core) 14/21: updated HibernateMappingContext to inject the dataSourceName into GrailsHibernatePersistentEntity when calling getHibernatePersistentEntities(String dataSourceName). This involved: 1. Adding setDataSourceName and getDataSourceName to the GrailsHibernatePersistentEntity interface. 2. Implementing these methods in HibernatePersistentEntity and HibernateEmbeddedPersistentEntity. 3. Modifying HibernateMappingContext.getHibernatePersistentEntities to accept the dataSourceName and inje [...]
borinquenkid
-
2026/02/12
(grails-core) 13/21: Fix getRootMapping on GrailsHibernatePersistentEntity
borinquenkid
-
2026/02/12
(grails-core) 04/21: Changes made:
borinquenkid
-
2026/02/12
(grails-core) 05/21: Changes made:
borinquenkid
-
2026/02/12
(grails-core) 21/21: Simplify GORM Hibernate 7 binder code by using specific persistent types.
borinquenkid
-
2026/02/12
(grails-core) 09/21: refactoring ColumnNameForPropertyAndPathFetcher
borinquenkid
-
2026/02/12
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21973161393
asf-ci-deploy
-
2026/02/12
(grails-plugins-metadata) branch updatePluginIndex updated (b60ac68 -> 6356640)
github-bot
-
2026/02/12
[PR] Update Plugin Index [grails-plugins-metadata]
via GitHub
-
2026/02/12
(grails-plugins-metadata) branch updateLatestVersion updated (a0eb2a8 -> 4e984df)
github-bot
-
2026/02/12
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21966246051
asf-ci-deploy
-
2026/02/12
(grails-plugins-metadata) branch main updated (158923e -> c019571)
jdaugherty
-
2026/02/12
Re: [PR] Update Plugin Index [grails-plugins-metadata]
via GitHub
-
2026/02/12
(grails-plugins-metadata) 01/01: Merge pull request #175 from apache/updatePluginIndex
jdaugherty
-
2026/02/12
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21962659034
asf-ci-deploy
-
2026/02/12
Re: [PR] Update many plugins [grails-plugins-metadata]
via GitHub
-
2026/02/12
Re: [PR] Bump qs and express in /dev-proxy-server [grails-forge-ui]
via GitHub
-
2026/02/12
[PR] Bump qs and express in /dev-proxy-server [grails-forge-ui]
via GitHub
-
2026/02/12
Re: [PR] Bump qs and express in /dev-proxy-server [grails-forge-ui]
via GitHub
-
2026/02/12
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21959091015
asf-ci-deploy
-
2026/02/12
(grails-spring-security) branch gh-pages updated: Deploying to documentation branch - 16:52:13
github-bot
-
2026/02/12
(grails-plugins-metadata) branch updatePluginIndex updated (9204e6e -> b60ac68)
github-bot
-
2026/02/12
(grails-spring-security) branch cleanup deleted (was 85c22d966)
matrei
-
2026/02/12
(grails-spring-security) branch 7.0.x updated (60d49dc0b -> 87f641ecf)
matrei
-
2026/02/12
(grails-spring-security) 01/01: Merge pull request #1203 from apache/cleanup
matrei
-
2026/02/12
Re: [PR] Remove unessecary dialect in application.yml [grails-spring-security]
via GitHub
-
2026/02/12
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21954993043
asf-ci-deploy
-
2026/02/12
[PR] Remove unessecary dialect in application.yml [grails-spring-security]
via GitHub
-
2026/02/12
(grails-spring-security) 01/01: chore: remove unessecary dialect in application.yml
matrei
-
2026/02/12
(grails-spring-security) branch cleanup created (now 85c22d966)
matrei
-
2026/02/12
[PR] Update many plugins [grails-plugins-metadata]
via GitHub
-
2026/02/12
(grails-plugins-metadata) branch plugin-updates created (now f7b78a3)
matrei
-
2026/02/12
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21950533545
asf-ci-deploy
-
2026/02/12
svn commit: r82455 - in dev/grails/spring-security/7.0.1: . sources
svc_dist_grails
-
2026/02/12
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21946433090
asf-ci-deploy
-
2026/02/12
(grails-website) branch asf-site-production updated: Deploying to documentation branch - 12:16:42
asf-ci-deploy
-
2026/02/12
(grails-spring-security) 01/01: [skip ci] Release v7.0.1
github-bot
-
2026/02/12
(grails-spring-security) annotated tag v7.0.1 updated (60d49dc0b -> 258adf0c9)
github-bot
-
2026/02/12
(grails-spring-security) tag v7.0.1 created (now 60d49dc0b)
jdaugherty
-
2026/02/12
(grails-spring-security) branch 7.0.x updated: Add concurrency settings to release workflow
jdaugherty
-
2026/02/12
(grails-spring-security) branch 7.0.x updated: Update release note pipeline to prevent running with release pipeline
jdaugherty
-
2026/02/12
(grails-core) branch 7.0.x updated (1166c26602 -> d44784efff)
jdaugherty
-
2026/02/12
(grails-core) 01/01: Merge pull request #15390 from apache/matrei-patch-1
jdaugherty
-
2026/02/12
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21942655231
asf-ci-deploy
-
2026/02/12
(grails-core) branch matrei-patch-1 created (now b531f5d1c7)
matrei
-
2026/02/12
(grails-core) 01/01: docs: Update Maven Central badge in Geb README.md
matrei
-
2026/02/12
(grails-spring-security) branch gh-pages updated: Deploying to documentation branch - 08:47:40
github-bot
-
2026/02/12
(grails-website) branch asf-site-production updated: Deploying to documentation branch - 08:34:11
asf-ci-deploy
-
2026/02/12
(grails-spring-security) branch 7.0.x updated: Update to redis 5.0.1
jdaugherty
-
2026/02/12
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21938837577
asf-ci-deploy
-
2026/02/11
Re: [PR] restore the testapp profile creator [grails-spring-security]
via GitHub
-
2026/02/11
(grails-core) branch 7.0.x updated (010ab77e13 -> 1166c26602)
matrei
-
2026/02/11
(grails-core) 01/01: Merge pull request #15381 from rahulshishodia/ds-mapping
matrei
-
2026/02/11
(grails-spring-security) branch fix-test-logging deleted (was fc0d2e767)
matrei
-
2026/02/11
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21936164371
asf-ci-deploy
-
2026/02/11
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21933912128
asf-ci-deploy
-
2026/02/11
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21932048571
asf-ci-deploy
-
2026/02/11
Re: [PR] build(deps): bump gradle-wrapper from 6.9 to 6.9.4 [grails-spring-security]
via GitHub
-
2026/02/11
Re: [PR] build(deps): bump gradle-wrapper from 6.9 to 6.9.4 [grails-spring-security]
via GitHub
-
2026/02/11
Re: [PR] build(deps): bump gradle-wrapper from 3.5 to 3.5.1 [grails-spring-security]
via GitHub
-
2026/02/11
Re: [PR] build(deps): bump gradle-wrapper from 3.5 to 3.5.1 [grails-spring-security]
via GitHub
-
2026/02/11
Re: [PR] build(deps): bump gradle-wrapper from 3.5 to 3.5.1 [grails-spring-security]
via GitHub
-
2026/02/11
(grails-spring-security) branch dependabot/gradle/3.3.x/gradle-wrapper-3.5.1 deleted (was 14bc87e18)
github-bot
-
2026/02/11
(grails-spring-security) branch dependabot/gradle/4.0.x/gradle-wrapper-6.9.4 deleted (was 134cea090)
github-bot
-
2026/02/11
Re: [PR] build(deps): bump gradle-wrapper from 6.9 to 6.9.4 [grails-spring-security]
via GitHub
-
2026/02/11
Re: [I] Grails 7 - s2-quickstart does not create Requestmap domain [grails-spring-security]
via GitHub
-
2026/02/11
Re: [PR] #1172 - Update s2-quickstart command examples [grails-spring-security]
via GitHub
-
2026/02/11
(grails-spring-security) branch 7.0.x updated (95c0fba6e -> c070ee9b6)
jdaugherty
-
2026/02/11
(grails-spring-security) 01/01: Merge pull request #1202 from jdaugherty/7.0.x
jdaugherty
-
2026/02/11
Re: [PR] #1172 - Update s2-quickstart command examples [grails-spring-security]
via GitHub
-
2026/02/11
[PR] #1172 - Update s2-quickstart command examples [grails-spring-security]
via GitHub
-
2026/02/11
(grails-spring-security) branch 7.0.x updated (59c8972c5 -> 95c0fba6e)
jdaugherty
-
2026/02/11
(grails-spring-security) 01/01: Merge pull request #1201 from jdaugherty/7.0.x
jdaugherty
-
2026/02/11
Re: [PR] restore the testapp profile creator [grails-spring-security]
via GitHub
-
2026/02/11
Re: [PR] restore the testapp profile creator [grails-spring-security]
via GitHub
-
2026/02/11
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21925057253
asf-ci-deploy
-
2026/02/11
Re: [PR] restore the testapp profile creator [grails-spring-security]
via GitHub
-
2026/02/11
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21921456466
asf-ci-deploy
-
2026/02/11
Re: [I] spring security rest gorm for grails 7 [grails-spring-security]
via GitHub
-
2026/02/11
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21917779300
asf-ci-deploy
-
2026/02/11
(grails-core) branch 7.0.x updated (1f7594c2c4 -> 010ab77e13)
jdaugherty
-
2026/02/11
(grails-core) 01/01: Merge pull request #15383 from jdaugherty/7.0.x
jdaugherty
-
2026/02/11
Re: [PR] restore the testapp profile creator [grails-spring-security]
via GitHub
-
2026/02/11
[PR] restore the testapp profile creator [grails-spring-security]
via GitHub
-
2026/02/11
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21913527097
asf-ci-deploy
-
2026/02/11
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21909082905
asf-ci-deploy
-
2026/02/11
svn commit: r82432 - in dev/grails/redis/5.0.1: . sources
svc_dist_grails
-
2026/02/11
[PR] Update gradle to 8.14.4, update to Grails 7.0.7, & update java version to 17.0.17 [grails-spring-security]
via GitHub
-
2026/02/11
(grails-spring-security) 01/01: Merge pull request #1200 from jdaugherty/7.0.x
jdaugherty
-
2026/02/11
Re: [PR] Update gradle to 8.14.4, update to Grails 7.0.7, & update java version to 17.0.17 [grails-spring-security]
via GitHub
-
2026/02/11
(grails-spring-security) branch 7.0.x updated (708cd9a91 -> 59c8972c5)
jdaugherty
-
2026/02/11
svn commit: r82431 - in dev/grails/quartz/4.0.1: . sources
svc_dist_grails
-
2026/02/11
(grails-redis) annotated tag v5.0.1 updated (5dc4b46 -> 25df3ae)
github-bot
-
2026/02/11
(grails-redis) 01/01: [skip ci] Release v5.0.1
github-bot
-
2026/02/11
(grails-redis) tag v5.0.1 created (now 5dc4b46)
jdaugherty
-
2026/02/11
(grails-quartz) annotated tag v4.0.1 updated (0a0fd91 -> 7ae60b1)
github-bot
-
2026/02/11
(grails-quartz) 01/01: [skip ci] Release v4.0.1
github-bot
-
2026/02/11
(grails-quartz) tag v4.0.1 created (now 0a0fd91)
jdaugherty
-
2026/02/11
[PR] chore: update to Grails 7.0.7, project sdk to 17.0.17, and gradle to 8.14.4 [grails-redis]
via GitHub
-
2026/02/11
(grails-redis) branch 5.0.x updated (158aa82 -> 5dc4b46)
jdaugherty
-
2026/02/11
Re: [PR] chore: update to Grails 7.0.7, project sdk to 17.0.17, and gradle to 8.14.4 [grails-redis]
via GitHub
-
2026/02/11
(grails-redis) 01/01: Merge pull request #204 from jdaugherty/5.0.x
jdaugherty
-
2026/02/11
(grails-quartz) branch grails7-refresh deleted (was bbbac7f)
jdaugherty
-
2026/02/11
(grails-quartz) branch gh-pages updated: Deploying to documentation branch - 12:33:41
github-bot
-
2026/02/11
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21904951350
asf-ci-deploy
-
2026/02/11
(grails-quartz) branch 4.0.x updated (292fd32 -> 0a0fd91)
jdaugherty
-
2026/02/11
Re: [PR] Update project jdk to 17.0.17, update to Grails 7.0.7, & Gradle 8.14.4 [grails-quartz]
via GitHub
-
2026/02/11
(grails-quartz) 01/01: Update project jdk to 17.0.17, update to Grails 7.0.7, & Gradle 8.14.4
jdaugherty
-
2026/02/11
[PR] Update project jdk to 17.0.17, update to Grails 7.0.7, & Gradle 8.14.4 [grails-quartz]
via GitHub
-
2026/02/11
(grails-quartz) 01/01: Merge pull request #169 from apache/grails7-refresh
jdaugherty
-
2026/02/11
(grails-quartz) branch grails7-refresh created (now bbbac7f)
jdaugherty
-
2026/02/11
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21901302524
asf-ci-deploy
-
2026/02/11
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21897660036
asf-ci-deploy
-
2026/02/10
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21895140514
asf-ci-deploy
-
2026/02/10
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21893140044
asf-ci-deploy
-
2026/02/10
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21891315539
asf-ci-deploy
-
2026/02/10
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21884597869
asf-ci-deploy
-
2026/02/10
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21880953566
asf-ci-deploy
-
2026/02/10
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21877460228
asf-ci-deploy
-
2026/02/10
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21873361510
asf-ci-deploy
-
2026/02/10
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21869095453
asf-ci-deploy
-
2026/02/10
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21864840011
asf-ci-deploy
-
2026/02/10
(grails-core) branch micronaut-fixes updated (0ea0544cca -> 32ac3863a5)
sbglasius
-
2026/02/10
(grails-core) 01/01: prevent duplicate loading of micronaut beans & fix bootJar task
sbglasius
-
2026/02/10
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21861089042
asf-ci-deploy
-
2026/02/10
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21857151749
asf-ci-deploy
-
2026/02/10
[PR] Bump axios from 1.6.1 to 1.13.5 in /dev-proxy-server [grails-forge-ui]
via GitHub
-
2026/02/10
Re: [PR] Bump axios from 1.6.1 to 1.12.0 in /dev-proxy-server [grails-forge-ui]
via GitHub
-
2026/02/10
Re: [PR] Bump axios from 1.6.1 to 1.12.0 in /dev-proxy-server [grails-forge-ui]
via GitHub
-
2026/02/10
(grails-forge-ui) branch dependabot/npm_and_yarn/dev-proxy-server/axios-1.13.5 created (now c31ae13)
github-bot
-
2026/02/09
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21854378184
asf-ci-deploy
-
2026/02/09
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21852162288
asf-ci-deploy
-
2026/02/09
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21850170837
asf-ci-deploy
-
2026/02/09
(grails-plugins-metadata) branch updatePluginIndex updated (2bc34e4 -> 9204e6e)
github-bot
-
2026/02/09
(grails-plugins-metadata) branch updateLatestVersion updated (b357aa2 -> a0eb2a8)
github-bot
-
2026/02/09
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21842910522
asf-ci-deploy
-
2026/02/09
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21839060739
asf-ci-deploy
-
2026/02/09
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21836322849
asf-ci-deploy
-
2026/02/09
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21828992432
asf-ci-deploy
-
2026/02/09
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21825616603
asf-ci-deploy
-
2026/02/09
(grails-static-website) branch bug-fixes deleted (was c0a3f30fe98)
matrei
-
2026/02/09
(grails-static-website) 01/01: Merge pull request #427 from apache/bug-fixes
matrei
-
2026/02/09
(grails-static-website) branch master updated (902d70e132c -> 1306f7e6c46)
matrei
-
2026/02/09
Re: [PR] Bug fixes [grails-static-website]
via GitHub
-
2026/02/09
[PR] Bug fixes [grails-static-website]
via GitHub
-
2026/02/09
(grails-static-website) 02/03: fix: typo in `search.js`
matrei
-
2026/02/09
(grails-static-website) 01/03: fix: docs older versions select
matrei
-
2026/02/09
(grails-static-website) 03/03: fix: remove broken guide suggestion form
matrei
-
2026/02/09
(grails-static-website) branch bug-fixes created (now c0a3f30fe98)
matrei
-
2026/02/09
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21824965457
asf-ci-deploy
-
2026/02/09
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21821407999
asf-ci-deploy
-
2026/02/09
(grails-website) branch asf-site-production updated: Updating apache/grails-website asf-site-production branch for Github Actions run:21817516739
asf-ci-deploy
-
2026/02/08
(grails-core) branch dependabot/github_actions/actions/checkout-6 created (now a1257482f7)
github-bot
-
2026/02/08
(grails-core) branch dependabot/github_actions/actions/checkout-5 deleted (was 23fd31cb71)
github-bot
-
2026/02/08
(grails-static-website) 01/01: Merge pull request #425 from apache/refactor-and-plugins
matrei
-
2026/02/08
(grails-static-website) branch refactor-and-plugins deleted (was 0a344a3f8d4)
matrei
-
2026/02/08
(grails-static-website) branch master updated (ce88200a3e7 -> 902d70e132c)
matrei
-
2026/02/08
Re: [PR] Refactor and new Plugins page [grails-static-website]
via GitHub