[Lens] Reinstate config errors in embeddable#150650
Merged
drewdaemon merged 8 commits intoelastic:mainfrom Feb 13, 2023
Merged
Conversation
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
|
Pinging @elastic/kibana-visualizations @elastic/kibana-visualizations-external (Team:Visualizations) |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Feb 13, 2023
(cherry picked from commit 6e3551d)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
9 tasks
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
dej611
pushed a commit
to dej611/kibana
that referenced
this pull request
Mar 7, 2023
(cherry picked from commit 6e3551d)
dej611
added a commit
that referenced
this pull request
Mar 7, 2023
# Backport This will backport the following commits from `main` to `8.7`: - [[Lens] Reinstate config errors in embeddable (#150650)](#150650) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Drew Tate","email":"drew.tate@elastic.co"},"sourceCommit":{"committedDate":"2023-02-13T17:07:23Z","message":"[Lens] Reinstate config errors in embeddable (#150650)","sha":"6e3551d9dad5fc15be91b37b2632064a69d491b4","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Visualizations","release_note:skip","Feature:Lens","backport:prev-minor","v8.8.0"],"number":150650,"url":"https://github.com/elastic/kibana/pull/150650","mergeCommit":{"message":"[Lens] Reinstate config errors in embeddable (#150650)","sha":"6e3551d9dad5fc15be91b37b2632064a69d491b4"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/150650","number":150650,"mergeCommit":{"message":"[Lens] Reinstate config errors in embeddable (#150650)","sha":"6e3551d9dad5fc15be91b37b2632064a69d491b4"}},{"url":"https://github.com/elastic/kibana/pull/151049","number":151049,"branch":"8.7","state":"OPEN"}]}] BACKPORT--> --------- Co-authored-by: Drew Tate <drew.tate@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.
Summary
The following fundamental configuration errors were lost in #147818
This adds them back and validates with a functional test to prevent future regressions.