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

Solve upgrade can create incompatible dependency versions in lock file + other bugs #6282

Merged
merged 23 commits into from
Oct 29, 2024

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    49b0c1f View commit details
    Browse the repository at this point in the history
  2. Improve update routine logic by considering whats already installed a…

    …nd reversing those dependencies to see what truly must be considered
    matteius committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    68562b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    e6cabda View commit details
    Browse the repository at this point in the history
  2. edge case

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

    matteius committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1ed6447 View commit details
    Browse the repository at this point in the history
  4. convert this code off click

    matteius committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    928b6e9 View commit details
    Browse the repository at this point in the history
  5. refactor to reduce install phases, add pre-sync phase to determine co…

    …rrect reverse results, rewrite the reverse test to use --json-tree to prevent consistency in testing issues, and convert off click echo
    matteius committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    73aaf37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7bf15fb View commit details
    Browse the repository at this point in the history
  7. add news fragment

    matteius committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2594e3b View commit details
    Browse the repository at this point in the history
  8. fix ruff

    matteius committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3b086b6 View commit details
    Browse the repository at this point in the history
  9. fix test

    matteius committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    870226d View commit details
    Browse the repository at this point in the history
  10. Replace the old Entry class with something simpler based on data-clas…

    …ses + pip session requests performance issue patch
    matteius committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ef04cd2 View commit details
    Browse the repository at this point in the history
  11. Replace the old Entry class with something simpler based on data-clas…

    …ses + pip session requests performance issue patch
    matteius committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    bc30825 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. fix tests by including subdir and adjusting expected req string; clea…

    …rify interface to resolver category
    matteius committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4888042 View commit details
    Browse the repository at this point in the history
  2. fix remaining tests

    matteius committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f7bbae8 View commit details
    Browse the repository at this point in the history
  3. fix remaining tests

    matteius committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ee09fb1 View commit details
    Browse the repository at this point in the history
  4. fix remaining tests

    matteius committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    332de64 View commit details
    Browse the repository at this point in the history
  5. fix ~= specifier

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

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    a2a859a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06028f8 View commit details
    Browse the repository at this point in the history
  3. fix vcs ref null issue

    matteius committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    3cb3fc2 View commit details
    Browse the repository at this point in the history
  4. Remove peep process

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

Commits on Oct 29, 2024

  1. PR feedback

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