Christiane (Tina) Heiligers
|
cec949ed0a
|
Deprecates SavedObjectType migrations and schemas in favor of modelVersions (#176970)
fix https://github.com/elastic/kibana/issues/176776
Saved objects `modelVersions` support BWC and ZDT and replace
`SavedObjectsType.schemas` and `SavedObjectsType.migrations` properties.
This PR marks these two properties as deprecated.
The public facing docs have also been updated to the "new" way of
implementing saved object changes.
### Checklist
Delete any items that are not applicable to this PR.
- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
|
2024-02-15 13:09:11 -07:00 |
|
Christiane (Tina) Heiligers
|
f7b25f5e46
|
[Saved Objects] Provide ability to remove SO type from global SO HTTP API without hiding from the client (#149166)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
resolves https://github.com/elastic/kibana/issues/147150
|
2023-01-23 15:04:24 -07:00 |
|
Michael Dokolin
|
167797cae1
|
[Saved Objects] Add documentation covering hidden saved object types (#144647)
|
2022-11-08 16:42:02 +01:00 |
|
Joe Portner
|
88d64dc3bb
|
Add "phase 2" dev docs for sharing saved objects (#128037)
|
2022-03-22 18:56:41 -04:00 |
|
Joe Portner
|
89b1f9056c
|
Prevent endless loop for saved object migrations (#120146)
|
2021-12-03 08:42:54 -05:00 |
|
Joe Portner
|
c21272cc5b
|
Sharing saved objects developer guide (#107099)
|
2021-08-10 16:02:45 -04:00 |
|
Christiane (Tina) Heiligers
|
d29abdfa15
|
[DOCS] Adds user-facing docs for the new KP logging configuration (#94993)
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
|
2021-03-30 07:54:15 -07:00 |
|
Mikhail Shustov
|
ab8a2f7427
|
[docs] Convert migration guide to asciidoc (#82600)
* Initial conversion to asciidoc
* Update and split migration guide
* Convert MIGRATION_EXAMPLES to asciidoc
* build with --focus flag
* convert migration guide to asciidoc
* cleanup migration_examples
* fix wrong Heading size
* update links in docs
* Apply suggestions from code review
Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>
* Apply suggestions from code review
Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>
* add tooling section
* explain purpose of each lifecycle method
* cleanup docs
* cleanup p2
* fix wrong link
* resturcture core docs
* fix wrong link
* update missing links
* Apply suggestions from code review
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* address comments
* add a commenta about plugin-helpers preconfigured
* improve density of tables
* fix lik
* remove links to the migration guide
* address comments
* Apply suggestions from code review
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* address @gchaps comments
* Apply suggestions from code review
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* change format of ES client change list
Co-authored-by: Josh Dover <me@joshdover.com>
Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
|
2020-11-24 09:46:19 +01:00 |
|