-
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
[Core] UiSettings Client: inline getRaw, remove deep merge #85027
Conversation
@elasticmachine merge upstream |
@elasticmachine merge upstream |
This reverts commit a6c9bb3.
Pinging @elastic/kibana-core (Team:Core) |
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. Just added a couple of NITs
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.
AppServices change LGTM.
💛 Build succeeded, but was flaky
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
…5027) * inline getRow, remove deep merge * make sure uiSettings.getAll returns immutable result * update docs * Revert "update docs" This reverts commit a6c9bb3. * use freeze to speed up the process * apply Alejanro suggestion Co-authored-by: Kibana Machine <[email protected]>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
…99566) * inline getRow, remove deep merge * make sure uiSettings.getAll returns immutable result * update docs * Revert "update docs" This reverts commit a6c9bb3. * use freeze to speed up the process * apply Alejanro suggestion Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Mikhail Shustov <[email protected]>
Summary
Closes #97025
Tested locally:
getAll()
duration on master: 20-60msgetAll()
duration on branch: 9-19msChecklist