Skip to content

Releases: SwissDataScienceCenter/renku-python

v0.12.3

05 Jan 15:15

Choose a tag to compare

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

03 Dec 17:52
a6eb0d2

Choose a tag to compare

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

16 Nov 16:58
0a5d25a

Choose a tag to compare

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

03 Nov 15:38
ec0d0a3

Choose a tag to compare

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

v0.11.6

19 Oct 09:30

Choose a tag to compare

Bug Fixes

  • core: fix bug where remote_cache caused project ids to leak (#1618) (3ef04fb)
  • dataset: fix a bug where datasets imported from renku project won't update (#1615) (309eb2f)
  • service: fixes pushing to protected branches (#1614) (34c7f92)

v0.11.5

13 Oct 15:55

Choose a tag to compare

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

05 Oct 12:21

Choose a tag to compare

Bug Fixes

  • core: fix project migration getting overwritten with old metadata (dcc1541) (#1580 )

v0.11.3

01 Oct 15:12

Choose a tag to compare

Bug Fixes

  • core: make Run migration ids unique by relative path instead of absolute (686b9f9)

v0.11.2

24 Sep 11:52
b9719f3

Choose a tag to compare

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)

v0.11.1

19 Aug 07:12
6dbd03d

Choose a tag to compare

Bug Fixes

  • fix(core): fixes SHACL for DatasetFile when used inside a qualifiedGeneration
    (#147)
    (99dd4a4)