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

Always re-solve directory dependencies #6843

Merged
merged 19 commits into from Oct 30, 2022

Commits on Oct 30, 2022

  1. Always re-solve path dependencies

    This resolves an issue poetry lock --no-update does not recognize updates made to a path dependency because it treats it as immutable
    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    ab36b81 View commit details
    Browse the repository at this point in the history
  2. fix failing test

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    e2b115c View commit details
    Browse the repository at this point in the history
  3. add test

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    a66ba6f View commit details
    Browse the repository at this point in the history
  4. add comment

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    e1551bd View commit details
    Browse the repository at this point in the history
  5. rename test

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    c9677fe View commit details
    Browse the repository at this point in the history
  6. fix test

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    f216104 View commit details
    Browse the repository at this point in the history
  7. lint

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    78e492a View commit details
    Browse the repository at this point in the history
  8. revert/fix changes to test

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    e832208 View commit details
    Browse the repository at this point in the history
  9. fix failing test

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    d8f8555 View commit details
    Browse the repository at this point in the history
  10. add test

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    f15a9d5 View commit details
    Browse the repository at this point in the history
  11. add comment

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    d8238f3 View commit details
    Browse the repository at this point in the history
  12. rename test

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    dd537a2 View commit details
    Browse the repository at this point in the history
  13. fix test

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    de9a26d View commit details
    Browse the repository at this point in the history
  14. lint

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    1a47872 View commit details
    Browse the repository at this point in the history
  15. revert/fix changes to test

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    9a14801 View commit details
    Browse the repository at this point in the history
  16. switch to use_latest strategy

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    5e5703a View commit details
    Browse the repository at this point in the history
  17. minimize changes

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    e37ac27 View commit details
    Browse the repository at this point in the history
  18. format

    adriangb authored and radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    198aa6c View commit details
    Browse the repository at this point in the history
  19. add some comments

    radoering committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    11600e3 View commit details
    Browse the repository at this point in the history