aboutsummaryrefslogtreecommitdiff
path: root/mingling_ci/src/task
Commit message (Collapse)AuthorAgeFilesLines
* refactor(ci-new): generalize report entries from packages to items魏曹先生28 hours4-17/+25
| | | | | | | | Rename package-based terminology and structures to item-based, allowing arbitrary items with associated locations instead of only crate packages. Locations are now carried through report files and included in generated reports, with the fallback to `—` removed.
* feat(ci-new): add test-all task with per-crate config support魏曹先生29 hours4-18/+90
| | | | | Add a new `test-all` command that runs tests across all crates with optional per-crate command overrides via `mingling-ci.toml` files.
* refactor(ci-new): aggregate successful package reports魏曹先生29 hours1-0/+1
| | | | | Replace per-package `.ok` files with a single `ok` file listing successful packages per platform, flushed after all checks complete.
* chore(ci-new): replace progress system with indicatif魏曹先生29 hours1-33/+66
|
* refactor(ci-new): extract parallel cargo check runner魏曹先生29 hours3-130/+112
| | | | | | | Extract the duplicate parallel check logic from build-all and clippy-all tasks into a shared `run_parallel_checks` helper. Update renderers to set exit code instead of printing failure counts.
* feat(ci-new): add clippy-all task to run clippy on all crates魏曹先生29 hours1-0/+90
|
* feat(ci-new): implement build-all task魏曹先生30 hours1-3/+87
| | | | | Run cargo build for all package manifests in parallel and report failures.
* refactor(ci-new): rename job module to task魏曹先生30 hours1-0/+4