-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[State Management] State syncing utils docs #56479
Conversation
Pinging @elastic/kibana-app-arch (Team:AppArch) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
AppState
andGlobalState
in 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
data
plugin (TimeRange
,RefreshInterval
andFilters
) - #55977, #56128. So current pr are docs for basis of state syncing utilities.For now, for docs, I followed example of
state containers
docs 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