aboutsummaryrefslogtreecommitdiff
path: root/mingling_ci/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: reorganize dev tools into dev/ directory and consolidate configsHEADmain魏曹先生19 hours1-28/+0
| | | | | | | | | | Move CI, dev tools, and configs from root-level scattered locations into a unified `dev/` directory structure. Update all references across build scripts, documentation, and editor configurations. Also consolidate editor config generation into build.rs for automated synchronization of rust-analyzer settings across VS Code and Zed.
* feat(ci-new): add git-lock and git-unlock CI commands魏曹先生38 hours1-0/+1
| | | | | Add temporary commit and restore commands to stabilize the workspace during CI runs, with safety checks and error handling.
* feat(ci-new): add refresh tools for docs, examples, and features魏曹先生38 hours1-0/+1
| | | | | | | Add three utility commands to regenerate generated files: - `docsify-refresh`: fix code-box blank lines and regenerate sidebars - `example-refresh`: regenerate example docs module and examples index - `features-refresh`: regenerate the features module from Cargo.toml
* refactor(ci-new): extract shared task progress bar helper魏曹先生38 hours1-0/+1
|
* feat(ci-new): add test-examples command魏曹先生39 hours1-0/+1
| | | | | | Add a new `test-examples` command that builds each example and runs its `test.toml` cases, reporting failures and setting a non-zero exit code when any example fails.
* feat(ci-new): add markdown code block verification commands魏曹先生39 hours1-0/+2
| | | | | | | Add `markdown-check` and `markdown-check-all` commands to verify Rust code blocks in markdown files. Code blocks are compiled as test projects, sharing temporary crates based on dependency configuration for parallel execution.
* refactor(ci-new): rename job module to task魏曹先生41 hours1-1/+1
|
* feat: add new Mingling CI system crate (WIP)魏曹先生41 hours1-0/+22
Add `mingling_ci` as a standalone CI system built on Mingling 0.4.0 to validate the next version, with report collection and manifest listing commands.