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) |
| await PageObjects.common.sleep(1000); | ||
| const byField = await testSubjects.find('groupByField'); | ||
| await comboBox.setElement(byField, field, { clickWithMouse: true }); | ||
| await comboBox.setElement(byField, field); |
x-pack/test/functional/apps/ml/data_frame_analytics/outlier_detection_creation.ts
Show resolved
Hide resolved
cchaos
left a comment
There was a problem hiding this comment.
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: |
crob611
left a comment
There was a problem hiding this comment.
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 <spalger@users.noreply.github.com> # 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 <spalger@users.noreply.github.com> # 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
|
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.