aboutsummaryrefslogtreecommitdiff
path: root/mingling_ci/help.txt
Commit message (Collapse)AuthorAgeFilesLines
* chore: reorganize dev tools into dev/ directory and consolidate configsHEADmain魏曹先生7 hours1-34/+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魏曹先生25 hours1-0/+3
| | | | | 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魏曹先生26 hours1-0/+5
| | | | | | | 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(mingling_ci): rename build, clippy, and docs commands to -check魏曹先生26 hours1-4/+4
| | | | suffix
* feat(ci-new): add docs-build command to mingling_ci魏曹先生26 hours1-0/+1
|
* feat(ci-new): add test-examples command魏曹先生26 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.
* docs(ci-new): align help text command layout魏曹先生26 hours1-14/+13
|
* feat(ci-new): add markdown structural comparison commands魏曹先生26 hours1-9/+11
| | | | | | | Add `markdown-compare` and `markdown-compare-all` commands to verify that translated docs maintain the same structure as the reference. Compare heading levels, code fences, lists, quotes, and other structural elements while allowing text differences.
* feat(ci-new): add markdown code block verification commands魏曹先生26 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.
* feat(ci-new): add test-all task with per-crate config support魏曹先生27 hours1-0/+1
| | | | | Add a new `test-all` command that runs tests across all crates with optional per-crate command overrides via `mingling-ci.toml` files.
* feat(ci-new): add clippy-all task to run clippy on all crates魏曹先生27 hours1-0/+1
|
* feat(ci-new): add show-features command to list documented features魏曹先生28 hours1-0/+1
|
* feat(ci-new): implement build-all task魏曹先生28 hours1-4/+11
| | | | | Run cargo build for all package manifests in parallel and report failures.
* feat: add new Mingling CI system crate (WIP)魏曹先生28 hours1-0/+11
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.