|
18 | 18 | Changes |
19 | 19 | ======= |
20 | 20 |
|
| 21 | +`0.11.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.10.4...v0.11.0.>`__ (2020-08-14) |
| 22 | +----------------------------------------------------------------------------------------------------------- |
| 23 | + |
| 24 | +Bug Fixes |
| 25 | +~~~~~~~~~ |
| 26 | + |
| 27 | +- **cli:** disable version check in githook calls |
| 28 | + (`#1300 <https://github.com/SwissDataScienceCenter/renku-python/issues/1300>`__) |
| 29 | + (`5132db3 <https://github.com/SwissDataScienceCenter/renku-python/commit/5132db3813dd0bd87f289dbf286ea73149478aeb>`__) |
| 30 | +- **core:** fix paths in migration of workflows |
| 31 | + (`#1371 <https://github.com/SwissDataScienceCenter/renku-python/issues/1371>`__) |
| 32 | + (`8c3d34b <https://github.com/SwissDataScienceCenter/renku-python/commit/8c3d34b526dbec5147d5ec4196669dcf3084930a>`__) |
| 33 | +- **core:** Fixes SoftwareAgent person context |
| 34 | + (`#1323 <https://github.com/SwissDataScienceCenter/renku-python/issues/1323>`__) |
| 35 | + (`a207a7f <https://github.com/SwissDataScienceCenter/renku-python/commit/a207a7f999d68373133801ac4ee3e08c06959ff3>`__) |
| 36 | +- **core:** Only update project metadata if any migrations were |
| 37 | + executed |
| 38 | + (`#1308 <https://github.com/SwissDataScienceCenter/renku-python/issues/1308>`__) |
| 39 | + (`1056a03 <https://github.com/SwissDataScienceCenter/renku-python/commit/1056a0363c85fe788b1a9a152c3674e4b093e827>`__) |
| 40 | +- **service:** adds more custom logging and imp. except handling |
| 41 | + (`#1435 <https://github.com/SwissDataScienceCenter/renku-python/issues/1435>`__) |
| 42 | + (`6c3adb5 <https://github.com/SwissDataScienceCenter/renku-python/commit/6c3adb510ca102f07e143b8c74aafaf29850656c>`__) |
| 43 | +- **service:** fixes handlers for internal loggers |
| 44 | + (`#1433 <https://github.com/SwissDataScienceCenter/renku-python/issues/1433>`__) |
| 45 | + (`a312f7c <https://github.com/SwissDataScienceCenter/renku-python/commit/a312f7c641c27de111fb78012c2f546405eee72e>`__) |
| 46 | +- **service:** move project_id to query string on migrations check |
| 47 | + (`#1367 <https://github.com/SwissDataScienceCenter/renku-python/issues/1367>`__) |
| 48 | + (`0f89726 <https://github.com/SwissDataScienceCenter/renku-python/commit/0f8972698399aee50bced4a141cb24add6d9494b>`__) |
| 49 | +- **tests:** integration tests |
| 50 | + (`#1351 <https://github.com/SwissDataScienceCenter/renku-python/issues/1351>`__) |
| 51 | + (`3974a39 <https://github.com/SwissDataScienceCenter/renku-python/commit/3974a39d5098ecebcc49f2d624e6912e1d423e03>`__) |
| 52 | + |
| 53 | +Features |
| 54 | +~~~~~~~~ |
| 55 | + |
| 56 | +- **cli:** Adds renku save command |
| 57 | + (`#1273 <https://github.com/SwissDataScienceCenter/renku-python/issues/1273>`__) |
| 58 | + (`4ddc1c2 <https://github.com/SwissDataScienceCenter/renku-python/commit/4ddc1c2cf8db05fecc3634bc33f9d5df8488d017>`__) |
| 59 | +- **cli:** prompt for missing variables |
| 60 | + (`1e1d408 <https://github.com/SwissDataScienceCenter/renku-python/commit/1e1d4087e9a4fc338b64e050c4b345f298d9eb3f>`__), |
| 61 | + closes |
| 62 | + `#1126 <https://github.com/SwissDataScienceCenter/renku-python/issues/1126>`__ |
| 63 | +- **cli:** Show detailed commands for renku log output |
| 64 | + (`#1345 <https://github.com/SwissDataScienceCenter/renku-python/issues/1345>`__) |
| 65 | + (`19fb819 <https://github.com/SwissDataScienceCenter/renku-python/commit/19fb8194003646c4ae78009a3714ac8ff89f4edb>`__) |
| 66 | +- **core:** Calamus integration |
| 67 | + (`#1281 <https://github.com/SwissDataScienceCenter/renku-python/issues/1281>`__) |
| 68 | + (`bda538f <https://github.com/SwissDataScienceCenter/renku-python/commit/bda538fb3733d222003b62bf7821ce02f44afac7>`__) |
| 69 | +- **core:** configurable data dir |
| 70 | + (`#1347 <https://github.com/SwissDataScienceCenter/renku-python/issues/1347>`__) |
| 71 | + (`e388773 <https://github.com/SwissDataScienceCenter/renku-python/commit/e388773b0cc70219a8791ed0a34c07cb8fb3a00b>`__) |
| 72 | +- **core:** disabling of inputs/outputs auto-detection |
| 73 | + (`#1406 <https://github.com/SwissDataScienceCenter/renku-python/issues/1406>`__) |
| 74 | + (`3245ca0 <https://github.com/SwissDataScienceCenter/renku-python/commit/3245ca077a9937241836617ff73756bd1602ee60>`__) |
| 75 | +- **core:** migration check in core |
| 76 | + (`#1320 <https://github.com/SwissDataScienceCenter/renku-python/issues/1320>`__) |
| 77 | + (`4bc52f4 <https://github.com/SwissDataScienceCenter/renku-python/commit/4bc52f430b0def821df7cb3dc498af46ee9c4448>`__) |
| 78 | +- **core:** Move workflow serialisation over to calamus |
| 79 | + (`#1386 <https://github.com/SwissDataScienceCenter/renku-python/issues/1386>`__) |
| 80 | + (`f0fbc49 <https://github.com/SwissDataScienceCenter/renku-python/commit/f0fbc4979955de04ac5c565e471a52019eb6cd48>`__) |
| 81 | +- **core:** save and load workflow as jsonld |
| 82 | + (`#1185 <https://github.com/SwissDataScienceCenter/renku-python/issues/1185>`__) |
| 83 | + (`d403289 <https://github.com/SwissDataScienceCenter/renku-python/commit/d403289cec6cdb11ad002b17fbbb751de2818ce1>`__) |
| 84 | +- **core:** separate models for migrations |
| 85 | + (`#1431 <https://github.com/SwissDataScienceCenter/renku-python/issues/1431>`__) |
| 86 | + (`127d606 <https://github.com/SwissDataScienceCenter/renku-python/commit/127d606fa9ad26479645a06b132a7c9a952ae989>`__) |
| 87 | +- **dataset:** source and url for DatasetFile |
| 88 | + (`#1451 <https://github.com/SwissDataScienceCenter/renku-python/issues/1451>`__) |
| 89 | + (`b4fa5db <https://github.com/SwissDataScienceCenter/renku-python/commit/b4fa5dbed50b47a6a64f3c84b40bb99d86abd51e>`__) |
| 90 | +- **service:** added endpoints to execute all migrations on a project |
| 91 | + (`#1322 <https://github.com/SwissDataScienceCenter/renku-python/issues/1322>`__) |
| 92 | + (`aca8cc2 <https://github.com/SwissDataScienceCenter/renku-python/commit/aca8cc2f540041d5e5d5c06e180d62cd52876086>`__) |
| 93 | +- **service:** adds endpoint for explicit migrations check |
| 94 | + (`#1326 <https://github.com/SwissDataScienceCenter/renku-python/issues/1326>`__) |
| 95 | + (`146b1a7 <https://github.com/SwissDataScienceCenter/renku-python/commit/146b1a7a579898110fdf95ffc67ebc813115cc2e>`__) |
| 96 | +- **service:** adds source and destination versions to migrations check |
| 97 | + (`#1372 <https://github.com/SwissDataScienceCenter/renku-python/issues/1372>`__) |
| 98 | + (`ea76b48 <https://github.com/SwissDataScienceCenter/renku-python/commit/ea76b48a90e5f476f057a939d661f39d09f1b4c3>`__) |
| 99 | +- decode base64 headers |
| 100 | + (`#1407 <https://github.com/SwissDataScienceCenter/renku-python/issues/1407>`__) |
| 101 | + (`9901cc3 <https://github.com/SwissDataScienceCenter/renku-python/commit/9901cc339f9832a5161b82d4368f239d3929f740>`__) |
| 102 | +- **service:** adds endpoints for dataset remove |
| 103 | + (`#1383 <https://github.com/SwissDataScienceCenter/renku-python/issues/1383>`__) |
| 104 | + (`289e4b9 <https://github.com/SwissDataScienceCenter/renku-python/commit/289e4b9fec4cec18e9fb82e2360b00f562b7b09b>`__) |
| 105 | +- **service:** adds endpoints for unlinking files from a dataset |
| 106 | + (`#1314 <https://github.com/SwissDataScienceCenter/renku-python/issues/1314>`__) |
| 107 | + (`1b78b16 <https://github.com/SwissDataScienceCenter/renku-python/commit/1b78b16d97ba42d08505fb6b38fa2d66c6209417>`__) |
| 108 | +- **service:** async migrations execution |
| 109 | + (`#1344 <https://github.com/SwissDataScienceCenter/renku-python/issues/1344>`__) |
| 110 | + (`ff66953 <https://github.com/SwissDataScienceCenter/renku-python/commit/ff66953de06d8abdd6ca8067aaa7d48ae24423de>`__) |
| 111 | +- **service:** create new projects from templates |
| 112 | + (`#1287 <https://github.com/SwissDataScienceCenter/renku-python/issues/1287>`__) |
| 113 | + (`552f85c <https://github.com/SwissDataScienceCenter/renku-python/commit/552f85ce7392a727db6b2c2bcef35ecbbfa93913>`__), |
| 114 | + closes |
| 115 | + `#862 <https://github.com/SwissDataScienceCenter/renku-python/issues/862>`__ |
| 116 | + |
21 | 117 | `0.10.5 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.10.4...v0.10.5>`__ (2020-07-16) |
22 | 118 | ---------------------------------------------------------------------------------------------------------- |
23 | 119 |
|
|
0 commit comments