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

jdaugherty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/grails-forge-ui.git

commit 7261f8b2fcf26d67d797e1e81c3f3fb1c10d3345
Merge: 1733969 cf90982
Author: James Daugherty <[email protected]>
AuthorDate: Fri Feb 27 21:10:32 2026 -0500

    Merge pull request #84 from jdaugherty/main
    
    Switch from test framework to reloading as an option in forge

 .github/workflows/gradle.yml                       |    27 +-
 .github/workflows/publish.yml                      |    20 +-
 .nvmrc                                             |     1 +
 README.md                                          |     7 +
 app/launch/package-lock.json                       | 47486 +++++--------------
 app/launch/package.json                            |     4 +-
 app/launch/public/index.html                       |     2 +-
 .../__snapshots__/useApplicationForm.test.jsx.snap |    24 +-
 .../useAvailableFeatures.test.jsx.snap             |     2 +-
 .../__tests__/useApplicationForm.test.jsx          |    10 +-
 .../__tests__/useAvailableFeatures.test.jsx        |     2 +-
 .../__tests__/useHandleShareLinkEffect.test.jsx    |     4 +-
 .../src/components/StarterForm/StarterForm.js      |     4 +-
 .../StarterForm/StarterFormReloadingFramework.js   |    27 +
 .../StarterForm/StarterFormTestFramework.js        |    27 -
 .../StarterForm/useStarterFormKeyboardEvents.js    |     8 +-
 app/launch/src/constants/shortcuts.js              |     6 +-
 app/launch/src/helpers/Routing.js                  |     2 +-
 app/launch/src/micronaut/CreateCommand.js          |     4 +-
 app/launch/src/micronaut/FeatureCommand.js         |     4 +-
 app/launch/src/micronaut/LocalDefaults.json        |     5 +-
 app/launch/src/micronaut/LocalSelectOptions.json   |    32 +-
 app/launch/src/micronaut/creators/ToCli.js         |     4 +-
 app/launch/src/micronaut/creators/ToUrl.js         |     8 +-
 app/launch/src/state/factories/initializeState.js  |     4 +-
 app/launch/src/state/store.js                      |    34 +-
 build.gradle                                       |     9 +-
 dev-proxy-server/src/starter-dev.js                |     2 +-
 settings.gradle                                    |     4 +-
 29 files changed, 12262 insertions(+), 35511 deletions(-)


Reply via email to