Skip to content

Releases: firecow/gitlab-ci-local

List command

21 Mar 12:34
Compare
Choose a tag to compare
  • Added gitlab-ci-local list command
  • Added Bash completion instructions to readme.
  • Better yargs setup

Ended Report

20 Mar 11:45
Compare
Choose a tag to compare
  • There is now an ended report, when the pipeline exits

Directed acyclic graph support via needs tag

06 Mar 07:46
eb3233f
Compare
Choose a tag to compare
  • Needs tag
  • gitlab-ci-local --version now works

Renamed to gitlab-ci-local

26 Feb 09:17
Compare
Choose a tag to compare
  • Renamed project to gitlab-ci-local
  • needs tag now works
  • Refactored job output. Looks better now.
  • Added .gitlab-ci-local workspace folder, that holds current pipeline id and log outputs as file

More features and extend tag fix

28 Jan 19:37
Compare
Choose a tag to compare
  • gitlab-local-pipeline exec implemented
  • gitlab-local-pipeline manual implemented
  • gitlab-local-pipeline -m removed
  • when:never implemented
  • Fixed bug with extend tag

Pipeline Id and Manual Jobs

19 Jan 21:19
Compare
Choose a tag to compare
  • Added support for when:manual
  • Added support for -m cli option (Runs a manual job)
  • Expose random CI_PIPELINE_ID to environment variables

Support for 'extends' tag

18 Jan 20:22
Compare
Choose a tag to compare
  • Added support for 'extends' tag

Renamed to gitlab-local-pipeline

13 Jan 18:28
Compare
Choose a tag to compare
  • Repository name have changed, and executables are now called gitlab-local-pipeline

Added "some" default support

11 Jan 14:03
Compare
Choose a tag to compare
  • Added support for default:before_script
  • Added support for default:after_script

Added include:local

11 Jan 10:29
Compare
Choose a tag to compare
  • Added support for Include:local tag