-
Notifications
You must be signed in to change notification settings - Fork 1
feat(cargo-each): run a command per workspace member with cargo-style selection #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
martin-kolinek
wants to merge
23
commits into
main
Choose a base branch
from
cargo-each
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
5976f9f
docs: hoist design-docs policy to root AGENTS.md; rename design docs …
martin-kolinek b82ffbd
feat(cargo-each): new cargo subcommand to run a command per workspace…
martin-kolinek 106a266
chore: regenerate cargo-anvil and automation READMEs
martin-kolinek d7ac47a
review: address reviewer feedback on cargo-each
martin-kolinek db3c7df
review: enforce --exclude, refine fail-fast exit code, add logos
martin-kolinek 217a178
review: fix is_whole_workspace to match resolve() for --workspace + -p
martin-kolinek 8498156
review: validate metadata keys and use a linear glob matcher
martin-kolinek f9bd551
review: match name@version specs, clarify filter composition, doc fixes
martin-kolinek f6519cb
review: implement cargo partial-version matching for name@version specs
martin-kolinek d633ffc
fix(cargo-each): avoid != operator in rustdoc that trips spellcheck
martin-kolinek eb90504
review: cargo-accurate semver matching and validate templates on empt…
martin-kolinek f5c4163
test(cargo-each): cover prerelease/build version matching end-to-end
martin-kolinek 686abed
chore(spelling): add 'versioned' to dictionary
martin-kolinek e95b23e
test(cargo-each): make the --chdir test observe the working directory
martin-kolinek 994c6bf
review: tighten version_matches build/prerelease rules; test filter a…
martin-kolinek b9c7f8d
test(cargo-each): kill surviving mutants in version_matches guard
martin-kolinek a9cc752
review: reject malformed version specs and cover metadata projection
martin-kolinek 34b7f4e
review: address round-12 reviewer feedback
martin-kolinek bfc75e3
review: address round-13 meta-findings
martin-kolinek f4f64c6
docs: explain how cargo-each differs from cargo-workspaces exec
martin-kolinek 21d200d
docs: compare cargo-each to cargo-hack in the design doc
martin-kolinek 442c361
refactor!: make cargo-each binary-only (no public library API)
martin-kolinek d4660dd
fix: repair intra-doc links broken by the binary-only restructure
martin-kolinek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,23 @@ | ||
| # automation  [](https://crates.io/crates/automation) [](https://docs.rs/automation) [](https://github.com/rust-lang/rust/releases/tag/1.88.0) | ||
| <div align="center"> | ||
| <img src="./logo.png" alt="Automation Logo" width="96"> | ||
|
|
||
| # Automation | ||
|
|
||
| [](https://crates.io/crates/automation) | ||
| [](https://docs.rs/automation) | ||
| [](https://crates.io/crates/automation) | ||
| [](https://github.com/microsoft/ox-tools/actions/workflows/main.yml) | ||
| [](https://codecov.io/gh/microsoft/ox-tools) | ||
| [](../../LICENSE) | ||
| <a href="../.."><img src="../../logo.svg" alt="This crate was developed as part of the Oxidizer project" width="20"></a> | ||
|
|
||
| </div> | ||
|
|
||
| An unpublished crate for shared code used for writing Rust scripts | ||
|
|
||
|
|
||
| <hr/> | ||
| <sub> | ||
| This crate was developed as part of <a href="../..">The Oxidizer Project</a>. Browse this crate's <a href="https://github.com/microsoft/ox-tools/tree/main/crates/automation">source code</a>. | ||
| </sub> | ||
|
|
||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.