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

Releases: USGS-WiM/liliservices

1.2.3

29 Apr 20:07
Compare
Choose a tag to compare

Ensure that, in the edge case where all freezer boxes for a study are full, the next empty box is not the same as the "current" box being recommended (instead make the next empty box the next next empty box)

1.2.2

29 Apr 20:07
Compare
Choose a tag to compare

Fix bug in get next available freezer location where first spot was empty but other spots in the box were occupied (ensure that only empty boxes are returned)

1.2.1

28 Apr 22:41
Compare
Choose a tag to compare

Fix bug in get next available freezer location where box count was not resetting when the end of a rack was encountered

1.2.0

11 Mar 15:12
Compare
Choose a tag to compare

Implement on-demand pagination with "paginate" query param on each endpoint (default is still no pagination)

1.1.2

19 Feb 16:32
Compare
Choose a tag to compare

Delete user sessions during POST to /auth/ endpoint (which uses basic authentication) to prevent CSRF errors; Prevent fallback to session auth when basic auth fails on /auth/ endpoint

1.1.1

18 Feb 21:43
Compare
Choose a tag to compare

Cascade delete Aliquot when parent Sample or Freezer Location is deleted

1.1.0

15 Feb 17:23
Compare
Choose a tag to compare

Implement Aliquot location look-up by freezer, rack, and box; Implement bulk aliquot delete by list of aliquot IDs or aliquot_strings ('SampleID-AliquotNumber')

1.0.0

13 Feb 21:22
Compare
Choose a tag to compare

Production Release

0.122.0

13 Jan 17:19
Compare
Choose a tag to compare
0.122.0 Pre-release
Pre-release

Implement automatic report purging to leave only most recent 10 of each type

0.121.3

24 Oct 03:40
Compare
Choose a tag to compare
0.121.3 Pre-release
Pre-release

Ensure recursive monitor tasks properly log to result field of celery task result table