Actions
Refactor #32415
closedTracker #29939: Improve setting definition DSL and move setting registry to memory
Use only SettingRegistry to read and update the settings
Description
We are still using the model in the Api::V2::SettingsController.
We want all the methods to go through the SettingRegistry, so we don't need all the Settings to have DB record.
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ondřej Ezr
- Pull request https://github.com/theforeman/foreman/pull/8465 added
Updated by Ondřej Ezr almost 4 years ago
- Subject changed from Use only SettingRegistry to update the settings to Use only SettingRegistry to read and update the settings
- Description updated (diff)
Updated by Ondřej Ezr almost 4 years ago
- Follows Refactor #32287: Load Setting index page from memory registry added
Updated by Ondřej Ezr over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|3ff1fd27fa32f7a52ecd995417521b5b91c9a093.
Actions