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

Full implementation of --keep-outdated #3304

Merged
merged 43 commits into from
Mar 30, 2019
Merged

Commits on Nov 21, 2018

  1. Fix accidentally-shortened installation timeouts

    - Fixes #3244
    
    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    566e1c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    052c5b8 View commit details
    Browse the repository at this point in the history
  3. Add PEEP to outline behavior

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    fb99f71 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2018

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

Commits on Nov 26, 2018

  1. Fully functional --keep-outdated implementation

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    5b8b10d View commit details
    Browse the repository at this point in the history
  2. PEEP update and resolver fix

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    97962d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76a5e29 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

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

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    de20227 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/keep-outdated-peep' of github.com:pypa/pipenv i…

    …nto feature/keep-outdated-peep
    techalchemy committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    83f5791 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Bugfixes for set resolution

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    df712cc View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

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

Commits on Feb 17, 2019

  1. Merge with updates

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    552d127 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Port over changes that were overwritten

    - Bring in changes from bugfix/3148
    
    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    698dfb8 View commit details
    Browse the repository at this point in the history
  2. Update utils to work with patch

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    a33ad9d View commit details
    Browse the repository at this point in the history
  3. Re-integrate changes from keep_outdated

    - Lost numerous changes in the rebase, this brings them back
    - Should work for both sets of fixes now
    
    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    1fcafb8 View commit details
    Browse the repository at this point in the history
  4. add updated requirementslib

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    9c0bac1 View commit details
    Browse the repository at this point in the history
  5. Update lockfile

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    7798cbe View commit details
    Browse the repository at this point in the history
  6. Update setup.py to keep pytest pinned below 4.0

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    fae1dba View commit details
    Browse the repository at this point in the history
  7. Fix missing import of ConnectionError

    - Update exception handler for uninstaller to convert set to str
    
    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    adaf442 View commit details
    Browse the repository at this point in the history
  8. Fix test script

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    fbdf933 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

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

Commits on Feb 25, 2019

  1. Create requirements inside spinner for better UX

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    6604712 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f69aaf3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Update lockfile

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    5383db1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1207e3d View commit details
    Browse the repository at this point in the history
  3. Fix pip version check code

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    3e96bfe View commit details
    Browse the repository at this point in the history
  4. Update lockfile

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    b9f7852 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    ecb3352 View commit details
    Browse the repository at this point in the history
  2. Remove old constraint line from locking function

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    93b65fe View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

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

Commits on Mar 10, 2019

  1. Add tests for --keep-outdated

    - Test that the lockfile doesn't get updated if satisfying constraints
      are pinned already in the lockfile
    - Test that pipfile pins are respected
    - Test that dependencies in the lockfile with markers that don't apply
      to the current system stay in the lockfile
    
    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    6552e8d View commit details
    Browse the repository at this point in the history
  2. Rename peep to 004

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    0cc3e25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0382e0c View commit details
    Browse the repository at this point in the history
  4. Rename peep to 005 to make room for kenneth's peep

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    3131e2f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Configuration menu
    Copy the full SHA
    93019f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83b1f12 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Merge branch 'master' into feature/keep-outdated-peep

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    6382f51 View commit details
    Browse the repository at this point in the history
  2. sort pytest markers by length

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    e16608c View commit details
    Browse the repository at this point in the history
  3. Fix typo in PEEP

    Signed-off-by: Dan Ryan <[email protected]>
    techalchemy committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    0b5826e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

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

Commits on Mar 29, 2019

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