-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
rhsm_repository: update returned "repositories" when using "purge=true" #6676
rhsm_repository: update returned "repositories" when using "purge=true" #6676
Conversation
In case the "purge" option was enabled, the "repositories" element in the returned JSON was not updated with the repositories disabled by that option.
67ebd18
to
a773458
Compare
The change looks formally OK, but I have no idea whether it is correct. If you want to wait for someone to review it that's fine, but if you want it merged just tell me. |
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #6745 🤖 @patchback |
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #6746 🤖 @patchback |
@ptoscano thanks for your contribution! |
…ed "repositories" when using "purge=true" (#6745) rhsm_repository: update returned "repositories" when using "purge=true" (#6676) In case the "purge" option was enabled, the "repositories" element in the returned JSON was not updated with the repositories disabled by that option. (cherry picked from commit ffb9b6f) Co-authored-by: Pino Toscano <ptoscano@redhat.com>
…ed "repositories" when using "purge=true" (#6746) rhsm_repository: update returned "repositories" when using "purge=true" (#6676) In case the "purge" option was enabled, the "repositories" element in the returned JSON was not updated with the repositories disabled by that option. (cherry picked from commit ffb9b6f) Co-authored-by: Pino Toscano <ptoscano@redhat.com>
SUMMARY
In case the
purge
option was enabled, therepositories
element in the returned JSON was not updated with the repositories disabled by that option.ISSUE TYPE
COMPONENT NAME
rhsm_repository