Mohammad Alisafaee
Mohammad Alisafaee
As a Renku user, I want `renku dataset update` checks for update in files that are added from a URL so that I experience a consistent UX for updating all...
As a Renku user I want to be able to see all saved credentials by Renku so that I can delete them. ## Acceptance Criteria - A `credentials ls` command...
In #2614, we've changed namespaces to better match renku-python architecture. We should do the same for tests, similar to the following: ``` . ├── commands │ ├── providers │ │ ...
Template metadata is stored in the `Project` class in various fields. We should refactor it to have all template metadata in a single field. This requires a metadata migration.
- Long commit message are chopped into multiple lines and a tab character is added at the beginning of each extra line. This does not look nice when running `git...
We should update CLI installation document to check if we should still use `pipx` for local installation or another approach. We should also talk about pre-release versions of Renku CLI...
We have a blog post in discourse for the Renku Python API: https://renku.discourse.group/t/renku-python-api/340. We should update this post to work with the API modifications (e.g. names for Input/Output). In addition,...
**Describe the bug** When using `renku login` to access a private repository, every git pull or push operation prints an error message while the operation succeeds. We should find the...
**To Reproduce** 1. `renku init -t python-minimal my-project` 2. `echo data > file` 3. `zip file.zip file` 4. `git add .` 5. `git commit -m data --no-verify` 6. `renku run...
We have different database indexes for datasets, plans, and activities which aren't consistent. For example, `plans` is a map from `id` to all Plan objects (includes removed ones) but `datasets`...