You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When renku-core supports passing references to the GET /config.show endpoint (see SwissDataScienceCenter/renku-python#3649), we should update the code to start sessions so that selecting a new branch/commit also triggers a new query to update the config for the project.
Proposal
It should be easy once we can pass the references to the endpoint as a query parameter branch=<commit-sha>.
Remember to remove the logic to query the specific file from GitLab.
The text was updated successfully, but these errors were encountered:
Motivation
When renku-core supports passing references to the
GET /config.show
endpoint (see SwissDataScienceCenter/renku-python#3649), we should update the code to start sessions so that selecting a new branch/commit also triggers a new query to update the config for the project.Proposal
It should be easy once we can pass the references to the endpoint as a query parameter
branch=<commit-sha>
.Remember to remove the logic to query the specific file from GitLab.
The text was updated successfully, but these errors were encountered: