Skip to content

Releases: sing-group/compi

v1.5.2

02 Sep 12:29
Compare
Choose a tag to compare
  • Adds task_after to tasks environment variables.

v1.5.1

28 Jan 18:33
Compare
Choose a tag to compare
  • Adds COMPI_PIPELINE_VERSION to tasks environment variables.

v1.5.0

04 Jan 21:01
Compare
Choose a tag to compare
  • Allows specifying the name of the pipeline XML file in the compi-dk build command.
  • Removes iteration notifications from "dummy iterations" from emtpy foreachs.
  • Adds custom entrypoint.sh to the Compi Docker images.

v1.4.2

08 Jun 08:18
Compare
Choose a tag to compare

Fixes bug when resuming a pipeline that didn't complete any task.

So far, when a pipeline finishes without completing any task, the resume of this pipeline raised an exception related to uninitialized resolver. This commit fixes this bug by forcing a save operation of the redo log just after the pipeline is started.

v1.4.1

08 Jun 08:20
Compare
Choose a tag to compare

Fixes Compi hang when loop iterations of binded foreach abort.

So far, when more than one loop iteration inside a foreach abort,he dependant binded iterations were not notified (only the dependants of the first one iteration), so they were waiting forever to start, tleading Compi to hang. This commit fixes this bug.

v1.4.0

28 Apr 08:41
Compare
Choose a tag to compare
  • Creates empty Compi Hub files when running the compi-dk new-project command
  • When --logs/-l option is used in the compi run command, <task-id>.params files with the parameter values of each task execution are created in the log directory.
  • Adds three new commands to the compi-dk CLI: list-tasks, list-params, and create-metadata-skeleton.
  • Improves documentation (adds SSH and AWS generic runners, etc.)
  • Minor bug fixes.

v1.3.8

24 Mar 15:45
Compare
Choose a tag to compare
  • Adds iteration value when a loop task is aborted.

v1.3.7

24 Mar 15:45
Compare
Choose a tag to compare
  • Fixes configuration log messages.

v1.3.6

06 Nov 21:18
Compare
Choose a tag to compare
  • Improves speed in dependencies checking.

v1.3.5

27 Oct 14:57
Compare
Choose a tag to compare
  • Improves DAG perfomance in binded foreachs.