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

Moved markdown to kibana_react shim plugin #42684

Merged
merged 155 commits into from
Aug 13, 2019

Conversation

lizozom
Copy link
Contributor

@lizozom lizozom commented Aug 6, 2019

Summary

Moved markdown to kibana_react shim plugin

Dev Docs

Markdown

Old:

import { Markdown } from 'ui/markdown/markdown';

New:

import { Markdown } from '../kibana_react/public';

MarkdownSimple

Old:

import { MarkdownSimple } from 'ui/markdown';

New:

import { MarkdownSimple } from '../kibana_react/public';

Checklist

Use strikethroughs to remove checklist items you don't feel are applicable to this PR.

For maintainers

Liza Katz added 30 commits June 19, 2019 15:40
Support search bar with no filter bar (TS)
@lizozom lizozom added the review label Aug 11, 2019
@lizozom lizozom marked this pull request as ready for review August 11, 2019 14:21
@lizozom lizozom requested a review from a team as a code owner August 11, 2019 14:21
@lizozom lizozom requested review from a team August 11, 2019 14:21
@elasticmachine
Copy link
Contributor

💔 Build Failed

@lizozom
Copy link
Contributor Author

lizozom commented Aug 11, 2019

retest

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Copy link
Contributor

@cchaos cchaos left a comment

Choose a reason for hiding this comment

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

I think the whole github_markdown.scss file can be removed. I'm not finding it used anywhere.

src/legacy/ui/public/_index.scss Show resolved Hide resolved
@lizozom
Copy link
Contributor Author

lizozom commented Aug 12, 2019

@cchaos deleted the unused css

@lukeelmers
Copy link
Member

lukeelmers commented Aug 12, 2019

Dev docs above says

import { Markdown, MarkdownSimple } from '../data/public';

I'm assuming this is supposed to be:

import { Markdown, MarkdownSimple } from '../kibana_react/public'`;

?

@lukeelmers
Copy link
Member

We should consider instead adding the docs to #39907 since this is part of migration efforts. This update probably doesn't need its own dedicated section in the API changes blog post.

Copy link
Contributor

@cchaos cchaos left a comment

Choose a reason for hiding this comment

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

SASS lgtm

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@lizozom
Copy link
Contributor Author

lizozom commented Aug 13, 2019

@lukeelmers
(a) Yes! fixed
(b) We spoke about it on our team meeting. We suggested keeping docs on each issue for clarity and ease of review. I'll remove the release_note:docs tag here, and like with every version, I will go over my issues before 7.4 is release and copy all relevant pieces. Does that sound right?

@lizozom lizozom added release_note:skip Skip the PR/issue when compiling release notes and removed release_note:plugin_api_changes Contains a Plugin API changes section for the breaking plugin API changes section. labels Aug 13, 2019
Copy link
Contributor

@alexwizp alexwizp left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@lukeelmers
Copy link
Member

I'll remove the release_note:docs tag here, and like with every version, I will go over my issues before 7.4 is release and copy all relevant pieces. Does that sound right?

Yep, that's all I meant :) I think it is still valuable to have the dev docs on each issue, I just felt we can add release_note:skip to this one, and copy the notes over to #39907 as well

@lizozom lizozom deleted the newplatform/kibana-react/markdown branch November 14, 2019 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants