aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/pages/abouts/ci.md
Commit message (Collapse)AuthorAgeFilesLines
* chore: reorganize dev tools into dev/ directory and consolidate configs魏曹先生37 hours1-36/+36
| | | | | | | | | | 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.
* docs(ci): clarify git-unlock dirty check behavior魏曹先生2 days1-1/+9
| | | | | Document that the dirtiness check compares content, not timestamps, and add the `--show-diff` flag example used by CI workflows.
* docs: update CI documentation for new pipeline structurewip/new-mingling-ci魏曹先生2 days1-45/+95
| | | | | Update contributor and dev docs to reflect the new `mingling_ci` crate, `ci.py` orchestration script, and subcommand-based CI workflow.
* refactor: parallelize example builds in test-examples tool魏曹先生6 days1-1/+6
| | | | | | Split test-examples into two phases: build all examples in parallel first, then run tests serially against pre-built binaries. Abort on any build failure instead of skipping tests for that example.
* refactor: move example tests into per-example test.toml files魏曹先生6 days1-10/+14
| | | | | | Replace the centralized `examples/test-examples.toml` with individual `test.toml` files in each example directory, updating the test runner and related documentation accordingly.
* ci: Refactor CI workflows into single check matrix魏曹先生8 days1-20/+31
| | | | | | Replace the separate code/docs CI jobs and local check flags with a unified `--check-*` flag system, enabling each check to run independently across a platform matrix.
* docs: add API documentation deployment section to CI docs魏曹先生2026-07-171-9/+26
|
* docs: migrate ABOUT-CI and ABOUT-NIGHTLY to dev docs site魏曹先生2026-07-101-0/+71
Replace relative file links with absolute URLs and add centered page headers to the migrated docs. Update the dev sidebar to include the new pages.