-
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
Add event_streams as subcollection of the physical resources #424
Add event_streams as subcollection of the physical resources #424
Conversation
@bdunne Please review. |
config/api.yml
Outdated
@@ -1745,9 +1745,11 @@ | |||
:identifier: physical_chassis | |||
:options: | |||
- :collection | |||
- :subcollection |
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.
I think this means that physical_chassis
can be a subcollection of something else.
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.
yap, sorry I removed this
config/api.yml
Outdated
@@ -1762,6 +1764,14 @@ | |||
:post: | |||
- :name: refresh | |||
:identifier: physical_chassis_refresh | |||
:event_streams_subcollection_actions: |
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.
I think this belongs under the event_streams
as subcollection_actions
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.
done
config/api.yml
Outdated
:get: | ||
- :name: read | ||
:identifier: event_streams_show_list | ||
:event_streams_subresource_actions: |
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.
I think this belongs under the event_streams
as subresource_actions
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.
done
@@ -1,3 +1,5 @@ | |||
require 'pry' |
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.
Please remove debugging tools before unwip.
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.
done
4c7580f
to
c806c43
Compare
@bdunne Thank you about your review, but could you review again ? |
6cb2d0d
to
bffaf3c
Compare
Checked commit CharlleDaniel@bffaf3c with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
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, @abellotti can you take a look?
Thanks @CharlleDaniel for the API Enhancement, this LGTM!! 👍 |
This PR is able to:
Dependes on: ManageIQ - manageiq 17661 - MERGED