Releases: SwissDataScienceCenter/renku-python
Releases · SwissDataScienceCenter/renku-python
v0.12.3
Bug Fixes
- core: fix gitlab ID parsing when GITLAB_BASE_URL is set without port (#1823) (4f94165)
- service: add datasets.remove to swagger docs (#1778) (631e6f5)
- service: correctly handle cloning of project with no commits (#1790) (440b238)
This is a hotfix release to fix the issue addressed in commit 4f94165.
v0.12.2
Bug Fixes
- core: fixes renku save with previously staged changes (#1739) (1a8b7ad)
- core: pre-commit hook message for unsupported project (#1730) (7f1731d)
- service: remove chdir (#1767) (4da22cb)
Features
- api: add parameter support to user-api (#1723) (6ee2862)
- cli: add migrationscheck command (#1761) (b33ed35)
- cli: automatically track files in git-lfs on commit if necessary (5f769e0)
- cli: better error message for renku clone (#1738) (78bb2ad)
- core: shorten commit messages to 100 characters for readability (#1749) (af50947)
- service: move user identification to jwt (#1520) (d45c4c3)
v0.12.1
Bug Fixes
- core: re-raise renku handled exception on network failure (#1623) (4856a05)
- dataset: no commit if nothing is edited (#1706) (a68edf6)
- service: correctly determine resource age (#1695) (40153f0)
- service: correctly set project_name slug on project create (#1691) (234e1b3)
- service: set template version and metadata correctly (#1708) (ed98be3)
Features
v0.12.0
Bug Fixes
- core: fix bug where remote_cache caused project ids to leak (#1618) (3ef04fb)
- core: fix graph building for nodes with same subpath (#1625) (7cae9be)
- core: fix importing a dataset referenced from non-existent projects (#1574) (92b8bf8)
- core: fix old dataset migration and activity dataset outputs (#1603) (a5339e2)
- core: fix project migration getting overwritten with old metadata (#1581) (c5a5960)
- core: fix update creating a commit when showing help (#1627) (529e582)
- core: fixes git encoding of paths with unicode characters (#1538) (053dac9)
- core: make Run migration ids unique by relative path instead of absolute (#1573) (cf96310)
- dataset: broken directory hierarchy after renku dataset imports (#1576) (9dcffce)
- dataset: deserialization error (#1675) (420653f)
- dataset: error when adding same file multiple times (#1639) (05bfde7)
- dataset: explicit failure when cannot pull LFS objects (#1590) (3b05816)
- dataset: invalid generated name in migration (#1593) (89b2e43)
- dataset: remove blank nodes (#1602) (478f08c)
- dataset: set isBasedOn for renku datasets (#1617) (3aee6b8)
- dataset: update local files metadata when overwriting (#1582) (59eaf25)
- dataset: various migration issues (#1620) (f24c2e4)
- service: correctely set job timeout (#1677) (25f0eb6)
- service: dataset rm endpoint supports new core API (#1622) (e71916e)
- service: push to protected branches (#1614) (34c7f92)
- service: raise exception on uninitialized projects (#1624) (a2025c3)
Features
- cli: add click plugin support (#1604) (47b007f)
- cli: adds consistent behaviour for cli commands (#1523) (20b7248)
- cli: show lfs status of dataset files (#1575) (a1c3e2a)
- cli: verbose output for renku show (#1524) (dae968c)
- core: Adds renku dataset update for Zenodo and Dataverse (#1331) (e38c51f)
- dataset: immutability (#1142) (b4d597e)
- dataset: list dataset description (#1588) (7e13857)
- service: adds template and dockerfile migration to migration endpoint (#1509) (ea01795)
- service: adds version endpoint (#1548) (6193df6)
v0.11.6
v0.11.5
Bug Fixes
- core: fix importing a dataset referenced from non-existent projects (#1574) (4bb13ef)
- core: fixes git encoding of paths with unicode characters (#1538) (9790707)
- dataset: fix broken directory hierarchy after renku dataset imports (#1576) (41e3e72)
- dataset: abort importing a dataset when cannot pull LFS objects (#1590) (9877a98)
- dataset: fix invalid dataset name after migration (#1593) (c7ec249)
- dataset: update dataset files metadata when adding and overwriting local files (#1582) (0a23e82)
v0.11.4
v0.11.3
v0.11.2
Bug Fixes
- cli: fixes libxslt dependency in docker image (#1534) (491bae7)
- core: fixes 'doi:...' import (#1536) (f653c79)
- core: fixes duplicate ‘renku:Run’ ids on repeat execution of migrations (#1532) (4ce6f3c)
Features
- cli: show existing paths when initializing non-empty dir (#1535) (07c559f)
- core: follow URL redirections for dataset files (#1516) (5a37b3c)
- dataset: flattened JSON-LD metadata (#1518) (458ddb9)
- service: add additional template parameters (#1469) (6372a32)
- service: adds additional fields to datasets listings (#1508) (f8a395f)
- service: adds project details and renku operation on jobs endpoint (#1492) (6b3fafd)
- service: execute read operations via git remote (#1488) (84a0eb3)
- workflow: avoid unnecessary parent runs (#1476) (b908ffd)