| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Prompted by:
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2255#note_3046801
|
| |
|
|
|
|
|
| |
Prompted by:
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2255#note_3046739
There is an improvement to comment semantics.
|
| |
|
|
|
| |
Prompted by:
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2255#note_3046737
|
| | |
|
| | |
|
|
|
Compared to check-crate-owners:
1. Checks for uniformity, rather than having an embedded list
of intended maintainers.
2. Uses curl | jq, rather than `cargo owner`.
This is necessary for:
3. Ignores crates which have never been published.
This is necessary to be able to run this in CI, since there
may be new crates in the workspace.
4. Prints the ownership information rather differently -
just the usernames. This is a consequence of using curl | jq.
|