Skip to content
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

Load credentials only when needed #7774

Merged
merged 5 commits into from
Jan 15, 2020
Merged

Commits on Jan 7, 2020

  1. Load credentials only when needed

    Credentials are always loaded, even if these are not used. If
    access to confidential files such as credentials is not given,
    `cargo build` fails despite not using credentials.
    
    Fixes rust-lang#7624.
    giraffate committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    4b70f14 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    5e15286 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Configuration menu
    Copy the full SHA
    3c673cb View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Refactoring of creating files in tests

    Use `mkdir_p` and `fs::write`.
    giraffate committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    8076f57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    438d005 View commit details
    Browse the repository at this point in the history