additional visualizations plugin cleanup before moving to NP#59318
additional visualizations plugin cleanup before moving to NP#59318ppisljar merged 16 commits intoelastic:masterfrom
Conversation
|
Pinging @elastic/kibana-app-arch (Team:AppArch) |
There was a problem hiding this comment.
For the sake of clarity, I would put this code into a buildVislibDimensions function in this file
|
LGTM. this will conflict a bit with #58805, but shouldn't be too bad. |
# Conflicts: # src/legacy/core_plugins/kibana/public/discover/np_ready/angular/discover.js
| "timelion.vis.intervalLabel": "时间间隔", | ||
| "uiActions.actionPanel.title": "选项", | ||
| "uiActions.errors.incompatibleAction": "操作不兼容", | ||
| "visualizations.defaultFeedbackMessage": "想反馈?请在“{link}中创建问题。", |
There was a problem hiding this comment.
i18n removed, but not added?
There was a problem hiding this comment.
thats what our i18n tool does and should be ok
kindsun
left a comment
There was a problem hiding this comment.
Region & Coordinate Maps changes lgtm w/ green CI!
- Code review
- Tested locally in chrome
|
Migration guide updates are fine. Removing platform from review list EDIT: nevermind it doesn't let me, will approve |
There was a problem hiding this comment.
should be imported from the root?
There was a problem hiding this comment.
Also, should be imported from the root?
|
@elasticmachine merge upstream |
kertal
left a comment
There was a problem hiding this comment.
KibanaApp team owned Code LGTM 👍 , tested locally in Chrome, works.
|
@elasticmachine merge upstream |
pgayvallet
left a comment
There was a problem hiding this comment.
LGTM for MIGRATION.md changes
|
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* master: (22 commits) Generate docs from data plugin (elastic#56955) Fixes elastic#59513 by hiding one of the symmetric edges rather than omiting it (elastic#59514) Harden creation of child processes (elastic#55697) [Alerting] replace watcher http APIs used by index threshold Alerting (elastic#59475) [Maps][docs] add more details to Quantitative data driven styling docs (elastic#59553) chore: 🤖 hide Drilldowns in master (elastic#59698) [Discover] Migrate AppState/GlobalState to new app state helpers (elastic#57175) Use HTTP request schemas to create types, use those types in the client (elastic#59340) [Maps] Support categorical styling for numbers and dates (elastic#57908) [ML] Functional API tests - bucket span estimation with custom search.max_buckets (elastic#59665) Fix slm_ui setting by changing camel case back to snake case. (elastic#59663) removes beta tag (elastic#59618) [DOCS] Removed spatial references (elastic#59595) fix outdated docs (elastic#58729) [ML] Fixes bucket span estimators loading of max_buckets setting (elastic#59639) [ML] Refactoring anomaly detector job types (elastic#59556) [Upgrade Assistant] Better handling of closed indices (elastic#58890) additional visualizations plugin cleanup before moving to NP (elastic#59318) In scripted fields, unable to switch the `Type` - getting a console error which says - Class constructor DecoratedFieldFormat cannot be invoked without 'new' (elastic#59285) [Visualize] Remove global state in visualize (elastic#58352) ...
…s/kibana into alerting/fix-flaky-instance-test * 'alerting/fix-flaky-instance-test' of github.com:gmmorris/kibana: (176 commits) Generate docs from data plugin (elastic#56955) Fixes elastic#59513 by hiding one of the symmetric edges rather than omiting it (elastic#59514) Harden creation of child processes (elastic#55697) [Alerting] replace watcher http APIs used by index threshold Alerting (elastic#59475) [Maps][docs] add more details to Quantitative data driven styling docs (elastic#59553) chore: 🤖 hide Drilldowns in master (elastic#59698) [Discover] Migrate AppState/GlobalState to new app state helpers (elastic#57175) Use HTTP request schemas to create types, use those types in the client (elastic#59340) [Maps] Support categorical styling for numbers and dates (elastic#57908) [ML] Functional API tests - bucket span estimation with custom search.max_buckets (elastic#59665) Fix slm_ui setting by changing camel case back to snake case. (elastic#59663) removes beta tag (elastic#59618) [DOCS] Removed spatial references (elastic#59595) fix outdated docs (elastic#58729) [ML] Fixes bucket span estimators loading of max_buckets setting (elastic#59639) [ML] Refactoring anomaly detector job types (elastic#59556) [Upgrade Assistant] Better handling of closed indices (elastic#58890) additional visualizations plugin cleanup before moving to NP (elastic#59318) In scripted fields, unable to switch the `Type` - getting a console error which says - Class constructor DecoratedFieldFormat cannot be invoked without 'new' (elastic#59285) [Visualize] Remove global state in visualize (elastic#58352) ...
Summary
additional visualizations plugin cleanup before moving to NP
Checklist
Delete any items that are not applicable to this PR.
For maintainers