-
Notifications
You must be signed in to change notification settings - Fork 141
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
Fix regression for expansion of subcollection on a resource #261
Conversation
@miq-bot add_label gaprindashvili/yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Do you know what revision caused the regression?
I think it's 4467c954 |
@abellotti yeah, that's it. There were no relevant tests so I guess it was missed |
LGTM!! minor change needed in tests & rebase for the travis failure. Thanks @jntullo for fixing this 👍 |
…or a resource even when it is configured to be returned within the api.yml. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1529299
Checked commit jntullo@742c182 with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Fix regression for expansion of subcollection on a resource (cherry picked from commit 15206e1) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1531706
Gaprindashvili backport details:
|
This fixes a regression where subcollections are not being returned for a resource even when it is configured to be returned within the api.yml via the
:show
option. Two tests were added to ensure the regression does not return.Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1529299
@miq-bot add_label blocker, bug