-
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
[Component templates] Server side #66596
Conversation
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@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.
LGTM! Thanks for putting this PR together @alisonelizabeth !
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.
LGTM! Had one suggestion, not a blocker.
import { registerUpdateRoute } from './update'; | ||
import { registerDeleteRoute } from './delete'; | ||
|
||
export function registerComponentTemplateRoutes(dependencies: RouteDependencies) { |
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.
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.
@elasticmachine merge upstream |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
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.