This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
Releases: ScilifelabDataCentre/Data-Tracker
Releases · ScilifelabDataCentre/Data-Tracker
Version 0.15.0
Version 0.14.0
- New identifer style
- prefixes
- strings
Version 0.13.4
Frontend testing using Nightwatch, inlcuding a pile of bugs that were found and fixed.
Version 0.13.3
Add db migration for removed permissions.
Version 0.13.2
- Frontend fixes
- Make sure authors etc are shown for datasets in the frontend.
Version 0.13.1
Bug fixes
Documentation updates
Version 0.13.0
Version 0.13.0
Version 0.12.0
- Integrate 404 page in main layout
- Flatten frontend layouts (no card)
- Add simple validation (non-empty) to title in frontend
ORDERS
permission replaced withDATA_EDIT
, which is required to edit any entries- New limits to tags and properties in backend and frontend
- Existing tags and properties will be allowed to stay until the entries are updated
- Use Black for Python code formatting
- Flake8 checks added
- Remove pylint for now (some checks will be readded later)
- Fixes for Sonarcloud warnings
- Unit tests for the validation functions
- Remove the
cross_references
field from datasets and collections - Fix button order in frontend
- Error page for when backend cannot be reached
- "Forbidden" page to avoid displaying pages where data is forbidden
- Remove trailing slashes from API endpoints
- Add sitemap endpoint for devmode
_id
becomesid
in responses.- Snake case instead of camel case in responses
- Merge the three entry pages into one (controlled by if)
- Readd the non-formatting pylint checks
- Code cleanup
- Remove trailing
/login
for OIDC logins - Move add dataset to
order/<id>/dataset
- Add endpoint with info about how to add datasets
Version 0.11.0
Merge pull request #45 from ScilifelabDataCentre/develop Merge for release before major changes
Version 0.10.3
- Fix saving of new users
- New user guide icon
- Loading of permissions for new users