Releases: arteria-project/arteria-delivery
v2.0.0-rc3: Merge pull request #17 from johandahlberg/potential_mover_path_fix
Remove basename from staging path
v2.0.0-rc2: Merge pull request #16 from johandahlberg/no_nbr_in_name
Remove delivery number from path
v2.0.0-rc1: Merge pull request #15 from johandahlberg/look_for_bp_samples
Adding end-point to check for best practice samples in project
Bug fix: Parse mover 1.0.0 output correctly
The delivery service was not parsing the output of Mover 1.0.0 correctly. This should be fixed now.
Call explicit mover version with explicit path
This minor release changes so that we call mover commands (to_outbox
, moverinfo
) explicitly, with the full path. Previously the mover commands were always available globally, but now Mover is versioned, so different paths give different versions.
Bug fix: Mover ID can contain more dashes than expected
This fixes a bug in arteria-delivery where it parses the output from Mover to find the Mover ID. Apparently the ID can contain more dashes than previously expected.
First release of the delivery service
This is the first release of the arteria-delivery service.
It has basic functionality in place to:
- delivery entire demultiplexed runfolders using mover
- deliver project directories using mover
- monitor the state of the same deliveries
v1.0.0-rc1
This is the first release candidate of the Arteria Delivery Service. This will undergo formal validation testing to allow us to get the the first v1.0.0 release.