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

Fix resolution using dependency_links with ssh #2643

Merged
merged 9 commits into from
Jul 30, 2018
Merged

Commits on Jul 24, 2018

  1. Enable parsing of dependency links in setup.py

    - Fixed errors with url parsing during hashing
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    00dd845 View commit details
    Browse the repository at this point in the history
  2. Fix resolution using dependency_links with ssh

    - Exclude VCS SSH uris from hashing
    - Add additional resilience to the piptools resolver
    - Fixes #2613
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    f3e4e73 View commit details
    Browse the repository at this point in the history
  3. Make sure there is a link to check against

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    5334183 View commit details
    Browse the repository at this point in the history
  4. Add chdir context manager and properly run setup.py files during reso…

    …lution
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    6e38560 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Ensure that we use posix style strings instead of Path objects for ch…

    …dir context manager
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    1c6acfe View commit details
    Browse the repository at this point in the history
  2. Handle NoneType paths

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    c584739 View commit details
    Browse the repository at this point in the history
  3. Add exception handling for non-existent setup_py_dir

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    dc97d73 View commit details
    Browse the repository at this point in the history
  4. Fix exception handling

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    d33c4e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

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