Skip to content

Releases: MrPuls/local-ci

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 11 Jun 11:07
bdf2d27

Changelog

  • bdf2d27 Merge pull request #38 from MrPuls/feat/ui-improvements
  • f2c5fa7 chore: version bump
  • 6d4cf16 feat: ui improvements git info in history editor syntax validator run health in history logs search notifications bell

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 11 Jun 10:56
405e1b5

Changelog

  • 405e1b5 Merge pull request #37 from MrPuls/feat/dx-improvements
  • d3b94e5 feat: shell, watch mode, rerun bn for UI, validate cmd, gitlab import

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 14:18
1e39abf

Changelog

  • 1e39abf Merge pull request #36 from MrPuls/feat/engine-features
  • 7cdcec3 feat: services, artifacts, needs keyword, per job retry and timeout

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 13:17
040381b

Changelog

  • b51513a Merge branch 'feat/serve-api' of github.com:MrPuls/local-ci into feat/serve-api
  • 7ad2943 Merge pull request #34 from MrPuls/feat/serve-api
  • 040381b Merge pull request #35 from MrPuls/feat/vue-web-ui
  • 521d7f3 Potential fix for pull request finding 'CodeQL / Uncontrolled data used in path expression'
  • 031975e feat: UI engine status, history pagination and db info, smal text tweaks
  • 6e62ae1 feat: added embedded web, makefile. Updated releaser, docs
  • fe75c31 feat: added multi-config selection, yaml editor
  • 203c16e feat: added server api
  • a8a0e11 feat: another cwe fix
  • da97e48 feat: codeql fixes
  • f92b4ff feat: cwe fix
  • 5811202 feat: initial ui
  • 4543541 feat: new icons, removed tweaks panel, removed theme toast
  • 639049a feat: renamed UI elements for better UX
  • 938185d feat: version bump

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 29 May 13:29
7d719f3

Changelog

  • 7d719f3 Merge pull request #33 from MrPuls/feat/persistence-store
  • 34ae119 feat: persistant storage
  • 6246eb8 feat: version bump

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 29 May 12:58
97c5f4e

Changelog

  • 97c5f4e Merge pull request #32 from MrPuls/feat/engine-event-bus
  • 6d56470 feat: moved core functionality to engine

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 28 May 13:17
8da31e1

Changelog

  • 8da31e1 Merge pull request #31 from MrPuls/feat/yaml-templates
  • d4a5aa1 chore: version bump
  • 09fe8dc feat: added stage splicing from templates
  • 5b7c96f feat: added templates capability

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 26 May 14:13
b5faf2f

Changelog

  • 87115c6 Merge pull request #28 from MrPuls/feat/parallel-job-runs
  • b5faf2f Merge pull request #30 from MrPuls/feat/matrix-run-capabilities
  • ba20434 chore: version bump
  • cb9d361 feat: added matrix run capabilities

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 May 16:06
006cb46

Changelog

  • fe8a272 feat: added parallel keyword Allows user to run specific job(s) in parallel alongside the main pipeline
  • 4cacb0e feat: added ability to run parallel jobs on a per stage basis
  • be38472 feat: added new cli arg for parallel run
  • 4bd191e feat: added parralel run capability
  • ce32e89 feat: removed pipeline struct, reverted runner structure
  • c8be725 feat: runner refactoring
  • 006cb46 feat: version bump

v0.0.24

Choose a tag to compare

@github-actions github-actions released this 05 Apr 14:59
f288508

Changelog

  • f288508 Merge pull request #27 from MrPuls/feat/env-vars-to-bootstrap
  • b51792d feat: added ability to pass env vars to bootstrap and cleanup as well as env variables passing. Updated docs