mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.8`: - [[ML] Apply theme based on the User Profile settings (#158258)](https://github.com/elastic/kibana/pull/158258) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dima Arnautov","email":"dmitrii.arnautov@elastic.co"},"sourceCommit":{"committedDate":"2023-05-25T09:57:48Z","message":"[ML] Apply theme based on the User Profile settings (#158258)\n\n## Summary\r\n\r\nWith the release of Per User Dark Mode, code should no longer rely on\r\ncalling `uiSettings` to determine which theme Kibana is displayed with.\r\n\r\nWith theme settings now configurable from User Profiles and Adv.\r\nSettings, the code that was calling uiSettings to determine the Kibana\r\ntheme will not take into account which theme is currently being\r\ndisplayed.\r\n\r\n\r\nApplies an appropriate EUI theme based on the profile settings. In\r\nparticular for the following components:\r\n- Anomaly swim lane (Fixes #158155 )\r\n- Job tree map view (Fixes\r\nhttps://github.com/elastic/kibana/issues/158304)\r\n- Charts-related theme settings, e.g. the Single Metric Viewer","sha":"c5eee26671ea5e215e5182b29562f6ffe5476965","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix",":ml","Team:ML","v8.9.0","v8.8.1"],"number":158258,"url":"https://github.com/elastic/kibana/pull/158258","mergeCommit":{"message":"[ML] Apply theme based on the User Profile settings (#158258)\n\n## Summary\r\n\r\nWith the release of Per User Dark Mode, code should no longer rely on\r\ncalling `uiSettings` to determine which theme Kibana is displayed with.\r\n\r\nWith theme settings now configurable from User Profiles and Adv.\r\nSettings, the code that was calling uiSettings to determine the Kibana\r\ntheme will not take into account which theme is currently being\r\ndisplayed.\r\n\r\n\r\nApplies an appropriate EUI theme based on the profile settings. In\r\nparticular for the following components:\r\n- Anomaly swim lane (Fixes #158155 )\r\n- Job tree map view (Fixes\r\nhttps://github.com/elastic/kibana/issues/158304)\r\n- Charts-related theme settings, e.g. the Single Metric Viewer","sha":"c5eee26671ea5e215e5182b29562f6ffe5476965"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/158258","number":158258,"mergeCommit":{"message":"[ML] Apply theme based on the User Profile settings (#158258)\n\n## Summary\r\n\r\nWith the release of Per User Dark Mode, code should no longer rely on\r\ncalling `uiSettings` to determine which theme Kibana is displayed with.\r\n\r\nWith theme settings now configurable from User Profiles and Adv.\r\nSettings, the code that was calling uiSettings to determine the Kibana\r\ntheme will not take into account which theme is currently being\r\ndisplayed.\r\n\r\n\r\nApplies an appropriate EUI theme based on the profile settings. In\r\nparticular for the following components:\r\n- Anomaly swim lane (Fixes #158155 )\r\n- Job tree map view (Fixes\r\nhttps://github.com/elastic/kibana/issues/158304)\r\n- Charts-related theme settings, e.g. the Single Metric Viewer","sha":"c5eee26671ea5e215e5182b29562f6ffe5476965"}},{"branch":"8.8","label":"v8.8.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
common | ||
public | ||
server | ||
jest.config.js | ||
kibana.jsonc | ||
README.md | ||
tsconfig.json |
aiops
The plugin provides APIs and components for AIOps features, including the “Explain log rate spikes” UI, maintained by the ML team.
Development
See the kibana contributing guide for instructions setting up your development environment.