-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[RAC] Enable workflow status filtering #108215
[RAC] Enable workflow status filtering #108215
Conversation
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
@elasticmachine merge upstream |
Pinging @elastic/apm-ui (Team:apm) |
39483a2
to
006f12c
Compare
/** | ||
* @deprecated | ||
* TODO: remove when `acknowledged` migrations are finished | ||
*/ | ||
export type InProgressStatus = 'in-progress'; | ||
|
||
export type AlertStatus = 'open' | 'closed' | 'acknowledged' | InProgressStatus; | ||
export type AlertStatus = AlertWorkflowStatus | InProgressStatus; |
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 am wondering why the in-progress
status is still needed here. Shouldn't it be removed from security solutions too? @dplumlee
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've kept it since it was in master
. I can remove it if necessary
💚 Build SucceededMetrics [docs]Async chunks
Unknown metric groupsAPI count
API count missing comments
History
To update your PR or re-run it, just comment with: |
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.
Works as expected, well done! 👏
x-pack/plugins/observability/public/pages/alerts/workflow_status_filter.tsx
Show resolved
Hide resolved
💔 Backport failed
To backport manually run: |
The backports have failed to the lack of other backports:
I've updated or created the following to catch up: |
Co-authored-by: Jason Rhodes <jason.matthew.rhodes@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
💔 Backport failed
Successful backport PRs will be merged automatically after passing CI. To backport manually run: |
ℹ️ Backport failed because #109079 has not yet been merged, trying to fix... |
Co-authored-by: Jason Rhodes <jason.matthew.rhodes@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Alejandro Fernández Gómez <alejandro.fernandez@elastic.co> Co-authored-by: Jason Rhodes <jason.matthew.rhodes@gmail.com>
Co-authored-by: Jason Rhodes <jason.matthew.rhodes@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Jason Rhodes <jason.matthew.rhodes@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> # Conflicts: # x-pack/plugins/observability/public/pages/alerts/alerts_table_t_grid.tsx # x-pack/plugins/observability/public/pages/alerts/index.tsx
* [RAC] Enable workflow status filtering (#108215) Co-authored-by: Jason Rhodes <jason.matthew.rhodes@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> # Conflicts: # x-pack/plugins/observability/public/pages/alerts/alerts_table_t_grid.tsx # x-pack/plugins/observability/public/pages/alerts/index.tsx * Backport changes in the tests Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Closes #107629
Closes #107650
Summary
Implements the following items:
sm
,primary
EuiButtonGroup
Open
,Acknowledged
,Closed
The following item is not straightforward and will be implemented in a different PR
Last updated...
to same line as button group and right align