scaffolding icon indicating copy to clipboard operation
scaffolding copied to clipboard

Scaffolding plugin for Grails® framework

Results 41 scaffolding issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | digest | `3df4ab1` -> `eef6144` | --- ### Configuration...

type: dependency upgrade

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/grails/scaffolding). ## Config Migration Needed - [ ]...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.gradle.enterprise | `3.17.1` -> `3.18.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.gradle.enterprise/3.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.gradle.enterprise/3.18.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency upgrade

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.gradle.common-custom-user-data-gradle-plugin | `1.13` -> `2.0.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.gradle.common-custom-user-data-gradle-plugin/2.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.gradle.common-custom-user-data-gradle-plugin/2.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency upgrade

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.grails:grails-gradle-plugin](https://togithub.com/grails/grails-gradle-plugin) | `6.1.1` -> `6.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.grails:grails-gradle-plugin/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency upgrade

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.grails:grails-bom](https://grails.org/) ([source](https://togithub.com/grails/grails-core)) | `6.1.1` -> `6.2.0` |...

type: dependency upgrade

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | major | `7.6.3` -> `8.10` | --- ### Release Notes...

type: dependency upgrade

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://togithub.com/gradle/gradle)) | patch | `7.6.3` -> `7.6.4` | --- ### Release Notes...

type: dependency upgrade

After working on upgrading to Grails 5, the scaffold setup doesn't seem to be working with the error Could not resolve view with name 'list' in servlet with name 'grailsDispatcherServlet'...

According to the documentation: http://docs.grails.org/latest/ref/Constraints/Usage.html a display: constraint should control whether a property is displayed in scaffolding views. a editable: constraint should control whether a property can be edited in...