Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #4176: Support arbitrary config splits #4224

Merged
merged 1 commit into from
Aug 17, 2020

Conversation

danepowell
Copy link
Contributor

@danepowell danepowell commented Aug 10, 2020

Fixes #4176

Changes proposed

  • Move list of possible config split environments to the environment detector
  • Make this list overrideable

Additional details

This is a potentially breaking change because of how we handle ODEs in the context of config splits, they were treated as dev before but now they are a separate environment. This is desirable because it brings them in line with how environments are treated more generally (ODEs are not considered dev except for in config splits). This is overrideable in the environment detector.

@danepowell danepowell added Enhancement A feature or feature request Major change Requires change record (often BC-breaking) 12.x Affects or applies to 12.x labels Aug 10, 2020
@danepowell danepowell merged commit affea1d into acquia:12.x Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
12.x Affects or applies to 12.x Enhancement A feature or feature request Major change Requires change record (often BC-breaking)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support arbitrary config splits and environments
1 participant