-
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
[NP] Migrate Markdown to NP #62940
[NP] Migrate Markdown to NP #62940
Conversation
Pinging @elastic/kibana-app (Team:KibanaApp) |
@@ -0,0 +1,6 @@ | |||
{ | |||
"id": "markdown_vis", |
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.
@flash1293 I wonder if we change ids to camel case during the migration?
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.
Yes, we should do this and to make everything consistent, we should also rename the plugin to the same naming scheme we use with the folders: visTypeMarkdown
.
Also the same things as in the metric vis type PR apply: #63096 (review)
@elasticmachine merge upstream |
merge conflict between base and head |
@elasticmachine merge upstream |
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.
The plugin id should be changed and there should be a enabled
config key to disable the plugin. See #63096 (review)
@@ -0,0 +1,6 @@ | |||
{ | |||
"id": "markdown_vis", |
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.
Yes, we should do this and to make everything consistent, we should also rename the plugin to the same naming scheme we use with the folders: visTypeMarkdown
.
Also the same things as in the metric vis type PR apply: #63096 (review)
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.
👍 SASS file moves 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.
Tested and works as expected, LGTM 👍
# Conflicts: # .github/CODEOWNERS # .i18nrc.json
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* [NP] Migrate Markdown to NP (#62940) * Migrate Markdown to NP * Refactoring * Add ConfigSchema, server, rename markdown_vis to visTypeMarkdown Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> * Remove codeowners Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Summary
Part of #60097.
This PR moves the Markdown Visualization to kibana/new platform.