-
Notifications
You must be signed in to change notification settings - Fork 6
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: use API code generators for sessions v2 #3513
refactor: use API code generators for sessions v2 #3513
Conversation
You can access the deployment of this PR at https://renku-ci-ui-3513.dev.renku.ch |
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.
Looks good! This makes things easier to work with, and the split of the API between sessions and session launchers makes things more logical as well.
The split exists because the API spec itself is split between two files as well. |
Tearing down the temporary RenkuLab deplyoment for this PR. |
Merging into the
build/session-env-builders
feature branch.This refactor updates the sessions v2 API to use generated code from the API spec. This is done to allow for the API files to be easily updated after changes from the backend services.
/deploy