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

Support .netrc by trust_env #2584

Merged
merged 18 commits into from
Dec 14, 2017
Merged

Support .netrc by trust_env #2584

merged 18 commits into from
Dec 14, 2017

Commits on Dec 3, 2017

  1. Support .netrc by trust_env

    linw1995 committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    9e130f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Configuration menu
    Copy the full SHA
    b0ab29d View commit details
    Browse the repository at this point in the history
  2. Update 2581.feature

    asvetlov authored Dec 4, 2017
    Configuration menu
    Copy the full SHA
    a8e9049 View commit details
    Browse the repository at this point in the history
  3. Fix for review

    - Change environment name to standard uppercase
    - Change to use pathlib to get home dir
    林玮 authored Dec 4, 2017
    Configuration menu
    Copy the full SHA
    ec9159a View commit details
    Browse the repository at this point in the history
  4. Fix for review

    - use tmpdir fixture
    林玮 authored Dec 4, 2017
    Configuration menu
    Copy the full SHA
    5362cc6 View commit details
    Browse the repository at this point in the history
  5. Fix for review

    - Remove the unused import
    林玮 authored Dec 4, 2017
    Configuration menu
    Copy the full SHA
    9f8bbc5 View commit details
    Browse the repository at this point in the history
  6. Fix some stupid mistake...

    林玮 authored Dec 4, 2017
    Configuration menu
    Copy the full SHA
    cdfbd06 View commit details
    Browse the repository at this point in the history
  7. Fix second stupid mistake...

    林玮 authored Dec 4, 2017
    Configuration menu
    Copy the full SHA
    083bb0f View commit details
    Browse the repository at this point in the history
  8. Fix second stupid mistake

    林玮 authored Dec 4, 2017
    Configuration menu
    Copy the full SHA
    b9522c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. Modify the code more readable

    - full cover tests
    linw1995 committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    7b36103 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into netrc-supports

    林玮 authored Dec 7, 2017
    Configuration menu
    Copy the full SHA
    ddc0f0b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2017

  1. Extract netrc_from_env from proxies_from_env

    _ Extract `netrc_from_env` from `proxies_from_env`
    - make real netrc file invisible in home dif for test
    linw1995 committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    d52ed24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46ad4e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

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

Commits on Dec 13, 2017

  1. Update helpers.py

    asvetlov authored Dec 13, 2017
    Configuration menu
    Copy the full SHA
    619eeae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    131177a View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Add a usefull comment

    linw1995 committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    9e7daa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a246e52 View commit details
    Browse the repository at this point in the history