- π¦πΊAustralia thursday_bw
Updating to reflect that the Configuration installer β has been deprecated in favor of Installing Drupal from configuration (only certain profiles) β
- π¨π¦Canada colan Toronto π¨π¦
It sounds like Config Enforce β could fit in here somewhere, at least as an example what's solving problems in the wild.
- π¬π§United Kingdom catch
I think this is a duplicate of https://www.drupal.org/about/core/strategic-initiatives-distributions-an... β now.
- πΊπΈUnited States neclimdul Houston, TX
I'm not sure. Looking through the summary, it seems like this was about taking a fresh look at config and taking the underlying API to the next level. The initiative you linked seems to be about providing better starter configuration/profiles/recipes. I could see how updating the config API could help that but those sound like different things and the issues tagged to CMI 2.0 don't seem particularly tied to that initiatives goals.
- π¨π¦Canada SKAUGHT
#35
I would agree with the overall goal that Recipes are currently progressing how config works in drupal core, providing tools 'more like' Features in Drupal7 ecosystem.This issue certainly does track the way contrib has responed since this issue. Recipes are in my own overview are picking up with this need.
To mention the 'want's of this issue that I would ask around that recipes isn't handling (that i know of!). is ENV based config (config_splits) dev/uat/prod codes. Otherwise the goal of having better code side tools and UI's are part of the Recipes outlines..
#34
Yes, this plan 'is stale' at this time. It has great information about how to handle these types of things in d8/d9 sites/lifespan in Yes, I agree that ENV based config should be easier. Currently, it makes more sense to use settings.php to override config, because then I don't have to manage multiple partial configs.
- π¨π¦Canada SKAUGHT
Getting Involved
We are available in the #distributions-and-recipes channel on Drupal Slack. Our meetings leverage the Slack meeting format β and happen once every two weeks on Tuesday at 1600 UTC (Noon EST). All are welcome.
Our contrib project is at https://www.drupal.org/project/distributions_recipes β in the 10.0.x branch. We are using that issue queue to record meeting notes and child issues for each bi-weekly meeting.
- π¨π¦Canada SKAUGHT
#37
Perhaps it's possible under the idea that the project would have A Recipe that you enable in that env -- as this depends on Hosting, deploys setups in that hosting. the workflow that team/project uses... etc. - πΊπΈUnited States neclimdul Houston, TX
"I would agree with the overall goal that Recipes are currently progressing how config works in drupal core, providing tools 'more like' Features in Drupal7 ecosystem."
Not sure what that means. For my use cases there are better versions of everything in the D8+ ecosystem so I'm just not the target audience.
"To mention the 'want's of this issue that I would ask around that recipes isn't handling (that i know of!). is ENV based config (config_splits using its 'partial configs') dev/uat/prod codes. Otherwise the goal of having better code side tools and UI's are part of the Recipes outlines.."
"Yes, I agree that ENV based config should be easier. Currently, it makes more sense to use settings.php to override config, because then I don't have to manage multiple partial configs."
I use environment driven config _very_ heavily and its pretty straightforward today. Keys module is great if a little rough in the UI. Its designed for "secrets" but the model is allowing the mapping from stores to any config value so mapping from environment to any config value is easy and very powerful and has so far met every need I've had for varying settings per environment with the exception of things like enabling development features locally which still make since to manage with splits.
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
@neclimdul: Sounds like you adding docs on d.o or a blog post about your approach would help quite a few people be as successful as you with it? ("pretty straightforward today" is the Drupal equivalent of "OMG it is so elegant", right? π)
- π¬π§United Kingdom catch
I'm sure there are config issues/features that won't be covered by recipes, but do they need their own special initiative? Nothing stops people working on them.
- Status changed to Closed: outdated
9 months ago 6:58pm 1 March 2024 - π¬π§United Kingdom jonathanshaw Stroud, UK
Use case: as a site administrator, I can install a new site using existing configuration so that I can for example clone new development environments
Solved in core.
Use case: As a site administrator I can review and safely import available configuration updates from installed modules, themes, and the install profile without overriding customizations I've made on the site
Solved by widely used contrib Configuration Update Manager
Use case: As a module developer or site administrator, I can produce a package of configuration that meets a distinct use case
Targeted by Recipes initiative.
I agree with @catch. This issue is a proposal for an initiative. It has not gained traction, and is now outdated. It clutters the issue queue and to focus attention better we should close it as outdated.
Many issues still exist in this area, but as an initiative proposal this should be closed. If there's a new initiative other than recipes that is needed, it would do better to start from scratch as a new more focused proposal.
If there's