-
Notifications
You must be signed in to change notification settings - Fork 432
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
feat: project v2 handler #7256
base: master
Are you sure you want to change the base?
feat: project v2 handler #7256
Conversation
return sdk.WrapError(err, "cannot load project %s", key) | ||
} | ||
|
||
// TODO Delete |
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.
No need on v2 routes.
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.
That why there is a TODO. I don't know yet how it will be implement on UI side
return sdk.WrapError(errProj, "getProjectHandler (%s)", key) | ||
} | ||
|
||
// TODO REMOVE |
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.
TODO
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.
same
@ovh/cds