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

Calculate and store hash for url dependencies #7121

Merged
merged 5 commits into from Dec 7, 2022

Commits on Dec 7, 2022

  1. Calculate and store hash for url dependencies

    This performs the same hashing process as is done on file dependencies,
    for url dependencies. This requires a change in `poetry-core` to work.
    dunkmann00 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    4f0fb75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7ccd01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    778c175 View commit details
    Browse the repository at this point in the history
  4. Add tests for 'get_file_hash'

    These tests were copied over from 'poetry-core' and updated to work
    here.
    dunkmann00 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    af1687c View commit details
    Browse the repository at this point in the history
  5. Don't use FileDependency in executor

    Don't use FileDependency when validating the archive hash in executor,
    just compute the hash with the archive path directly.
    dunkmann00 committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    3858bf0 View commit details
    Browse the repository at this point in the history