Skip to content

Releases: Clinical-Genomics/housekeeper

Release 4.7.1

21 Aug 08:30
Compare
Choose a tag to compare

Update CODEOWNERS (#134)

Release 4.7.0

10 Aug 08:20
Compare
Choose a tag to compare

Functionality for updating archiving/retrieval task ids (#132) (minor)

Added

  • Method update_retrieval_task_id.
  • Method update_archiving_task_id.
  • Tests for both methods.

Release 4.6.0

17 Jul 13:09
Compare
Choose a tag to compare

feat(archiving) Add function to fetch all unarchived files (#130) (minor)

Added

  • get_bundle_name_from_file_path returns the name of the bundle associated with given file
  • get_all_non_archived_files fetches all non-archive files with given tags

Release 4.5.0

29 May 14:16
Compare
Choose a tag to compare

115 - include file in housekeeper-bundles by default (#125) (minor)

Changed

  • Added files are now included by default.

Release 4.4.0

16 May 11:17
Compare
Choose a tag to compare

feat(archiving) Adds functions for task interactions (#124)(minor)

Added

  • An UpdateHandler class
  • Functions to fetch unfinished tasks
  • Functions to update archiving/retrieval time stamps
  • Functions to filter archives by task ids

Release 4.3.0

11 May 10:15
Compare
Choose a tag to compare

feat(Archiving) Adds functions interacting with the new Archive table (#122)(minor)

Added

  • Function to add Archive
  • Function to get archived files
  • Function to get un-archive files
  • Supporting Queries and filtes for functions above

Changed

  • Refactored filter file from just having tag functions, to also include archive

Release 4.2.1

10 May 09:56
Compare
Choose a tag to compare

Remove log with database connection string (#123)(patch)

  • Remove log with database connection string

Release 4.2.0

09 May 11:07
Compare
Choose a tag to compare

feat(Archiving) Add new database table (#120)(minor)

Added

  • New table archive

Release 4.1.2

28 Apr 12:54
Compare
Choose a tag to compare

Add missing module (#121)

Fixed

  • Add init file for handlers

Release 4.1.1

26 Apr 11:13
Compare
Choose a tag to compare

Move and rename handlers (#117)(patch)

Changed

  • Rename FindHandler to ReadHandler and find.py to handlers/read.py
  • Rename AddHandler to CreateHandler and add.py to handlers/create.py