Skip to content

Releases: firecow/gitlab-ci-local

Services port checking

01 Dec 08:05

Choose a tag to compare

  • services: PORT's are now checked before job scripts are executed
  • Bumped various npm packages
  • Use axios instead of node-fetch

4.26.3

13 Nov 08:37

Choose a tag to compare

  • Harden GitData remote matching and project file includes

4.26.2

12 Nov 18:40

Choose a tag to compare

4.26.1

09 Nov 09:58

Choose a tag to compare

  • Fix bug in rules: Thanks to @hwo411 for reporting
  • Add GITLAB_USER_ID @firecow

4.26.0

28 Oct 17:11

Choose a tag to compare

  • brew install gitlab-ci-local for them Mac users @FnuGk
  • Add --variable cli option @aepfli
  • Add @NoArtifactsToSource decorator @ck-trigfb
  • Add needs: [{j ob: test-job, artifacts:true }] support @ColdIce1
  • Predefined variables are now lowest in the variable override order, as it should be @firecow
  • Upgrade npm packages @firecow
  • General code simplifications and removal of code smells @firecow

4.25.1

16 Oct 10:50

Choose a tag to compare

  • Add PPA repository apt-get install gitlab-ci-local
  • needs: must fully contain dependencies:
  • Bugfix regex in rules:
  • Expand variables on cache: object
  • Nested includes with "simple" local references now work.
  • Removed a few sonarcloud codesmells
  • Bumped various npm packages

4.25.0

08 Oct 17:35

Choose a tag to compare

  • Use node 16
  • Implement artifacts.reports.dotenv feature
  • cache: can now be a list
  • Fix issues on MacOS with --shell-isolation
  • Cache node_modules in github workflows
  • Add to README that MacOS users needs bash >= 4.x
  • Add bug report and feature request templates

CI_PROJECT_PATH bugfix

23 Sep 09:27

Choose a tag to compare

  • Fix bug in CI_PROJECT_PATH
  • Move exception handling into handler.ts
  • Use base64url instead of base32 to "mask" weird characters
  • Fix bug with coverage:
  • Add renovate.json

!reference multilevel bug

07 Sep 05:53

Choose a tag to compare

  • Fix bug where !reference lists/arrays would expand incorrect
  • Fixed a bug where "still running..." wouldn't print more than once for each job

needs from same stage

27 Aug 09:16

Choose a tag to compare

  • Its now possible to need from same stage.
  • Fixed bugs in job variable expansion