Releases: ghga-de/datameta
Releases · ghga-de/datameta
DataMeta 1.1.1
Prepare Release 1.1.1 (#512) * Bump version 1.1.1 * add module for tween factories add maintenance mode tween factory * fix variable * add test for maintenance mode * add settings for maintenance mode * Revert "add settings for maintenance mode" This reverts commit ba2ad3f4552cf0e2a7a3a909a4ea414de75c217f. * Revert "add test for maintenance mode" This reverts commit feb0f1575a53e26b93a44f6fb5192878883782c5. * Revert "fix variable" This reverts commit 29d03ca6f20c3f6dc15b8915385f2d2584075d0f. * Revert "add module for tween factories" This reverts commit a67241a3fb5e7321567fdee45fb0614991451f92. * Revert "Bump version 1.1.1" This reverts commit dd790b69c4dd15c449d828c1ce47a5c269d261e6. * Bump version 1.1.1 (#510) * Update README (instructions and animation) (#508) * Update deployment instructions * update # CHANGEME tag to # CHANGE THIS * Update deploy/compose_minimal/docker-compose.yml Co-authored-by: Camill Kaipf <[email protected]> * update compose files TFA related settings were not added yet --------- Co-authored-by: Camill Kaipf <[email protected]> Co-authored-by: ckaipf <[email protected]> * Handle MetaDatum unique but not mandatory (#509) * remove not used argument * don't count values which are `None` while ensuring unique constraint if MetaDatum is not mandatory several MetaDatumRecord will have value set to `None` * add empty line * add fixtures for test unique but not mandatory MetaDatum * rename file * add simplified submission test, to submit MetaDataSets with a unique and not mandatory MetaDatum * mypy is not happy here with reassigning this variable, refactored it * fix var name wrote too often None in the last hour * one MetaDataSet should be in an other Submission for global constraint * list to generator Co-authored-by: Leon Kuchenbecker <[email protected]> * flatten nested if --------- Co-authored-by: Leon Kuchenbecker <[email protected]> --------- Co-authored-by: Leon Kuchenbecker <[email protected]>
DataMeta 1.1.0
What's Changed
- Bump version 1.0.5 by @lkuchenb in #457
- Bump version 1.0.5 by @lkuchenb in #459
- Fix GET:/users/{id} response by @lkuchenb in #458
- Prepare Release 1.0.5 by @lkuchenb in #460
- Fix/issue 472 - deal with mailserver not being available by @cschu in #474
- Feature/add password criteria 470 by @cschu in #477
- Feature/track used passwords 469b by @cschu in #475
- Feature/login tracking 478 by @cschu in #479
- Tests portability by @ckaipf in #482
- Feature/add 2fa 467 by @cschu in #468
- add dependencies for openapi to fix ImportError by @ckaipf in #484
- update configs for container by @ckaipf in #485
- add legal notice element to default layout and login pages by @ckaipf in #488
- Fix page title by @ckaipf in #491
- replace hard coded logo with appsetting
logo_html
by @ckaipf in #490 - Add json logger by @ckaipf in #497
- Disable autocomplete for OTP forms by @ckaipf in #495
- Fix minimal template by @ckaipf in #493
- change keys,
name
is reserved by @ckaipf in #502 - Add logging to MetaDataSest by @ckaipf in #501
- Hotfix AttributeError: 'SvgPathFillImage' object has no attribute 'make_path' by @ckaipf in #503
- Fix clear login attempts logging by @ckaipf in #498
- Update qr code injection by @ckaipf in #505
- Refactor appsetting injection by @ckaipf in #494
- Prepare Release 1.1.0 by @ckaipf in #507
New Contributors
Full Changelog: v1.0.4...v1.1.1
DataMeta 1.0.5
Bugfixes
- Fix `GET:users response body schema violation
API Version 1.4.0
DataMeta 1.0.4
New Features
- Add endpoints
GET:/group/{id}
andGET:/users/{id}
- Add file checksum to
GET:/rpc/get-file-url
Bugfixes
- Fix broken registration request response handling by group admin
API Version 1.3.0
DataMeta 1.0.3
Bugfixes
- Fix API base URL to reflect API major version
DataMeta 1.0.2
Bugfixes
- Correct
v0
API base URL tov1
reflecting the previous API 1.x release
DataMeta 1.0.1
Bugfixes
- Fix broken user registration due to deprecated code to access site settings
DataMeta 1.0.0
Improvements
- Add tests for service management
- Add tests for service execution
API Version 1.0.0
DataMeta 0.9.8
Improvements
- Bug fix for
POST:service-executions
GET:get-file-url
returns link expiration datetime
API Version 0.27.0
DataMeta 0.9.7
Improvements
- Make HTTP redirect optional for get-file-url endpoint