Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Releases: ScilifelabDataCentre/Data-Tracker

Version 0.15.0

25 Jan 12:11
522cd71
Compare
Choose a tag to compare
  • Migration to Quasar 2/Vue 3
  • Minor bug fixes in backend

Version 0.14.0

10 Jul 05:56
Compare
Choose a tag to compare
  • New identifer style
    • prefixes
    • strings

Version 0.13.4

05 Jul 09:48
83a7514
Compare
Choose a tag to compare

Frontend testing using Nightwatch, inlcuding a pile of bugs that were found and fixed.

Version 0.13.3

22 Jun 14:09
6abeec4
Compare
Choose a tag to compare

Add db migration for removed permissions.

Version 0.13.2

22 Jun 13:21
Compare
Choose a tag to compare
  • Frontend fixes
  • Make sure authors etc are shown for datasets in the frontend.

Version 0.13.1

21 Jun 14:16
Compare
Choose a tag to compare

Bug fixes
Documentation updates

Version 0.13.0

18 Jun 10:35
Compare
Choose a tag to compare

Version 0.13.0

Version 0.12.0

30 Apr 09:52
b5f9efe
Compare
Choose a tag to compare
  • Integrate 404 page in main layout
  • Flatten frontend layouts (no card)
  • Add simple validation (non-empty) to title in frontend
  • ORDERS permission replaced with DATA_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 becomes id 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

12 Mar 14:17
62d8d9c
Compare
Choose a tag to compare
Merge pull request #45 from ScilifelabDataCentre/develop

Merge for release before major changes

Version 0.10.3

04 Dec 13:16
2f40959
Compare
Choose a tag to compare
  • Fix saving of new users
  • New user guide icon
  • Loading of permissions for new users