Skip to content

Releases: Solvosoft/organilab

v1.4.3

22 Jul 22:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

13 Apr 06:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

20 Nov 20:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

18 Oct 21:02
Compare
Choose a tag to compare

In this version, work is being done on validations in serializers to prevent unauthorized users from performing unauthorized operations. Additionally, multiple unit tests have been created in the gtselect APIs.
It is also possible to assign permission groups to profiles for tasks that are not related to a specific organization or laboratory, allowing access to certain views without requiring super administrator permissions.
Efforts have been made to better identify which objects can be containers, enabling the selection of containers only.
The file delivery has been fixed as it was experiencing an error in integration with nginx.
The ability to change the language per profile has been added.
The laboratory search feature has been removed, and the search within a laboratory has been fixed to address the assignment error when the substance name contains a comma.
Protocol tests that were affected by the new version of Djgentelella have been repaired.
Version 1.9.0 of django-gentelella-widgets has been incorporated.

A list of the Pull Requests made is:

What's Changed

Full Changelog: v1.3.0...v1.4.0

Laboratory view new implementation and bux fixes

04 Oct 18:06
Compare
Choose a tag to compare
  • Improve testing, increase amount of tests to laboratory view.
  • Improve docker support.
  • Improve loggin support.
  • Fixed email registry when email has more than 3 suffix.
  • Improve PDF presentation.
  • Improve report management.
  • Improve translations management.
  • New container functionality.
  • Improve measure unit management.
  • Improve laboratory view search functionality.
  • Remove old code from views that are not used any more.
  • Fixed tox issue in new version of python.
  • Add lintrc support for code style.