Skip to content

Releases: firecow/gitlab-ci-local

Bugfix rules

16 Nov 15:22
Compare
Choose a tag to compare
  • Rules fallback is when: never, but inside a single rule it's when: on_success

Bugfix rules

12 Nov 10:52
Compare
Choose a tag to compare
  • allow_failure in rules now works

Gitlab User variables

11 Nov 22:12
Compare
Choose a tag to compare
  • Extrapolate gitlab user vars from project folder

Environments

07 Nov 21:27
Compare
Choose a tag to compare
  • Implemented environments: feature to print at the end of a run

Faster execution

06 Nov 16:48
Compare
Choose a tag to compare
  • Include's fetched online are now much faster
  • Workflow added to reserved key-words

Rules

23 Oct 12:47
Compare
Choose a tag to compare
  • Implemented rules:
  • Fixed bug, where jobs started by needs satisfaction and had when:never

Bugfix. Manual jobs with needs

12 Aug 12:29
Compare
Choose a tag to compare
  • Fixed bug, where manual jobs were started if their needs were satisfied, even without --manual option

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