-
Notifications
You must be signed in to change notification settings - Fork 59
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
refactor(template): replaces /v1/templates with /v1/templates-list #634
Conversation
fc1de31
to
c2c7d59
Compare
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.
One thing i missed from the prev pr prob, why is the endpoint named template-list
? Shouldn't we continue following the naming approach and name it just templates
? If it's taken - bump the version?
apps/deploy-web/src/context/TemplatesProvider/TemplatesProviderContext.tsx
Show resolved
Hide resolved
c2c7d59
to
dcc986c
Compare
@ygrishajev We discussed this with @baktun14, you can take a look at his comment here |
refs #477
What was done:
ApiHttpService
deploy
field in /v1/templates-list because it's used by ./apps/deploy-web/src/components/sdl/ImageSelect.tsx and apps/deploy-web/src/hooks/useGpuTemplates.tsname
orreadme
. And sincereadme
is not available in response anymore, I used template'ssummary
.