[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
| export type InProgressStatus = 'in-progress'; | ||
|
|
||
| export type AlertStatus = 'open' | 'closed' | 'acknowledged' | InProgressStatus; | ||
| export type AlertStatus = AlertWorkflowStatus | InProgressStatus; |
There was a problem hiding this comment.
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.
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: |
weltenwort
left a comment
There was a problem hiding this comment.
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,primaryEuiButtonGroupOpen,Acknowledged,ClosedThe following item is not straightforward and will be implemented in a different PR
Last updated...to same line as button group and right align