- New utility function to return reformatted SLURM job ids - New utility function to update analysis status from SLURM run - Migrate and refactor query_slurm to slurm/api.py - Extract method from update_analysis_from_slurm_run_status into CRUD - Remove query_slurm from MockStore - Add new test fixtures
17.0.6
patch(analysis) Make get_latest_analysis_for_case return the latest case (267)(patch)
Fixed
- `get_latest_analysis_for_case` now returns the latest analysis
17.0.5
Refactor get latest analysis (264)
Added
- Tests
Changed
- Refactor `get_latest_analysis` and migrate to CRUD. - Refactor tests - Rename case_id fixtures to case_name
17.0.4
feat(refactor): Remove unused function (265)
Changed
- Remove function get_latest_analysis_status as it is not used.
17.0.3
feat(refactor): Remove unused function (263)
Changed
- Remove is_latest_analysis_ongoing function as it not used anywhere.
17.0.2
feat(refactor): Remove unused function (262)
Changed
- Remove is_latest_analysis_failed function as it not used anywhere.