[State Management] State syncing utils docs#56479
Conversation
|
Pinging @elastic/kibana-app-arch (Team:AppArch) |
lukeelmers
left a comment
There was a problem hiding this comment.
Did a quick read and so far this looks great!
As for the data helpers; I'm not sure exactly what you had in mind there, but assume that isn't necessarily something that we'd provide from kibana_utils right? (rather, the data plugin would provide anything needed for integration with state provided by its various services).
|
@lukeelmers, for that |
|
@elasticmachine merge upstream |
src/plugins/kibana_utils/docs/state_sync/storages/session_storage.md
Outdated
Show resolved
Hide resolved
src/plugins/kibana_utils/docs/state_sync/storages/session_storage.md
Outdated
Show resolved
Hide resolved
…to docs/state-management-1
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
lizozom
left a comment
There was a problem hiding this comment.
Looks good.
Added some clarifications and grammar fixes
src/plugins/kibana_utils/docs/state_sync/empty_or_incomplete_incoming_state.md
Outdated
Show resolved
Hide resolved
src/plugins/kibana_utils/docs/state_sync/empty_or_incomplete_incoming_state.md
Outdated
Show resolved
Hide resolved
src/plugins/kibana_utils/docs/state_sync/empty_or_incomplete_incoming_state.md
Outdated
Show resolved
Hide resolved
src/plugins/kibana_utils/docs/state_sync/on_fly_state_migrations.md
Outdated
Show resolved
Hide resolved
src/plugins/kibana_utils/docs/state_sync/on_fly_state_migrations.md
Outdated
Show resolved
Hide resolved
src/plugins/kibana_utils/docs/state_sync/on_fly_state_migrations.md
Outdated
Show resolved
Hide resolved
src/plugins/kibana_utils/docs/state_sync/on_fly_state_migrations.md
Outdated
Show resolved
Hide resolved
|
@lizozom, Thank you 🙏 |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
…b.com:jloleysens/kibana into console/feature/text-objects-in-saved-objects * 'console/feature/text-objects-in-saved-objects' of github.com:jloleysens/kibana: (103 commits) fix auto closing new vis modal when navigating to lens or when navigating away with browser history (elastic#56998) TS of esKuery\node_types (elastic#56857) Kibana app migration: Move static code dependencies into kibana_legacy plugin, part 1 (elastic#56408) Retry ES API calls that fail with 410/Gone (elastic#56950) [APM] Show missing permissions message to the user on the Services overview (elastic#56374) Fixing flaky CI tests for custom appRoutes (elastic#55763) [State Management][Docs] State syncing utils docs (elastic#56479) [Index management] Remove index mapper setting in tests (elastic#57066) Exposed common EuiExpressions to separate components be able to reuse for building new for Alert Types (elastic#56466) [SIEM] update url state between page if date is relative (elastic#56813) fix for chart_types test (elastic#57056) chore(NA): remove compress from dll minimizer (elastic#57023) [File upload] Migrate routing to NP & add route validation (elastic#52313) Adding docs for grouped nav advanced setting (elastic#57013) Use i18n titles for field formatters, human names for numeral locales (elastic#56348) [Maps] Remove EMS catalogue url from docs (elastic#57020) [Endpoint] ERT-82 ERT-83 ERT-84: Alert list API with pagination (elastic#56538) [DOCS] Adds Apple notarization info to install doc (elastic#57042) [ML] New Platform server shim: update results service routes to use new platform router (elastic#56886) Fix typo on detection engine rule (elastic#56993) ...
Summary
Part of #44151
Since we started using new state syncing utils instead of
AppStateandGlobalStatein management and dashboard 1 2, I hope that the api could be more or less considered stabilised and it is a good time to work on docs.Still open for discussion are helpers for working with our
dataplugin (TimeRange,RefreshIntervalandFilters) - #55977, #56128. So current pr are docs for basis of state syncing utilities.For now, for docs, I followed example of
state containersdocs inkibana_utils.Please see new rendered md docs for state syncing utilities here.
Dev Docs
Docs for state syncing utils are available at: https://github.com/elastic/kibana/tree/master/src/plugins/kibana_utils/docs/state_sync
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers