Skip to content

Releases: arteria-project/arteria-delivery

v2.0.0-rc3: Merge pull request #17 from johandahlberg/potential_mover_path_fix

20 Sep 11:30
Compare
Choose a tag to compare
Remove basename from staging path

v2.0.0-rc2: Merge pull request #16 from johandahlberg/no_nbr_in_name

19 Sep 08:28
Compare
Choose a tag to compare
Remove delivery number from path

v2.0.0-rc1: Merge pull request #15 from johandahlberg/look_for_bp_samples

23 Aug 09:37
Compare
Choose a tag to compare
Adding end-point to check for best practice samples in project

Bug fix: Parse mover 1.0.0 output correctly

27 Jun 06:56
Compare
Choose a tag to compare

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

31 May 13:56
Compare
Choose a tag to compare

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

12 Apr 07:45
Compare
Choose a tag to compare

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

03 Apr 12:11
Compare
Choose a tag to compare

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

23 Mar 12:57
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

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.