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

install should not do full lock resolution, as that is the purpose of pipenv lock #6276

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on Oct 18, 2024

  1. refactor the install routines further to provide clairty and meet the…

    … goal of not doing full lock resolution, which was intended as we moved to 2024.x release series.
    matteius committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    cef1126 View commit details
    Browse the repository at this point in the history
  2. correction

    matteius committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c30d009 View commit details
    Browse the repository at this point in the history
  3. correction

    matteius committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5afa7ac View commit details
    Browse the repository at this point in the history
  4. correction

    matteius committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6f47c5c View commit details
    Browse the repository at this point in the history
  5. correction

    matteius committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    86ef59b View commit details
    Browse the repository at this point in the history
  6. correction

    matteius committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0eaecba View commit details
    Browse the repository at this point in the history
  7. correction

    matteius committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5ace8fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4861eab View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    7f70dc5 View commit details
    Browse the repository at this point in the history
  2. add more careful logic to remove conflicting entries from Pipfile to …

    …prevent lock resolution failure. Remove caching properties that can become stale.
    matteius committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    82e44b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    557614b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df0f5bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f946609 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    205a2a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2576287 View commit details
    Browse the repository at this point in the history
  8. Fix edge case of test in CI by ensuring it raises DeployFailure (this…

    … test passed locally without this change for some reason)
    matteius committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    541de52 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    61945d2 View commit details
    Browse the repository at this point in the history
  10. Try again to fix the test

    matteius committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    359df03 View commit details
    Browse the repository at this point in the history
  11. Try again to fix the test

    matteius committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3be9344 View commit details
    Browse the repository at this point in the history
  12. PR cleanup

    matteius committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    5c1af20 View commit details
    Browse the repository at this point in the history
  13. PR cleanup

    matteius committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c163030 View commit details
    Browse the repository at this point in the history