[Lens] Move runtime other migration to CM transforms#235286
Merged
nickofthyme merged 15 commits intoelastic:mainfrom Sep 30, 2025
Merged
[Lens] Move runtime other migration to CM transforms#235286nickofthyme merged 15 commits intoelastic:mainfrom
nickofthyme merged 15 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
nickofthyme
commented
Sep 19, 2025
x-pack/platform/plugins/shared/lens/server/content_management/v1/schema/common.ts
Show resolved
Hide resolved
markov00
reviewed
Sep 22, 2025
x-pack/platform/plugins/shared/lens/public/persistence/lens_document_service.test.ts
Outdated
Show resolved
Hide resolved
x-pack/platform/plugins/shared/lens/public/persistence/lens_document_service.test.ts
Outdated
Show resolved
Hide resolved
x-pack/platform/plugins/shared/lens/server/api/routes/visualizations/create.ts
Show resolved
Hide resolved
x-pack/platform/plugins/shared/lens/common/content_management/v1/transforms/transforms.ts
Show resolved
Hide resolved
...s/shared/lens/common/content_management/v1/transforms/raw_color_mappings/common/converter.ts
Outdated
Show resolved
Hide resolved
dej611
reviewed
Sep 22, 2025
x-pack/platform/plugins/shared/lens/common/content_management/v1/transforms/attributes.ts
Show resolved
Hide resolved
x-pack/platform/plugins/shared/lens/server/api/routes/visualizations/create.ts
Show resolved
Hide resolved
Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
dej611
approved these changes
Sep 25, 2025
mariairiartef
approved these changes
Sep 25, 2025
Contributor
mariairiartef
left a comment
There was a problem hiding this comment.
Metric runtime migrations LGTM
nickofthyme
commented
Sep 27, 2025
x-pack/platform/plugins/shared/lens/common/content_management/v1/transforms/attributes.ts
Show resolved
Hide resolved
markov00
approved these changes
Sep 29, 2025
2 tasks
Contributor
💔 Build Failed
Failed CI StepsMetrics [docs]
History
cc @nickofthyme |
rylnd
pushed a commit
to rylnd/kibana
that referenced
this pull request
Oct 17, 2025
## Summary Moves several Lens state runtime migrations to CM migrations before `v1` is established. - Add ColorMapping fix for looping mode elastic#231165 - Add Changes to metric config from elastic#229815 - Cleanup Lens SO attributes - The `description` and `visualizationType` properties can be more strict and less redundant for saving the SO. ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The `release_note:breaking` label should be applied in these situations. - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. --------- Co-authored-by: Marco Vettorello <marco.vettorello@elastic.co> Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
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
Moves several Lens state runtime migrations to CM migrations before
v1is established.descriptionandvisualizationTypeproperties can be more strict and less redundant for saving the SO.Checklist
release_note:breakinglabel should be applied in these situations.release_note:*label is applied per the guidelinesbackport:*labels.