-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Pull requests: rust-lang/cargo
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
chore: dogfood Cargo Area: issues with building cargo
A-cfg-expr
Area: Platform cfg expressions
A-cli
Area: Command-line interface, option parsing, etc.
A-cli-help
Area: built-in command-line help
A-credential-provider
Area: credential provider for storing and retreiving credentials
A-dependency-resolution
Area: dependency resolution and the resolver
A-environment-variables
Area: environment variables
A-home
Area: the `home` crate
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-interacts-with-crates.io
Area: interaction with registries
A-lints-table
Area: [lints] table
A-registry-authentication
Area: registry authentication and authorization (authn authz)
A-semver
Area: semver specifications, version matching, etc.
A-testing-cargo-itself
Area: cargo's tests
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
-Zlints
table feature
A-building-cargo-itself
refactor(SourceId): merge Area: cargo config files and env vars
A-interacts-with-crates.io
Area: interaction with registries
A-registry-authentication
Area: registry authentication and authorization (authn authz)
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
name
and alt_registry_key
into one enum
A-configuration
credential provider implementation
A-cli
Area: Command-line interface, option parsing, etc.
A-configuration
Area: cargo config files and env vars
A-documenting-cargo-itself
Area: Cargo's documentation
A-git
Area: anything dealing with git
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-interacts-with-crates.io
Area: interaction with registries
A-manifest
Area: Cargo.toml issues
A-registries
Area: registries
A-registry-authentication
Area: registry authentication and authorization (authn authz)
A-sparse-registry
Area: http sparse registries
A-testing-cargo-itself
Area: cargo's tests
Command-login
Command-logout
Command-owner
Command-publish
Command-yank
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Read environment variables through Area: anything dealing with executing the compiler
A-cfg-expr
Area: Platform cfg expressions
A-cli
Area: Command-line interface, option parsing, etc.
A-configuration
Area: cargo config files and env vars
A-console-output
Area: Terminal output, colors, progress bar, etc.
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-git
Area: anything dealing with git
A-interacts-with-crates.io
Area: interaction with registries
A-layout
Area: target output directory layout, naming, and organization
A-profiles
Area: profiles
A-registries
Area: registries
A-registry-authentication
Area: registry authentication and authorization (authn authz)
Command-doc
Command-fix
Command-install
Command-new
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Config
instead of std::env::var(_os)
A-build-execution
[stable-1.72.0] add missing Area: anything dealing with git
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-manifest
Area: Cargo.toml issues
A-registries
Area: registries
A-registry-authentication
Area: registry authentication and authorization (authn authz)
A-sparse-registry
Area: http sparse registries
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
windows-sys
features back
A-git
Update 1password to the version 2 CLI
A-registry-authentication
Area: registry authentication and authorization (authn authz)
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Fix Cargo warning about unused sparse configuration key
A-registry-authentication
Area: registry authentication and authorization (authn authz)
A-sparse-registry
Area: http sparse registries
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
--help
output use line wrap
A-registry-authentication
#11991
by heisen-li
was closed Apr 21, 2023
Loading…
chore: make credential dependencies platform-specific
A-registry-authentication
Area: registry authentication and authorization (authn authz)
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
fix(cargo-credential): should enable feature Area: registry authentication and authorization (authn authz)
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
serde/derive
A-registry-authentication
feat: also try to auth for config if server returns status 403
A-documenting-cargo-itself
Area: Cargo's documentation
A-registries
Area: registries
A-registry-authentication
Area: registry authentication and authorization (authn authz)
A-sparse-registry
Area: http sparse registries
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#12446
by Fishrock123
was closed Aug 7, 2023
Loading…
Use thiserror for credential provider errors
A-registry-authentication
Area: registry authentication and authorization (authn authz)
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Fix printing multiple warning messages for unused fields in [registries] table
A-configuration
Area: cargo config files and env vars
A-registry-authentication
Area: registry authentication and authorization (authn authz)
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
login: allow passing additional args to provider
A-cli
Area: Command-line interface, option parsing, etc.
A-interacts-with-crates.io
Area: interaction with registries
A-registry-authentication
Area: registry authentication and authorization (authn authz)
Command-login
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
chore: window-sys should be a platform-specific dependency
A-registry-authentication
Area: registry authentication and authorization (authn authz)
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
docs: add example for cargo-credential
A-registry-authentication
Area: registry authentication and authorization (authn authz)
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Change order of registry.global-credential-providers
A-documenting-cargo-itself
Area: Cargo's documentation
A-registry-authentication
Area: registry authentication and authorization (authn authz)
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#12480
by arlosi
was closed Aug 18, 2023
Loading…
credential: rename cargo:basic to cargo:token-from-stdout
A-documenting-cargo-itself
Area: Cargo's documentation
A-registry-authentication
Area: registry authentication and authorization (authn authz)
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
credential-providers: make 1password no longer built-in
A-credential-provider
Area: credential provider for storing and retreiving credentials
A-documenting-cargo-itself
Area: Cargo's documentation
A-registry-authentication
Area: registry authentication and authorization (authn authz)
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
cargo-credential-gnome-secret: dynamically load libsecret
A-credential-provider
Area: credential provider for storing and retreiving credentials
A-registry-authentication
Area: registry authentication and authorization (authn authz)
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
cargo-credential: change serialization of cache expiration
A-documenting-cargo-itself
Area: Cargo's documentation
A-registry-authentication
Area: registry authentication and authorization (authn authz)
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Remove environment variable suggestion from Area: registry authentication and authorization (authn authz)
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
AuthorizationError
A-registry-authentication
#12628
by arlosi
was closed Sep 7, 2023
Loading…
Bump cargo-credential-1password to v0.4.0
A-registry-authentication
Area: registry authentication and authorization (authn authz)
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Create dedicated unstable flag for asymmetric-token
A-documenting-cargo-itself
Area: Cargo's documentation
A-registry-authentication
Area: registry authentication and authorization (authn authz)
A-unstable
Area: nightly unstable support
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
refactor: fix lint errors in preparation of Area: Platform cfg expressions
A-cli-help
Area: built-in command-line help
A-dependency-resolution
Area: dependency resolution and the resolver
A-infrastructure
Area: infrastructure around the cargo repo, ci, releases, etc.
A-registry-authentication
Area: registry authentication and authorization (authn authz)
A-semver
Area: semver specifications, version matching, etc.
A-testing-cargo-itself
Area: cargo's tests
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
[lints]
table integration
A-cfg-expr
Previous Next
ProTip!
Adding no:label will show everything without a label.