Skip to content

Releases: firecow/gitlab-ci-local

Added # @Description parsing

10 Jul 11:38
Compare
Choose a tag to compare
  • Added description "tag" parsing and output in --list

Simplified End Report

09 Jul 11:45
Compare
Choose a tag to compare
  • A more simple and easy to understand end report
  • Small bug fixes

Stages fallbacks

23 Jun 11:20
Compare
Choose a tag to compare
  • Proper stages fallback
  • Development npm start script and README update

include:file

16 Jun 06:33
Compare
Choose a tag to compare
  • Added support for include:file tag
  • Recursive include's now work

YAML 1.3 support

03 Jun 07:35
Compare
Choose a tag to compare
  • Use yaml library that supports YAML 1.3 specs
  • Support for gitlab predefined variables usage in other variables

Needs option

04 May 08:57
Compare
Choose a tag to compare
  • Added needs command option
  • Running needs as default, didn't make any sense.

Help page, new command usage

01 May 08:54
Compare
Choose a tag to compare
  • Major bump, because usage have changed.
  • Exec removed, you now just type gitlab-ci-local [jobname]
  • Added "many" gitlab predefined variables like CI_JOB_ID n' such
  • Single jobs, now execute needed job, before running themselves.

Single bash instance

29 Apr 07:17
6590943
Compare
Choose a tag to compare
  • Only one bash gets spawned per job now.
  • That makes it possible, to show each script start point in job execution.

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