-
Notifications
You must be signed in to change notification settings - Fork 900
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
[WIP] Add Monitoring - Alerts Overview and All Alerts listing [Depends on #12237] #11962
Conversation
8f72dfb
to
109b629
Compare
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
05af336
to
7e1fac0
Compare
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
1 similar comment
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
Great to see this making alerts more accesible. |
@abonas, agreed. This is an initial design which is being iterated on. On Thursday, October 27, 2016, abonas [email protected] wrote:
|
7e1fac0
to
c74adc3
Compare
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
@jeff-phillips-18 In alerts status when we're not getting a type of alert for a provider from the api server it will not be shown, I think we should always show all types including the icons and just place a 0. |
@alongoldboim we did verify this with Thomas. They want to see all providers with issues at that point. We may be able to add something to the UI to toggle this behavior on or off, but there's no way to achieve that with our current filtering mechanism. |
@serenamarie125 OK makes sense when i think about it :), so lets leave it as is for now. |
3a5abc7
to
d7720c1
Compare
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
b2605bc
to
6f4b14a
Compare
@jeff-phillips-18 should this be WIP until we get some test coverage? I see those huge JS controllers with no tests. We also normally make the UI PRs WIP until the back end or API PRs are merged. |
@miq-bot add_label wip |
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
4424c74
to
4b2b1a0
Compare
This PR will provide viewing of alerts and the ability to assign/unassign, acknowledge/unacknowledge, or add comments to alerts.
Refactor common alerts functionality into new alertsCenterService
d23d17b
to
aee249d
Compare
Checked commits jeff-phillips-18/manageiq@05d932a~...aee249d with ruby 2.2.5, rubocop 0.37.2, and haml-lint 0.16.1 app/presenters/menu/default_menu.rb
|
<pr_mergeability_checker />This pull request is not mergeable. Please rebase and repush. |
|
||
def alerts | ||
result = {} | ||
result.values |
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.
Won't this always return []?
[Sorry to barge in without reading most of this PR, ignore me if silly question]
Please re-create PR in https://github.com/ManageIQ/manageiq-ui-classic |
@jeff-phillips-18 did you move this to https://github.com/ManageIQ/manageiq-ui-classic ? Can you drop here a reference? Thanks! |
@simon3z I did not move the PR since there is significant changes due to the updated API implementation. I am working on these changes and will put up a new PR in the classic-ui repo once I have it working again. |
This PR adds the Alerts Center section to the main navigation menu and sub-sections "Alerts" and "Group By Status". Please see Jira stories for this contribution for UX designs:
https://patternfly.atlassian.net/browse/CFUX-117
https://patternfly.atlassian.net/browse/CFUX-118
https://patternfly.atlassian.net/browse/CFUX-121
https://patternfly.atlassian.net/browse/CFUX-153
https://patternfly.atlassian.net/browse/CFUX-164
@serenamarie125 @alongoldboim @simon3z
@miq-bot add_label wip, enhancement