forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.6] [ML] Fix anomaly detection jobs list not refreshing (elastic#14…
…5757) (elastic#145971) # Backport This will backport the following commits from `main` to `8.6`: - [[ML] Fix anomaly detection jobs list not refreshing (elastic#145757)](elastic#145757) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"James Gowdy","email":"jgowdy@elastic.co"},"sourceCommit":{"committedDate":"2022-11-22T10:53:18Z","message":"[ML] Fix anomaly detection jobs list not refreshing (elastic#145757)\n\nFixes https://github.com/elastic/kibana/issues/144529\r\n\r\nRemoves the `blockRefresh` prop which is no longer needed since the page\r\nrefresh controls trigger a whole re-render of the `JobsPage` component.","sha":"c5208695a9fc7c88de781500179864141ca99098","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:fix",":ml","Feature:Anomaly Detection","v8.6.0","v8.7.0"],"number":145757,"url":"https://github.com/elastic/kibana/pull/145757","mergeCommit":{"message":"[ML] Fix anomaly detection jobs list not refreshing (elastic#145757)\n\nFixes https://github.com/elastic/kibana/issues/144529\r\n\r\nRemoves the `blockRefresh` prop which is no longer needed since the page\r\nrefresh controls trigger a whole re-render of the `JobsPage` component.","sha":"c5208695a9fc7c88de781500179864141ca99098"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145757","number":145757,"mergeCommit":{"message":"[ML] Fix anomaly detection jobs list not refreshing (elastic#145757)\n\nFixes https://github.com/elastic/kibana/issues/144529\r\n\r\nRemoves the `blockRefresh` prop which is no longer needed since the page\r\nrefresh controls trigger a whole re-render of the `JobsPage` component.","sha":"c5208695a9fc7c88de781500179864141ca99098"}}]}] BACKPORT--> Co-authored-by: James Gowdy <jgowdy@elastic.co>
- Loading branch information
1 parent
b52b34c
commit 6dfa1dd
Showing
3 changed files
with
76 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters