Skip to content

Releases: instedd/cdx

0.22.4

14 Sep 10:24
Compare
Choose a tag to compare

Fixes

  • Boxes now retain the original creation order for created samples (see #1992).

0.22.3

05 Jun 14:43
b3e0d00
Compare
Choose a tag to compare

Features

Fixes

Tech Debt

  • Setup Standard and Rubocop by @bolom in #1933
  • Bump rack from 2.2.6.2 to 2.2.6.3 in #1924
  • Use bundle exec for rake command so it doesn't fail on a version mismatch by @nthiad in #1926

Full Changelog: 0.22.2...0.22.3

0.22.2

10 Feb 17:10
9c6f8b5
Compare
Choose a tag to compare

0.22.1

08 Feb 15:37
f879532
Compare
Choose a tag to compare

Adds required new RAILS environment variables to the docker image.

0.22.0

07 Feb 13:08
fd33bda
Compare
Choose a tag to compare

New features for Boxes V2

  1. New box form with the option of adding samples from inventory #1731
  2. Allow to add 1 to N batches & 1 to N concentrations within the box #1732
  3. Allow to save a box of samples to be created #1733
  4. Download inventory & print labels #1786
  5. Allow to reopen batch details when creating a box #1846
  6. Changing the sources empties the contents #1778

New features for Visualizations

  1. Define the SamplesReport entity, views and logic #1809
  2. Allow to upload measured concentrations with a CSV file #1618
  3. Allow to download csv template file #1812
  4. Automatic unblinding #1735
  5. LOD visualization #1820
  6. Challenge visualization #1821
  7. Variants visualization #1822
  8. Allow to share measurement reports #1555
  9. Tests SamplesReportController #1837
  10. Add SamplesReports permissions to predefined roles #1853

Improvements

  1. Validate samples when creating boxes #1877

Bug fixes

  1. Concentration's field data should not be removed. #1885
  2. Upload results informing wrong not-found-uuid count if repeated samples in csv file #1891
  3. Show custom confirm message on samples result upload #1808
  4. Wrong "Delete Confirmation" message for Boxes. #1881
  5. Wrong alignment for uploaded samples text. #1883
  6. Did not allowing to download PDF file from Box Reports.
  7. Showing wrong count for "Boxes". #1858
  8. Box label mismatch between PDF and UI #1826
  9. Error occurs while uploading CSV Results. #1874
  10. Delete Box Report pop up message is not clear. #1872
  11. Box Report Pdf file is not behaving correctly. #1884
  12. There should be more space between sample UUID's as in Invision. #1852
  13. Should not allow to create Report with empty result.
  14. Can't create Box Report for transferred Box #1854
  15. Reduced the Space in Result Upload Error pop up screen. #1851
  16. Keep uploaded batches information if SamplesReport creation throw error #1845
  17. Should not allow to add Batch with empty "Contcentrations" . #1859
  18. Align the "Add file" button on the upload results form #1833

Technical debt

  1. Upgrade to Ruby 2.4 #1806
  2. Create custom confirm component #1807

Upgrading

When upgrading you must run the following rake tasks for the policy system to account for the new SamplesReport resource (see #1853):

$ bin/rails policy:add_samples_report_permissions
$ bin/rails policy:calculate_computed

0.21.6

12 Dec 18:08
Compare
Choose a tag to compare

Identical to 0.21.5 but fixes a bug in a data migration.

Bug fixes

  1. Fix for concentration migration (#1818)
  2. Improve box label (#1816)

0.21.5

0.21.4

14 Oct 08:17
Compare
Choose a tag to compare
  • Fix: use direct SQL in migration instead of removed AR association
  • Add zero concentration samples to LOD boxes (#1762)

0.21.2

16 Jun 14:11
Compare
Choose a tag to compare

Dropped failing migrations that were not needed anymore. #1721

0.21.1

14 Jun 16:50
Compare
Choose a tag to compare

New features

  1. Allow to add in a box: individual samples #1619

Bug fixes

  1. Error when printing an individual sample label - #1712
  2. After confirming transfer, no success message is displayed and the user is not redirected to the transfer listing #1710