Releases: Clinical-Genomics/housekeeper
Releases · Clinical-Genomics/housekeeper
Release 4.7.1
Update CODEOWNERS (#134)
Release 4.7.0
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
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
115 - include file in housekeeper-bundles by default (#125) (minor)
Changed
- Added files are now included by default.
Release 4.4.0
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
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
Remove log with database connection string (#123)(patch)
- Remove log with database connection string
Release 4.2.0
Release 4.1.2
Release 4.1.1
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