configs: Custom variable validation is no longer experimental#25054
configs: Custom variable validation is no longer experimental#25054apparentlymart merged 1 commit intomasterfrom
Conversation
Codecov Report
|
All of the feedback from the experiment described enhancements that can potentially be added later without breaking changes, so this change simply removes the experiment gate from the feature as originally implemented with no changes to its functionality. Further enhancements may follow in later releases, but the goal of this change is just to ship the feature exactly as it was under the experiment. Most of the changes here are cleaning up the experiment opt-ins from our test cases. The most important parts are in configs/experiments.go and in experiments/experiment.go .
52803b9 to
ce99694
Compare
|
I heard about this a bit late and would like to thank you for this enhancement on input validation of variables. We do a lot of manipulation with locals and mesh together variables, data and other source of values. Would it be possible to extend the validation block also for locals? It would add a lot of value for enforcing rules in one place for us. Many thanks, |
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
All of the feedback from the experiment described enhancements that can potentially be added later without breaking changes, so this change simply removes the experiment gate from the feature as originally implemented with no changes to its functionality.
Further enhancements may follow in later releases, but the goal of this change is just to ship the feature exactly as it was under the experiment.
Most of the changes here are cleaning up the experiment opt-ins from our test cases. The most important parts are in
configs/experiments.goand inexperiments/experiment.go.