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

Fixes #5948 Adds keyring support #5952

Merged
merged 4 commits into from
May 10, 2019
Merged

Fixes #5948 Adds keyring support #5952

merged 4 commits into from
May 10, 2019

Commits on May 7, 2019

  1. Issue pypa#5948: Enable keyring support

    This requires keyring and any backends to be installed separately.
    Once discovered, it will be used to retrieve credentials by index URL
    and netloc before prompting. If the user is prompted and the
    credentials work, they will (optionally) be saved to keyring against
    the netloc of the requested URL.
    zooba committed May 7, 2019
    Configuration menu
    Copy the full SHA
    c63ee61 View commit details
    Browse the repository at this point in the history
  2. Fix mismerged import

    zooba committed May 7, 2019
    Configuration menu
    Copy the full SHA
    e04cb49 View commit details
    Browse the repository at this point in the history
  3. Improve import error handling

    Fix --no-index usage
    Fix missing type annotation type
    zooba committed May 7, 2019
    Configuration menu
    Copy the full SHA
    49b9298 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Upwrap import

    zooba committed May 8, 2019
    Configuration menu
    Copy the full SHA
    3816a74 View commit details
    Browse the repository at this point in the history