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

Config rework #2108

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

Config rework #2108

wants to merge 11 commits into from

Conversation

dorner
Copy link

@dorner dorner commented May 14, 2024

This isn't finished yet. The idea here is to use :not_given as all config parameters, construct the config proactively, and only consider it a "read" operation if no parameters are given at all.

periodic_job is a bit more in-depth, so I'm leaving off on it for now - I just wanted to validate this approach first and get feedback. Also not sure if there's additional configuration I'm not aware of, I was looking at the topic stuff.

The main advantage here is the ability to make changes to individual parts of each config rather than blowing away the whole thing at once. It also opens up the ability to redefine / reconfigure things dynamically if needed - right now, you can only configure any feature once, either by explicit setting or by default, and never again.

@mensfeld

@dorner
Copy link
Author

dorner commented May 14, 2024

oh I also added a redraw method for routes - I can remove that from this PR if it's doing too much.

@dorner
Copy link
Author

dorner commented May 14, 2024

I couldn't run all specs locally. There are a couple that failed where I changed the spec. In particular, it was testing that if it set active first to true, and then to false, that the result would true. This seems wrong to me. The new config correctly (IMO) returns false in this case.

@mensfeld mensfeld self-requested a review May 29, 2024 11:44
@mensfeld mensfeld added enhancement New features, updated functionalities and improvements routing Things related to the routing DSL labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features, updated functionalities and improvements routing Things related to the routing DSL
Development

Successfully merging this pull request may close these issues.

None yet

2 participants