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

feature: add new "lazy-wheel" config option #8815

Merged
merged 9 commits into from
Jan 20, 2024

Commits on Jan 20, 2024

  1. feature: add new "lazy-wheel" config option

    If active and a server supports range requests, we do not have to download entire wheels to fetch metadata but can just download the METADATA file from the remote wheel with a couple of range requests.
    radoering committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    df62035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f10e006 View commit details
    Browse the repository at this point in the history
  3. refactor: rename from_metadata to from_metadata_directory, rename…

    … `from_wheel_metadata` to `from_metadata`
    radoering committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    346b7df View commit details
    Browse the repository at this point in the history
  4. apply review feedback

    radoering committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    f25832f View commit details
    Browse the repository at this point in the history
  5. remove one level of inheritance: merge LazyRemoteResource and FixedSi…

    …zeLazyResource to LazyRemoteFile
    radoering committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    31b5c06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44a2570 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec2d0f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8309ad2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48e0b57 View commit details
    Browse the repository at this point in the history