-
Notifications
You must be signed in to change notification settings - Fork 356
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
Availability Zone has only Management Events in Timelines #3154
Availability Zone has only Management Events in Timelines #3154
Conversation
As Policy Events are not yet implemented for Availability Zones this hides them until they will be implemented.
@ZitaNemeckova Cannot apply the following label because they are not recognized: gapridashvili/yes |
@miq-bot add_label gaprindashvili/yes |
@@ -1,3 +1,7 @@ | |||
module AvailabilityZoneHelper | |||
include_concern 'TextualSummary' | |||
|
|||
def accessible_select_event_types | |||
[[_('Management Events'), 'timeline']] |
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.
shouldn't timeline be i18n too?
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.
and tests please ? 😊
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.
It's value in select picker not text displayed to user so it should never be translated :)
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.
And rspec is added :)
Checked commits ZitaNemeckova/manageiq-ui-classic@7a8306a~...2851067 with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0 app/helpers/application_helper.rb
spec/helpers/availability_zone_helper_spec.rb
|
looks good. |
Availability Zone has only Management Events in Timelines (cherry picked from commit 46e1d85) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1531308
Gaprindashvili backport details:
|
@ZitaNemeckova I assume you meant |
@simaishi I did. Thanks :) |
Availability Zone has only Management Events in Timelines (cherry picked from commit 46e1d85) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1533167
Fine backport details:
|
Euwe backport (to manageiq repo) details:
|
As Policy Events are not yet implemented for Availability Zones this hides them until they will be implemented. And it's present in Darga as well.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1523663
Compute -> Cloud -> Availability Zone -> select one that has timelines -> Monitoring -> Timelines
Before:
After applying Policy Events
After:
@miq-bot add_label bug, blocker, compute/cloud, gaprindashvili/yes, euwe/yes, darga/yes