Releases: ds300/lazyrepo
Releases · ds300/lazyrepo
v0.0.0-alpha.27
v0.0.0-alpha.26
v0.0.0-alpha.25
v0.0.0-alpha.24
Release Notes
Cache console output (#92)
- Add support for a
logMode
option with the following options:'none'
– console output from tasks is only written to log files, never printed.'new-only'
(default) – console output from tasks is only printed if the task actually runs (i.e. is a cache miss or has cache disabled)'errors-only'
– only log the output if the task fails'full'
– always log the output, including the cached output if the task was a cache hit.
- Changes the output paths of manifests and diffs.
🚀 Enhancement
- Cache output files #95 (@ds300)
- Cache console output #92 (@ds300)
- Support workspace overrides #86 (@ds300)
🐛 Bug Fix
Authors: 1
- David Sheldrick (@ds300)
v0.0.0-alpha.23
v0.0.0-alpha.22
v0.0.0-alpha.21
🐛 Bug Fix
- Add colors to the diff depending on the diff kind. #77 (@MitjaBezensek)
⚠️ Pushed to main
🏠 Internal
Authors: 2
- David Sheldrick (@ds300)
- Mitja Bezenšek (@MitjaBezensek)
v0.0.0-alpha.20
v0.0.0-alpha.19
Update CHANGELOG.md [skip ci]
v0.0.0-alpha.18
🐛 Bug Fix
- Fix publishing script. #74 (@MitjaBezensek)
- Exit after successfully running commands #72 (@MitjaBezensek @ds300)
🏠 Internal
- don't run check-pr-labels on merged/closed PRs #73 (@ds300)
- Improve check-pr-labels script #71 (@ds300)
- add check-pr-labels script #70 (@ds300)
🧪 Tests
Authors: 3
- David Sheldrick (@ds300)
- Mark Ladyshau (@mrkldshv)
- Mitja Bezenšek (@MitjaBezensek)