-
Notifications
You must be signed in to change notification settings - Fork 300
Fixes #38477 - Allow rolling CVs in arbitrary environments #11407
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
base: master
Are you sure you want to change the base?
Conversation
Reviewer's GuideThis PR extends rolling content views to support arbitrary lifecycle environments by introducing an File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Note, there is also already a accompanying documentation PR: theforeman/foreman-documentation#3902 |
2f027cc
to
f92dc92
Compare
f92dc92
to
8d783d8
Compare
I am not currently aware of any known issues with the latest state. I do still plan to add more test coverage. |
8d783d8
to
f207e5b
Compare
Co-authored-by: Manisha Singhal <singhal@atix.de> Co-authored-by: Markus Bucher <bucher@atix.de>
f207e5b
to
e24b30b
Compare
Initial state for rolling content views with arbitrary lifecycle environments.
Things that are missing from this "Draft" PR:
In general, there are various possible combinations of API parameters and situations I have not yet tested.
Summary by Sourcery
Add support for specifying arbitrary lifecycle environments for rolling content views by extending the UI, API, and backend actions.
New Features:
environment_ids
parameter in API create and update endpoints with sanitization.Enhancements:
find_related_rolling_repos
to use the correct library instance scope.Tests:
environment_ids
are handled correctly.