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

stop using requirementslib models #5793

Merged
merged 131 commits into from
Aug 19, 2023
Merged

stop using requirementslib models #5793

merged 131 commits into from
Aug 19, 2023

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    d31f56b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7a45af View commit details
    Browse the repository at this point in the history
  3. debugging test runner

    matteius committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    4b86ae7 View commit details
    Browse the repository at this point in the history
  4. change back test runner run_command even though the other way was let…

    …ting me use the pycharm debugger better.
    matteius committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    4ae3192 View commit details
    Browse the repository at this point in the history
  5. change back test runner run_command even though the other way was let…

    …ting me use the pycharm debugger better.
    matteius committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    81f6f93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    383ae83 View commit details
    Browse the repository at this point in the history
  7. Fix edge case of file

    matteius committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    9e83b55 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. check pt progress

    matteius committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    8cbc031 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. check pt progress

    matteius committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    772a5c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8f9162 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. check pt

    matteius committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    f4e6024 View commit details
    Browse the repository at this point in the history
  2. check pt

    matteius committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    5391d63 View commit details
    Browse the repository at this point in the history
  3. undo change to pip

    matteius committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    64c9eb1 View commit details
    Browse the repository at this point in the history
  4. Check pt

    matteius committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    b33267d View commit details
    Browse the repository at this point in the history
  5. Remove --skip-lock flag

    matteius committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    85f01b4 View commit details
    Browse the repository at this point in the history
  6. merge

    matteius committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    0df5add View commit details
    Browse the repository at this point in the history
  7. Restore prior resolver default behavior but maintain direct code path…

    … for testing resolver.
    matteius committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    743b535 View commit details
    Browse the repository at this point in the history
  8. add news fragment

    matteius committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    381a283 View commit details
    Browse the repository at this point in the history
  9. add comments

    matteius committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    0d30cb7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4fae08e View commit details
    Browse the repository at this point in the history
  11. Addressing edge cases

    matteius committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    612c24a View commit details
    Browse the repository at this point in the history
  12. test correction

    matteius committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    b9096d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Check pt progress

    matteius committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    5e649f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c82103a View commit details
    Browse the repository at this point in the history
  3. corrected mocks

    matteius committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    5707858 View commit details
    Browse the repository at this point in the history
  4. corrected mocks

    matteius committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    b99296e View commit details
    Browse the repository at this point in the history
  5. fix regression in refactor

    matteius committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    9cd4d24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a332eaa View commit details
    Browse the repository at this point in the history
  7. Fix file edge cases

    matteius committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    6a1db61 View commit details
    Browse the repository at this point in the history
  8. Fix edge case

    matteius committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    38b3299 View commit details
    Browse the repository at this point in the history
  9. fix

    matteius committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    ecca28c View commit details
    Browse the repository at this point in the history
  10. solve more edge cases.

    matteius committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    4c49785 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Fix part of index restricted packages and handle case of file reqs th…

    …at are urls vs local in pip_line.
    matteius committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f462778 View commit details
    Browse the repository at this point in the history
  2. Adjustments

    matteius committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    57ac7a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d09f3ab View commit details
    Browse the repository at this point in the history
  4. Revise test since PEP-440 does not support wildcard versions but does…

    … support equivalent compatible release specifiers.
    matteius committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7c379f8 View commit details
    Browse the repository at this point in the history
  5. fix test assumptions

    matteius committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ce21489 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. remove unused arg

    matteius committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    23f8540 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    191578a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb29f34 View commit details
    Browse the repository at this point in the history
  4. fix double file prefix

    matteius committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3955baf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d4e8a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c0807e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cb9174 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    814a769 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    83f9fa2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a70c510 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8d9531 View commit details
    Browse the repository at this point in the history
  12. Add unearth

    matteius committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a63f4b4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ef4cf76 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9579b85 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    34f76a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    1a1bbf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64fdab8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d063d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    692df48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3639d9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    145c29f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22e6123 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3fd7f7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c2d64e View commit details
    Browse the repository at this point in the history
  10. Remove unearth

    matteius committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    065f517 View commit details
    Browse the repository at this point in the history
  11. remove dead code

    matteius committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    d04df48 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Reduce unused vars

    matteius committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    28d8e6f View commit details
    Browse the repository at this point in the history
  2. fix most remaining tests

    matteius committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    c888387 View commit details
    Browse the repository at this point in the history
  3. resolve linux path issues

    matteius committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    9ed349a View commit details
    Browse the repository at this point in the history
  4. fix more edge cases of linux

    matteius committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    8a627fc View commit details
    Browse the repository at this point in the history
  5. fix more edge cases of linux

    matteius committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    2b1151f View commit details
    Browse the repository at this point in the history
  6. add conditional for windows

    matteius committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    14bfb7e View commit details
    Browse the repository at this point in the history
  7. Fix edge case of linux

    matteius committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    9b7538c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3f519a View commit details
    Browse the repository at this point in the history
  9. Handle windows differently

    matteius committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    4b2d793 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ce0c4e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fa468da View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f0a8bb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    3903c26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b90c63b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    892bf5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e665ce View commit details
    Browse the repository at this point in the history
  5. smarter recursive search, handle not searching network paths; error w…

    …ith mac os script test failing due to distutils deprecation warning.
    matteius committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6cec82a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c723ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    72dc6fe View commit details
    Browse the repository at this point in the history
  8. remove errant commit

    matteius committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6bd1a26 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0466f6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22650f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Configuration menu
    Copy the full SHA
    2cb0524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6459be View commit details
    Browse the repository at this point in the history
  3. fix lint

    matteius committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    2f19540 View commit details
    Browse the repository at this point in the history
  4. Fix edge case of markers in lockfile. Update pipenv lockfile to insta…

    …ll succesffully on python 3.12
    matteius committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    07518f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bc3dcd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    623a9c7 View commit details
    Browse the repository at this point in the history
  7. Don't import distutils

    matteius committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    2a4e0f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a9b017 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    efe3398 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2571d2 View commit details
    Browse the repository at this point in the history
  11. satisfy ruff

    matteius committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    9aba3c3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e32645c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    77e3932 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fa67879 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a168dc9 View commit details
    Browse the repository at this point in the history
  16. remove virtualenv-clone

    matteius committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    9ce1075 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. relock

    matteius committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    72778eb View commit details
    Browse the repository at this point in the history
  2. Use project python

    matteius committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    fbf5f41 View commit details
    Browse the repository at this point in the history
  3. Revert "Use project python"

    This reverts commit fbf5f41.
    matteius committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    cd68c7f View commit details
    Browse the repository at this point in the history
  4. Revert "relock"

    This reverts commit 72778eb.
    matteius committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    fd16758 View commit details
    Browse the repository at this point in the history
  5. Fix edge case with locking dependencies that do not match the Markers…

    … but are present in the lock file; relock pipenv
    matteius committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    226210a View commit details
    Browse the repository at this point in the history
  6. Restrict black version, iterate on edge case involving markers and pa…

    …ckages that do not match the system being locked on.
    matteius committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    d7b544f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ba29b0 View commit details
    Browse the repository at this point in the history
  8. Adds news fragment

    matteius committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    c065138 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    920a90a View commit details
    Browse the repository at this point in the history
  10. Skip test on windows 3.8

    matteius committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    bc3ce7e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d5c96a7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dd4e228 View commit details
    Browse the repository at this point in the history
  13. py 3.8 test failure.

    matteius committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    d0db077 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    83e9f65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a2b9de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e52aed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6eb2793 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 9, 2023

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

Commits on Aug 12, 2023

  1. Support locking the vcs dependencies hash in the lockfile. Use key re…

    …f (consistent with current Pipfiles)
    matteius committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    b310811 View commit details
    Browse the repository at this point in the history
  2. Update vcs specifiers documentation; infer name from specific pip lin…

    …e formats where possible.
    matteius committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    7c1027a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    816a3a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7aad5bb View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    1f0884f View commit details
    Browse the repository at this point in the history
  2. start addressing the ruff errors that showed up recently but stall ou…

    …t because there is too many
    matteius committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e31a958 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2849c2 View commit details
    Browse the repository at this point in the history
  4. fix the merge deletion issue

    matteius committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6f14e48 View commit details
    Browse the repository at this point in the history
  5. Set the right log levels and verbosity to show users the errors gener…

    …ated by pip resolver when supplying -v flag
    matteius committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    327db6d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Fix the collection of all matching package hashes for non-pypi indexe…

    …s. Plus lesson from testing torch which contains local identifiers.
    matteius committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8a62691 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

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