Refactor #34603
Tracker #29939: Improve setting definition DSL and move setting registry to memory
Deprecate other than DSL setting definitions
Pull request:
Fixed in Releases:
Found in Releases:
Description
All setting should be defined through the setting DSL.
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot 4 months ago
- Assignee set to Ondřej Ezr
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9150 added
#2
Updated by Ondřej Ezr 4 months ago
- Related to Refactor #34608: Use only public setting interface to update setting values added
#3
Updated by Lukas Zapletal 3 months ago
- Related to Refactor #34674: Use new DSL to define settings added
#4
Updated by Lukas Zapletal 3 months ago
- Related to Refactor #34677: Use new DSL to define settings added
#5
Updated by The Foreman Bot 3 months ago
- Fixed in Releases 3.3.0 added
#6
Updated by Ondřej Ezr 3 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|fdd9d6311e95a8c8bdc1051cbb646bb153b3ccc8.
#7
Updated by Ondřej Ezr 3 months ago
- Follows Refactor #33781: Deprecate the old setting definitions without "default_settings" added
#8
Updated by Amit Upadhye 24 days ago
- Subject changed from Deprecate other then DSL setting definitions to Deprecate other than DSL setting definitions
Fixes #34603 - deprecate non-DSL setting definitions
This allows conversion to Zeitwerk by moving the non-DSL setting to only
to_prepare phase. We no longer require the Setting classes manually.
If the plugins want to continue using the old way,
plugins need to require the Setting classes manually.