Mohammad Alisafaee
Mohammad Alisafaee
Fixes: #2102 /deploy
Previously, we implemented a custom login flow for the CLI. Now, we use the Device Auth Grant for logging in from the CLI and there is no need for the...
https://github.com/SwissDataScienceCenter/renku-python/issues/2265 allowing cloning a private project using credentials stored by `renku login`. Since this process involves multiple steps that cannot be tested by renku core's integration tests, we should add...
**Is your feature request related to a problem? Please describe.** As a Renku user, I would like to be able to see the origin of files that were added to...
Renku-cli KC client application currently has an access token with a 30-minute lifespan, meaning that users have to login from CLI every 30 minutes. The maximum possible lifespan for a...
# Description Workflow definition file pitch
As said in https://github.com/SwissDataScienceCenter/renku-python/issues/3208, Plan's creation date should be fixed for older projects to be equal to Activity's start date. This would require a migration on the metadata.
**Describe the bug** `date_modified` property on the datasets is always set to current date/time which is not correct: https://github.com/SwissDataScienceCenter/renku-python/blob/add433e3b52854b5546bf9c57a09e893c3ff0d7b/renku/domain_model/dataset.py#L367 A manifestation of this bug is visible in `renku log`. **To...
As a Renku user, I want to have write access to a mounted S3 dataset, so that data that is added to the dataset, is also copied to the remote...
**Describe the bug** `renku dataset export` does not export the dataset at the given `tag` version; it always exports the latest version of a dataset. This happens for `Dataverse`, `OLOS`,...