Skip to content
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

Remove ts-loader from canvas storybook webpack config. #33896

Conversation

mistic
Copy link
Member

@mistic mistic commented Mar 26, 2019

This is a quick follow up for #33093 as I realised that I've missed the ts-loader usage in that particular file. All the typescript code should be loaded using babel-loader right now. I'm just tagging this for 8.0.0 as it looks like that file doesn't exist for 7.x.

@mistic mistic added review Team:Operations Team label for Operations Team v8.0.0 labels Mar 26, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations

@mistic mistic requested review from spalger and a team March 26, 2019 22:41
@w33ble w33ble requested a review from clintandrewhall March 26, 2019 23:05
Copy link
Contributor

@spalger spalger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but let's make sure @clintandrewhall is good with it before merging

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@clintandrewhall
Copy link
Contributor

Should be fine... I'll ensure any backported PRs include this change.

@clintandrewhall
Copy link
Contributor

I just tested this change, and it doesn't work... because x-pack doesn't use babel 7. I'm going to test with a different preset.

Copy link
Contributor

@clintandrewhall clintandrewhall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change doesn't work because x-pack doesn't appear to be using babel 7.

@clintandrewhall
Copy link
Contributor

Screen Shot 2019-03-27 at 12 09 44 PM

@elasticmachine

This comment has been minimized.

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@mistic mistic changed the title chore(NA): remove ts-loader from canvas storybook webpack config. Remove ts-loader from canvas storybook webpack config. Apr 1, 2019
@mistic mistic merged commit 8873897 into elastic:master Apr 1, 2019
clintandrewhall added a commit that referenced this pull request Apr 2, 2019
## Summary

(Fixes #33734 #33757 #33735)

This PR resolves issues with the `mini` color selector, the places the color picker was used, and removes complexity around color selection.  It allows for CSS-based color strings while still ruling out duplicates in the color palette, and fixes bugs found recently.

This PR also includes + modifies #33896 and updates Storybook to v5.

![Mar-28-2019 09-18-45](https://user-images.githubusercontent.com/297604/55168267-873a1c00-5140-11e9-93b9-f5ca86e70098.gif)
clintandrewhall added a commit to clintandrewhall/kibana that referenced this pull request Apr 2, 2019
(Fixes elastic#33734 elastic#33757 elastic#33735)

This PR resolves issues with the `mini` color selector, the places the color picker was used, and removes complexity around color selection.  It allows for CSS-based color strings while still ruling out duplicates in the color palette, and fixes bugs found recently.

This PR also includes + modifies elastic#33896 and updates Storybook to v5.

![Mar-28-2019 09-18-45](https://user-images.githubusercontent.com/297604/55168267-873a1c00-5140-11e9-93b9-f5ca86e70098.gif)
@mistic mistic added the non-issue Indicates to automation that a pull request should not appear in the release notes label Apr 4, 2019
@timroes timroes added the release_note:skip Skip the PR/issue when compiling release notes label Apr 26, 2021
@kibanamachine
Copy link
Contributor

Friendly reminder: Looks like this PR hasn’t been backported yet.
To create backports run node scripts/backport --pr 33896 or prevent reminders by adding the backport:skip label.

@kibanamachine kibanamachine added the backport missing Added to PRs automatically when the are determined to be missing a backport. label Apr 28, 2021
@spalger spalger added the backport:skip This commit does not require backporting label Apr 28, 2021
@kibanamachine kibanamachine removed the backport missing Added to PRs automatically when the are determined to be missing a backport. label Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting non-issue Indicates to automation that a pull request should not appear in the release notes release_note:skip Skip the PR/issue when compiling release notes review Team:Operations Team label for Operations Team v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants