Skip to content

Releases: firecow/gitlab-ci-local

Include file directive can now be an array

16 Dec 09:53
Compare
Choose a tag to compare
  • Include file directive can now also be an array
  • Fix bug with mounted tmp folder linux file permissions

Copy cache in/out properly

09 Dec 14:51
Compare
Choose a tag to compare
  • Proper cache copy in/out functionality
  • Possibility to use "old" host mount based caching
  • Fixed project variables file, and added it to README

Services port checking

01 Dec 08:05
Compare
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
Compare
Choose a tag to compare
  • Harden GitData remote matching and project file includes

4.26.2

12 Nov 18:40
Compare
Choose a tag to compare

4.26.1

09 Nov 09:58
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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