-
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
[theme] default to v8 theme #94370
[theme] default to v8 theme #94370
Conversation
@cchaos I assume there is another PR that represents the "8.0 theme" which should carry the release notes right? Or should we switch to the |
Yeah this won't be released yet, just turning it on for active development. Most likely a 7.14 release. So we'll put the release notes in that final PR. |
Okay, I assume that means we'll backport this PR to 7.x once we decide which 7.x version to release this in? |
Yep! Looks like you've already added that skip label too. 😄 |
3375f21
to
08da6d3
Compare
Reaching out to the @elastic/kibana-app team for help with this failing functional test. |
Pinging @elastic/kibana-operations (Team:Operations) |
@@ -605,7 +605,7 @@ export function VisualBuilderPageProvider({ getService, getPageObjects }: FtrPro | |||
await comboBox.setElement(groupBy, 'Terms', { clickWithMouse: true }); | |||
await PageObjects.common.sleep(1000); | |||
const byField = await testSubjects.find('groupByField'); | |||
await comboBox.setElement(byField, field, { clickWithMouse: true }); | |||
await comboBox.setElement(byField, field); |
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.
Chatted with @stratoula about this fix
x-pack/test/functional/apps/ml/data_frame_analytics/outlier_detection_creation.ts
Show resolved
Hide resolved
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.
ML changes LGTM.
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
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.
I tested this locally. It does in fact default to the K8 theme, with all the correct imports. The Sass mixin still works appropriately and the euiThemeVars
utility. Checked all other the themes too. 🎉
🙇 Thank you so much for your help with this one!
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
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.
Presentation changes lgtm 👍
@spalger Since we actually do want this to be default for 7.14 do we need to create the backport to the |
@cchaos yep, on it |
💯 Thank you! |
Co-authored-by: spalger <[email protected]> # Conflicts: # packages/kbn-optimizer/src/integration_tests/basic_optimization.test.ts # test/functional/page_objects/visual_builder_page.ts # test/functional/screenshots/baseline/area_chart.png # test/functional/screenshots/baseline/tsvb_dashboard.png # test/interpreter_functional/screenshots/baseline/metric_multi_metric_data.png # x-pack/test/functional/apps/ml/data_frame_analytics/outlier_detection_creation.ts
Co-authored-by: spalger <[email protected]> # Conflicts: # packages/kbn-optimizer/src/integration_tests/basic_optimization.test.ts # test/functional/page_objects/visual_builder_page.ts # test/functional/screenshots/baseline/area_chart.png # test/functional/screenshots/baseline/tsvb_dashboard.png # test/interpreter_functional/screenshots/baseline/metric_multi_metric_data.png # x-pack/test/functional/apps/ml/data_frame_analytics/outlier_detection_creation.ts
Co-authored-by: spalger <[email protected]>
Co-authored-by: spalger <[email protected]>
Backported to 7.x and 7.14 |
## Summary Assign test fixtures, etc to ops team Contributes to: elastic#192979 Assigned `x-pack/test/plugin_functional/screenshots` per elastic#94370
Switch the default theme from v7 to v8 in both the optimizer and the uiSettings. See #66673 for information about how to continue building v7 themes for local testing if needed.