|
18 | 18 | Changes |
19 | 19 | ======= |
20 | 20 |
|
| 21 | +` <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.0.1...v1.0.2>`__ (2022-01-18) |
| 22 | +-------------------------------------------------------------------------------------------------- |
| 23 | + |
| 24 | +Bug Fixes |
| 25 | +~~~~~~~~~ |
| 26 | + |
| 27 | +- **core:** disable interpolation when loading/storing renku config |
| 28 | + (`#2527 <https://github.com/SwissDataScienceCenter/renku-python/issues/2527>`__) |
| 29 | + (`4724b60 <https://github.com/SwissDataScienceCenter/renku-python/commit/4724b6024273e6b9f217e2d37303da662295d941>`__) |
| 30 | +- **core:** fail gracefully when running non-existing commands |
| 31 | + (`#2523 <https://github.com/SwissDataScienceCenter/renku-python/issues/2523>`__) |
| 32 | + (`2879c55 <https://github.com/SwissDataScienceCenter/renku-python/commit/2879c55314bbee58c040a455fe1882136e404595>`__) |
| 33 | +- **core:** fix cwl float type and derived from |
| 34 | + (`#2570 <https://github.com/SwissDataScienceCenter/renku-python/issues/2570>`__) |
| 35 | + (`19454ba <https://github.com/SwissDataScienceCenter/renku-python/commit/19454ba89f2eea15cc0051f48a0e60cf373d742d>`__) |
| 36 | +- **core:** make activity ids deterministic in migration |
| 37 | + (`#2581 <https://github.com/SwissDataScienceCenter/renku-python/issues/2581>`__) |
| 38 | + (`7ed6102 <https://github.com/SwissDataScienceCenter/renku-python/commit/7ed6102496abb03329f6b19521232215e31a834a>`__) |
| 39 | +- **core:** preserve ``dateCreated`` when migrating datasets |
| 40 | + (`#2526 <https://github.com/SwissDataScienceCenter/renku-python/issues/2526>`__) |
| 41 | + (`74c48f2 <https://github.com/SwissDataScienceCenter/renku-python/commit/74c48f2c93323dbd607e7539d1eeaa3419c89ace>`__) |
| 42 | +- **core:** set project when exporting graph |
| 43 | + (`#2534 <https://github.com/SwissDataScienceCenter/renku-python/issues/2534>`__) |
| 44 | + (`de098a5 <https://github.com/SwissDataScienceCenter/renku-python/commit/de098a5326196c294cb45f1245c4e4f3f178ff93>`__) |
| 45 | +- **service:** disable migration check optimization |
| 46 | + (`#2541 <https://github.com/SwissDataScienceCenter/renku-python/issues/2541>`__) |
| 47 | + (`f2f573f <https://github.com/SwissDataScienceCenter/renku-python/commit/f2f573f299b971c1914b711a3d39fc97a54c7987>`__) |
| 48 | +- **service:** fix cache.migrate not locking the project |
| 49 | + (`#2573 <https://github.com/SwissDataScienceCenter/renku-python/issues/2573>`__) |
| 50 | + (`ed2bcd8 <https://github.com/SwissDataScienceCenter/renku-python/commit/ed2bcd8551f500e3a4a422a6906d0813317b1c77>`__) |
| 51 | + |
| 52 | +Features |
| 53 | +~~~~~~~~ |
| 54 | + |
| 55 | +- **core:** add shell_complete implementation for workflows and |
| 56 | + datasets |
| 57 | + (`#2512 <https://github.com/SwissDataScienceCenter/renku-python/issues/2512>`__) |
| 58 | + (`d6c1fe2 <https://github.com/SwissDataScienceCenter/renku-python/commit/d6c1fe2b61116c561665b2fddd0ce0315bfb95a2>`__) |
| 59 | +- **core:** extended template variable functionality |
| 60 | + (`#2120 <https://github.com/SwissDataScienceCenter/renku-python/issues/2120>`__) |
| 61 | + (`0e13fc1 <https://github.com/SwissDataScienceCenter/renku-python/commit/0e13fc1b4db8b0fd323cc3d3fc0c865ed280fccc>`__) |
| 62 | +- **core:** ignore quotation mark in git user/email config |
| 63 | + (`#2537 <https://github.com/SwissDataScienceCenter/renku-python/issues/2537>`__) |
| 64 | + (`e70481c <https://github.com/SwissDataScienceCenter/renku-python/commit/e70481cd386ceadd9e43e06d373c32e8f6c8669d>`__) |
| 65 | +- **core:** renku clone with credentials |
| 66 | + (`#2517 <https://github.com/SwissDataScienceCenter/renku-python/issues/2517>`__) |
| 67 | + (`594d0ad <https://github.com/SwissDataScienceCenter/renku-python/commit/594d0ad0e6a52b2a98afedac9a20a20d50383f02>`__) |
| 68 | +- **core:** support forward compatibility of datasets |
| 69 | + (`#2554 <https://github.com/SwissDataScienceCenter/renku-python/issues/2554>`__) |
| 70 | + (`c6a7013 <https://github.com/SwissDataScienceCenter/renku-python/commit/c6a7013e02b639bf1894d6b96e53b05a0058cb9e>`__) |
| 71 | +- **service:** add project.lock_status endpoint |
| 72 | + (`#2531 <https://github.com/SwissDataScienceCenter/renku-python/issues/2531>`__) |
| 73 | + (`082e897 <https://github.com/SwissDataScienceCenter/renku-python/commit/082e897feac105e772f5672349f4f3535425d4ce>`__) |
| 74 | + |
21 | 75 | ` <https://github.com/SwissDataScienceCenter/renku-python/compare/v1.0.0...v1.0.1>`__ (2021-12-07) |
22 | 76 | -------------------------------------------------------------------------------------------------- |
23 | 77 |
|
|
0 commit comments