[ML] Removes datafeed preview frozen tier message in serverless#181440
Merged
jgowdyelastic merged 2 commits intoelastic:mainfrom Apr 25, 2024
Merged
Conversation
Contributor
|
Pinging @elastic/ml-ui (:ml) |
peteharverson
approved these changes
Apr 24, 2024
Contributor
peteharverson
left a comment
There was a problem hiding this comment.
Tested (oblt project) and LGTM
💚 Build Succeeded
Metrics [docs]Async chunks
To update your PR or re-run it, just comment with: |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Apr 25, 2024
…stic#181440) When running in serverless, the warning about frozen tiers when no data is available for the datafeed preview is hidden.  Also updates the page template for all ML pages to ensure a background colour is always used. Fixes elastic#180020 (cherry picked from commit 2ab8875)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Apr 25, 2024
…ss (#181440) (#181748) # Backport This will backport the following commits from `main` to `8.14`: - [[ML] Removing datafeed preview frozen tier message in serverless (#181440)](#181440) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"James Gowdy","email":"jgowdy@elastic.co"},"sourceCommit":{"committedDate":"2024-04-25T16:53:57Z","message":"[ML] Removing datafeed preview frozen tier message in serverless (#181440)\n\nWhen running in serverless, the warning about frozen tiers when no data\r\nis available for the datafeed preview is hidden.\r\n\r\n\r\n\r\n\r\nAlso updates the page template for all ML pages to ensure a background\r\ncolour is always used.\r\n\r\nFixes https://github.com/elastic/kibana/issues/180020","sha":"2ab8875a36740ee6c558cfd385d5d0757fd769d4","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix",":ml","Feature:Anomaly Detection","Project:Serverless","v8.14.0","v8.15.0"],"title":"[ML] Removing datafeed preview frozen tier message in serverless","number":181440,"url":"https://github.com/elastic/kibana/pull/181440","mergeCommit":{"message":"[ML] Removing datafeed preview frozen tier message in serverless (#181440)\n\nWhen running in serverless, the warning about frozen tiers when no data\r\nis available for the datafeed preview is hidden.\r\n\r\n\r\n\r\n\r\nAlso updates the page template for all ML pages to ensure a background\r\ncolour is always used.\r\n\r\nFixes https://github.com/elastic/kibana/issues/180020","sha":"2ab8875a36740ee6c558cfd385d5d0757fd769d4"}},"sourceBranch":"main","suggestedTargetBranches":["8.14"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/181440","number":181440,"mergeCommit":{"message":"[ML] Removing datafeed preview frozen tier message in serverless (#181440)\n\nWhen running in serverless, the warning about frozen tiers when no data\r\nis available for the datafeed preview is hidden.\r\n\r\n\r\n\r\n\r\nAlso updates the page template for all ML pages to ensure a background\r\ncolour is always used.\r\n\r\nFixes https://github.com/elastic/kibana/issues/180020","sha":"2ab8875a36740ee6c558cfd385d5d0757fd769d4"}}]}] BACKPORT--> Co-authored-by: James Gowdy <jgowdy@elastic.co>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When running in serverless, the warning about frozen tiers when no data is available for the datafeed preview is hidden.
Also updates the page template for all ML pages to ensure a background colour is always used.
Fixes #180020