summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge pull request 'feat: allow config fields to use byte unit suffixes' (#10...HEADmainLars Wirzenius3-6/+328
14 daysfeat: allow config fields to use byte unit suffixesLars Wirzenius3-6/+328
2024-03-31Merge pull request 'TEMP: diable lintien in deb action, for now' (#101) from ...Lars Wirzenius1-1/+2
2024-03-31TEMP: diable lintien in deb action, for nowLars Wirzenius1-1/+2
2024-03-29Merge pull request 'feat: use copy-on-write qcow2 images for VM image' (#100)...Lars Wirzenius1-2/+29
2024-03-29feat: use copy-on-write qcow2 images for VM imageLars Wirzenius1-2/+29
2024-03-29Merge pull request 'fix: reverse check for dirty git repo' (#99) from fix int...Lars Wirzenius1-1/+1
2024-03-29fix: reverse check for dirty git repoLars Wirzenius1-1/+1
2024-03-29Merge pull request 'refactor: drop builder pattern for Decision' (#98) from r...Lars Wirzenius1-105/+97
2024-03-29refactor: drop builder pattern for DecisionLars Wirzenius1-105/+97
2024-03-29Merge pull request 'refactor: add type to capture the "run or don't run" deci...Lars Wirzenius2-42/+293
2024-03-29refactor: add type to capture the "run or don't run" decisionLars Wirzenius2-42/+293
2024-03-17Merge pull request 'feat: fail deb action if lintian finds problems' (#93) fr...Lars Wirzenius1-1/+1
2024-03-17feat: fail deb action if lintian finds problemsLars Wirzenius1-1/+1
2024-03-16Merge pull request 'feat: allow --dput as an alias for --dput-target' (#86) f...Lars Wirzenius1-2/+2
2024-03-16feat: allow --dput as an alias for --dput-targetLars Wirzenius1-2/+2
2024-03-16Merge pull request 'feat: run "cargo fetch" with --locked' (#85) from cargo-f...Lars Wirzenius1-0/+1
2024-03-16feat: run "cargo fetch" with --lockedLars Wirzenius1-0/+1
2024-03-16Merge pull request 'fix: regex has no way to match EOL' (#84) from fix into mainLars Wirzenius1-1/+1
2024-03-16fix: regex has no way to match EOLLars Wirzenius1-1/+1
2024-03-09Merge pull request 'feat: set a default log level' (#79) from default-log-lev...Lars Wirzenius1-1/+5
2024-03-09feat: set a default log levelLars Wirzenius1-1/+5
2024-02-25Merge pull request 'fix: messaging about whether and why run is run or skippe...Lars Wirzenius1-3/+5
2024-02-25fix: messaging about whether and why run is run or skippedLars Wirzenius1-3/+5
2024-02-24Merge pull request 'deb' (#76) from deb into mainLars Wirzenius2-232/+225
2024-02-24feat! drop rustup_setupLars Wirzenius1-34/+0
2024-02-24feat! do Debian packages without dh-cargoLars Wirzenius2-202/+229
2024-02-21Merge pull request 'feat: allow configuring max size of cache, artifacts' (#7...Lars Wirzenius4-7/+43
2024-02-21feat: allow configuring max size of cache, artifactsLars Wirzenius4-7/+43
2024-02-20Merge pull request 'build: binaries are statically linked with musl in the de...Lars Wirzenius4-3/+5
2024-02-20build: binaries are statically linked with musl in the debLars Wirzenius4-3/+5
2024-02-14Merge pull request 'build: add Debian packaging' (#69) from debian into mainLars Wirzenius8-0/+47
2024-02-14build: add Debian packagingLars Wirzenius8-0/+47
2024-02-10Merge pull request 'fix: cargo_clippy actions works in offline mode' (#68) fr...Lars Wirzenius1-1/+9
2024-02-10fix: cargo_clippy actions works in offline modeLars Wirzenius1-1/+9
2024-02-03Merge pull request 'fix: if clippy finds any problems, fail the action' (#67)...Lars Wirzenius1-1/+4
2024-02-03fix: if clippy finds any problems, fail the actionLars Wirzenius1-1/+4
2024-01-27Merge pull request 'feat: have a per-project dependencies directory' (#66) fr...Lars Wirzenius3-3/+11
2024-01-27feat: have a per-project dependencies directoryLars Wirzenius3-3/+11
2024-01-26feat! add a dput post-plan actionLars Wirzenius3-21/+17
2024-01-26feat! add rsync post-plan actionLars Wirzenius3-20/+60
2024-01-26refactor: pass around a reference to a State, not a statedir pathLars Wirzenius4-11/+16
2024-01-26feat: put artifacts into a per-project directoryLars Wirzenius4-7/+29
2024-01-26feat! drop Project::artifacts field and methodLars Wirzenius1-5/+0
2024-01-20Merge pull request 'fixes' (#61) from fmt into mainLars Wirzenius2-5/+2
2024-01-20fix(CargoFmt): run in check mode, drop meaningless optionsLars Wirzenius1-4/+1
2024-01-20fix: allow cache drive to be 10 gigsLars Wirzenius1-1/+1
2024-01-20Merge pull request 'cache' (#59) from cache into mainLars Wirzenius4-30/+97
2024-01-20feat: set CARGO_TARGET_DIR to /workspace/cache for Rust actionsLars Wirzenius1-29/+41
2024-01-20feat: use /workspace/cache as a persistent cache between runsLars Wirzenius3-1/+56