-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Lens] allow removing ad-hoc data view from event annotation group #163976
[Lens] allow removing ad-hoc data view from event annotation group #163976
Conversation
353a10b
to
85a4f74
Compare
@elasticmachine merge upstream |
Pinging @elastic/kibana-visualizations @elastic/kibana-visualizations-external (Team:Visualizations) |
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.
LGTM 💯
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…lastic#163976) (cherry picked from commit 08a48f3) # Conflicts: # .github/CODEOWNERS
…oup (#163976) (#164101) # Backport This will backport the following commits from `main` to `8.9`: - [[Lens] allow removing ad-hoc data view from event annotation group (#163976)](#163976) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Drew Tate","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-08-16T15:24:15Z","message":"[Lens] allow removing ad-hoc data view from event annotation group (#163976)","sha":"08a48f3cf1a928d2e01dbe1e867326ae54afbb5a","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:Visualizations","v8.9.0","v8.10.0"],"number":163976,"url":"https://github.com/elastic/kibana/pull/163976","mergeCommit":{"message":"[Lens] allow removing ad-hoc data view from event annotation group (#163976)","sha":"08a48f3cf1a928d2e01dbe1e867326ae54afbb5a"}},"sourceBranch":"main","suggestedTargetBranches":["8.9"],"targetPullRequestStates":[{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/163976","number":163976,"mergeCommit":{"message":"[Lens] allow removing ad-hoc data view from event annotation group (#163976)","sha":"08a48f3cf1a928d2e01dbe1e867326ae54afbb5a"}}]}] BACKPORT-->
This pr didn't make it into the build candidate for v8.9.1. Updating the labels. |
Summary
Fix #163894
undefined
was being used instead ofnull
to indicate no ad-hoc data view spec. This was problematic sinceundefined
properties are evicted from the object during JSON serializationThe bug was introduced with #159692.
I have
Checklist