-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[dashboards as code] rename lens and visualization embeddable types #260040
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
Merged
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
ff3d983
[dashboards as code] rename lens to vis and visualization to legacy_vis
nreese 88a51f6
rename visualization constant
nreese b7349ee
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine bb4ed51
clean up
nreese 7b090c0
fix lens vis alias
nreese ea82679
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine dfed879
Merge branch 'main' into rename_lens_to_vis
nreese f6e0f04
fix guards
nreese c82821c
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine c054a30
tslint
nreese b408a9a
fix add new lens panel
nreese 9eba0ec
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine fa86bad
fix hard coded instances of lens type in dashboard and canvas
nreese 73b7b51
Merge branch 'main' into rename_lens_to_vis
nreese daacb0a
move LENS_EMBEDDABLE_TYPE to lens-common package
nreese 3e1e051
Changes from node scripts/lint.js --fix
kibanamachine 31a1d6f
Changes from node scripts/lint_ts_projects --fix
kibanamachine 5664def
Changes from node scripts/regenerate_moon_projects.js --update
kibanamachine e9ce359
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine f055edc
fix jest tests
nreese 6e5b5f1
Changes from node scripts/lint_ts_projects --fix
kibanamachine 60dfe8f
Changes from node scripts/regenerate_moon_projects.js --update
kibanamachine b78b0fa
merge with main
nreese cd03cdc
fix jest tests
nreese a72d729
canvas
nreese 7e0ad35
merge with main
nreese 632bb51
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine d7f7423
fix jest test
nreese 57dd548
more canvas jest test fixes
nreese fe2a2f8
apply patch
nreese e6a5d1e
Merge branch 'main' into rename_lens_to_vis
nickofthyme a9b716b
memoize cleaned attributes
nickofthyme 1e5c271
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine 5b17d3c
tslint
nreese 65d0f4b
fix related_dashboards_client tests
nreese 74488a3
fix open ml case in lens action
nreese 474bce9
Changes from node scripts/lint_ts_projects --fix
kibanamachine 697ea6f
Changes from node scripts/regenerate_moon_projects.js --update
kibanamachine b1d85ac
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine 05a25dc
fix lens test
nreese 4014834
merge with main
nreese ab5c35b
fix dashboard moon.yml
nreese 32a326e
Changes from node scripts/lint_ts_projects --fix
kibanamachine e0f5d13
Changes from node scripts/regenerate_moon_projects.js --update
kibanamachine 4fa85ec
Changes from node scripts/eslint_all_files --no-cache --fix
kibanamachine 3dfb631
revert changes to x-pack/platform/plugins/private/discover_enhanced/k…
nreese 36e3ff8
Merge branch 'main' into rename_lens_to_vis
nreese bb6e16f
build failure
nreese e98250a
remove import
nreese 224077f
Merge branch 'main' into rename_lens_to_vis
nreese e57627c
Merge branch 'main' into rename_lens_to_vis
nreese 5ac3c41
merge with main
nreese File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
src/platform/packages/shared/kbn-lens-common/embeddable/constants.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| /* | ||
| * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one | ||
| * or more contributor license agreements. Licensed under the "Elastic License | ||
| * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side | ||
| * Public License v 1"; you may not use this file except in compliance with, at | ||
| * your election, the "Elastic License 2.0", the "GNU Affero General Public | ||
| * License v3.0 only", or the "Server Side Public License, v 1". | ||
| */ | ||
|
|
||
| export const LENS_EMBEDDABLE_TYPE = 'vis'; |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
30 changes: 0 additions & 30 deletions
30
...rm/plugins/shared/visualizations/public/embeddable/interfaces/has_expression_variables.ts
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.