mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 17:04:01 -04:00
## Summary We've done a lot of UA changes against 8.18 and 8.x but we did not port them to `main`. The reason we did not do the active development against `main` is because UA is disabled on main and we need those features in 8.last not on `9.0` initially. This port is to keep the codebase consistent and to be able to use these new UA features in the future post `9.0`. Any issues that that are caused from this port we should wrap them in a config and disabled them on main and enable this new flag on `8.x`. What is being ported? - [x] Upgrade assistant plugin (`x-pack/platform/plugins/private/upgrade_assistant`) - [x] Integration test changes (`x-pack/test/upgrade_assistant_integration`) - [x] new UA doc links (`src/platform/packages/shared/kbn-doc-links/src/get_doc_links.ts`) - [x] localization files sync (`x-pack/platform/plugins/private/translations/translations/*.json`) - [x] Unfreeze is no longer supported after `8.x`. So removed it from data streams readonly migration step and throw an error for regular indices migration. Closes https://github.com/elastic/kibana/issues/210490 --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
codeql | ||
ISSUE_TEMPLATE | ||
updatecli/values.d | ||
workflows | ||
CODEOWNERS | ||
ISSUE_TEMPLATE.md | ||
paths-labeller.yml | ||
PULL_REQUEST_TEMPLATE.md | ||
relabel.yml | ||
stale.yml |