Lorenzo Cavazzi
Lorenzo Cavazzi
The goal is to get information about the version of each service. Some services may have additional data (e.g. renku core actually deploy more than one version per time) We...
Currently, the few bits of information available for the pinned image used by sessions are available on these pages: - https://renku.readthedocs.io/en/latest/user/interactive_customizing.html#renku-project-configurations - https://renku.readthedocs.io/en/latest/user/templates.html?highlight=.dockerignore#renku The first one should be expanded with...
The `/deploy` command simplifies referencing branches and commits but it doesn't allow to specify a chart name. That is already supported by the underlying command to deploy a RenkuLab test...
We got the following error when running the acceptance tests ``` Scenario: User can search for datasets - done *** FAILED *** [info] List("hwrmikydj xtiwj xfmniqkeE", "Moz xtiwj tfi") was...
When testing locally through `sbt test` using a dev deployment (that is not `dev` but `.dev`), some of the tests fail when trying to remove the project from GitLab. The...
When using the `actions/upload-artifact@v1` action in a step to upload the artifacts after failing the acceptance test, the action seem to complete (i.e. the files in the `Artifacts` section seem...
As a follow-up to #3033 , and as suggested here https://github.com/SwissDataScienceCenter/renku-python/pull/3065#issuecomment-1214743564 , we might want to expand the new "Commands and options" sections in the commands documentation by adding a...
**Describe the bug** If I try to invoke some of the APIs exposed by the service that allows specifying a branch (E.G. `GET /config.show`), and I put a non-existing branch...
When I try to delete a named server invoking the `DELETE /users//servers/` API, I get this response if the server is spawning > {"status": 400, "message": "lorenzo.cavazzi.tech:flights-tutorial-1e75e55c is pending spawn,...
**Is your improvement request related to a use case or a component design? Please describe.** The UX around dataset improved a lot lately, that's amazing! One nice feature is the...