Skip to content

Releases: echang1802/normandy

User define modules

25 Aug 16:17
d59e1bd
Compare
Choose a tag to compare

New features:

Users my load and use their own modules.

Global parameters

17 Aug 12:38
1c48fa6
Compare
Choose a tag to compare

Features added:

  • Set parameters globally affecting all processes on a pipeline.

  • Set global parameters values in the run-pipeline command.

  • Set maximum number of threads on pipeline_conf file or in the run-pipeline command.

  • Set log level on pipeline_conf file or in the run-pipeline command.

Parameters in processes

12 Aug 18:52
744568f
Compare
Choose a tag to compare

Added params usage of processes:

  • Configurable params of processes

  • Run several times a same process with a different value of a parameter.

PIP package version

04 Aug 18:29
b89cb86
Compare
Choose a tag to compare

Main features added:

  • Normandy installable from PIP.

  • Improved command line interface.

  • Add command to create Normandy project.

  • Added MIT License

First Stable Version

21 Jul 18:42
ae41498
Compare
Choose a tag to compare
First Stable Version Pre-release
Pre-release

With this version the pipelines run with features:

  • Stable pipeline excecution.
  • Tags: Choose which flows run, and prevent some process to run with multitag usage.
  • Enviroments control: choose which enviroment run and add settings based on them.
  • Flows run in parallel.