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

Add an interface to allow calling system keyring #11589

Merged
merged 19 commits into from
Nov 10, 2022

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    b87ddb9 View commit details
    Browse the repository at this point in the history
  2. Add news

    judahrand committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    edc588c View commit details
    Browse the repository at this point in the history
  3. Improve cli interface

    judahrand committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    4cbae5b View commit details
    Browse the repository at this point in the history
  4. Raise better exception

    judahrand committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    efa7f2b View commit details
    Browse the repository at this point in the history
  5. Don't capture output

    judahrand committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    7e93102 View commit details
    Browse the repository at this point in the history
  6. Handle IO encoding

    judahrand committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    6ec0af5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5c96b1 View commit details
    Browse the repository at this point in the history
  8. Set keyring correctly

    judahrand committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    43abcf0 View commit details
    Browse the repository at this point in the history
  9. Use full keyring path

    judahrand committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    5137ce2 View commit details
    Browse the repository at this point in the history
  10. Prevent keyring from ever reading from stdin

    It shouldn't need to ever so no reason to allow it and have
    to jiggle around the `--no-input` option in `pip`.
    judahrand committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    4fc2008 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    888c3b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    996d4fa View commit details
    Browse the repository at this point in the history
  3. Import keyring lazily

    judahrand committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    4f8a613 View commit details
    Browse the repository at this point in the history
  4. Get the tests passing again

    judahrand committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    3a15e01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d9ea8b View commit details
    Browse the repository at this point in the history
  6. Simplify provider interface

    judahrand committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    c04222f View commit details
    Browse the repository at this point in the history
  7. Move keyring import

    judahrand committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    e6e42de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14a3d93 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    623ac5d View commit details
    Browse the repository at this point in the history