[8.19] [upgrade assistant] Create upgrade-assistant package, stub out storybook usage (#218705)#219453
Conversation
…ook usage (elastic#218705) ## Summary This PR creates an `upgrade-assistant` package, moves a component to the package, and creates a storybook story for it. Run `yarn storybook upgrade_assistant` to see it. The intention is to make it easier to work on upgrade assistant components in isolation from kibana and the state necessary to display them. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Elena Stoeva <59341489+ElenaStoeva@users.noreply.github.com> (cherry picked from commit 6d96c1a) # Conflicts: # .github/CODEOWNERS # src/dev/storybook/aliases.ts # x-pack/.i18nrc.json # x-pack/platform/plugins/private/upgrade_assistant/tsconfig.json
…into backport/8.19/pr-218705
…into backport/8.19/pr-218705
|
/ci |
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Public APIs missing exports
History
|
ElenaStoeva
left a comment
There was a problem hiding this comment.
Thanks for fixing this backport PR @mattkime! Code changes and stories lgtm with one small comment.
|
|
||
| type Story = StoryObj<typeof DeprecationBadge>; | ||
|
|
||
| export const Basic: Story = {}; |
There was a problem hiding this comment.
Why do we create this additional Basic story?
There was a problem hiding this comment.
Sorry, I didn't realize that auto-merge was enabled and approved in advance. I suppose it's not such a big issue if we have this extra story.
There was a problem hiding this comment.
I'm not sure why, I'm working on another follow up where I might address this.
Backport
This will backport the following commits from
mainto8.19:Questions ?
Please refer to the Backport tool documentation