Skip to content

23.01

Compare
Choose a tag to compare
@ericenns ericenns released this 28 Feb 22:29
· 311 commits to development since this release
661ed89

If you are upgrading to release directly and skipping 22.09 please ensure that you follow the UPGRADING.md.

  • [UI/Developer]: Updated react-router to the version 6.4.3. SeePR 1405
  • [Developer] Updated developer setup documentation, ignore java_pid*.hprof files, and added quality of life file gradle.properties. See PR 1415.
  • [Documentation]: Updated broken links in developer documentation. See PR 1418.
  • [Developer] Updated developer setup documentation, ignore java_pid*.hprof files, and added quality of life file gradle.properties
  • [UI]: Refreshed global search page to use Ant Design. See PR 1409
  • [UI/Developer]: Removed old notification system hack and updated to use only Ant Design notifications. See PR 1447
  • [UI]: Fixed bug where the User column was named User Group on the admin User Groups page. See PR 1450
  • [Developer]: Replaced Apache OLTU with Nimbusds for performing OAuth2 authentication flow during syncing and Galaxy exporting. See PR 1432
  • [Developer/UI]: Performance enhancements to the metadata uploader. See PR 1445.
  • [Developer/UI]: Fix for updating sample modified date when metadata is deleted. See PR 1457.
  • [Developer]: Added support for cloud based storage. Currently, Microsoft Azure Blob and Amazon AWS S3 are supported. See PR 1194
  • [Developer]: Updated metadata uploader to use react-router-dom Outlet. See PR 1464
  • [Developer]: Deprecated "/api/projects/{projectId}/samples/bySequencerId/{seqeuncerId}" in favour of "/api/projects/{projectId}/samples/bySampleName", which accepts a json property "sampleName"
  • [Developer]: Fixed bug in setting a default_sequencing_object and default_genome_assembly to NULL` for a sample when the default sequencing object or genome assembly were removed. See PR 1466
  • [Developer]: Fixed bug preventing a sample with an analysis submission from being deleted. See PR 1467