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

[Component templates] Server side #66596

Merged
merged 9 commits into from
Jun 1, 2020
Merged

Conversation

alisonelizabeth
Copy link
Contributor

@alisonelizabeth alisonelizabeth commented May 14, 2020

Summary

Related to #64771.

This PR delivers the server side code needed for the Component Templates UI. It has already been reviewed via #66684.

Note: I am skipping a release note. I don't think it is necessary until we add the UI.

@alisonelizabeth alisonelizabeth added release_note:enhancement Feature:Index Management Index and index templates UI v8.0.0 Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more v7.9.0 labels May 14, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

@alisonelizabeth
Copy link
Contributor Author

@elasticmachine merge upstream

@alisonelizabeth
Copy link
Contributor Author

@elasticmachine merge upstream

@alisonelizabeth
Copy link
Contributor Author

@elasticmachine merge upstream

@alisonelizabeth alisonelizabeth added release_note:skip Skip the PR/issue when compiling release notes and removed release_note:enhancement labels May 28, 2020
@alisonelizabeth alisonelizabeth changed the title Component templates UI [Component templates] Server side May 28, 2020
@alisonelizabeth
Copy link
Contributor Author

@elasticmachine merge upstream

@alisonelizabeth alisonelizabeth marked this pull request as ready for review May 28, 2020 12:54
@alisonelizabeth alisonelizabeth requested a review from a team as a code owner May 28, 2020 12:54
Copy link
Contributor

@sebelga sebelga 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 for putting this PR together @alisonelizabeth !

Copy link
Contributor

@cjcenizal cjcenizal left a comment

Choose a reason for hiding this comment

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

LGTM! Had one suggestion, not a blocker.

import { registerUpdateRoute } from './update';
import { registerDeleteRoute } from './delete';

export function registerComponentTemplateRoutes(dependencies: RouteDependencies) {
Copy link
Contributor

Choose a reason for hiding this comment

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

WDYT of moving all of this code into index.ts? This way there's roughly a 1-to-1 relationship with the register_<thing>.ts files and the routes that get registered. I did this in ILM if you want to see how it would look.

@alisonelizabeth
Copy link
Contributor Author

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@alisonelizabeth alisonelizabeth merged commit 773a44d into master Jun 1, 2020
@alisonelizabeth alisonelizabeth deleted the feature/component_templates branch June 1, 2020 12:44
alisonelizabeth added a commit to alisonelizabeth/kibana that referenced this pull request Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Index Management Index and index templates UI release_note:skip Skip the PR/issue when compiling release notes Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more v7.9.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants