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
Is your feature request related to a problem? Please describe.
The UI now uses configurations stored in the .renku/renku.ini file. Currently, we access them in read-only mode by invoking a GitLab API to read the raw file.
This solution is acceptable, but now we want to provide the users with an interface to modify and remove those values, and we prefer to keep it in line with the renku-python renku config command.
Describe the solution you'd like
A simple API structure that exposes the renku config commands with very similar syntax would be enough.
Here is a proposal [updated]:
Describe alternatives you've considered
Writing directly to the file through GitLab seems to be the only alternative. We prefer not to go down that way since the UI would have its own custom implementation of renku config.
Is your feature request related to a problem? Please describe.
The UI now uses configurations stored in the
.renku/renku.ini
file. Currently, we access them in read-only mode by invoking a GitLab API to read the raw file.This solution is acceptable, but now we want to provide the users with an interface to modify and remove those values, and we prefer to keep it in line with the renku-python
renku config
command.Describe the solution you'd like
A simple API structure that exposes the
renku config
commands with very similar syntax would be enough.Here is a proposal [updated]:
project_id
and use insteadgit_url
+branch
, change properties namingFeel free to point out improvements or changes.
Describe alternatives you've considered
Writing directly to the file through GitLab seems to be the only alternative. We prefer not to go down that way since the UI would have its own custom implementation of
renku config
.Additional context
This is the UI reference issue where the discussion started SwissDataScienceCenter/renku-ui/issues/1114
Feel free to chime in! 😃
The text was updated successfully, but these errors were encountered: