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

add prefetching of index in PEP503 repositories #5442

Closed

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    1437a69 View commit details
    Browse the repository at this point in the history
  2. fix mypy post rebase

    tgolsson committed May 26, 2022
    Configuration menu
    Copy the full SHA
    d57cc29 View commit details
    Browse the repository at this point in the history
  3. pre-commit is lazy

    tgolsson committed May 26, 2022
    Configuration menu
    Copy the full SHA
    66c2926 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Add indexed keyword to Source dataclass

    The new indexed keyword introduced for pre-fetching legacy repositories was not known the Source class.
    Jinior committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    b404d7a View commit details
    Browse the repository at this point in the history
  2. Update src/poetry/repositories/link_sources/html.py

    Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
    tgolsson and neersighted authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    122b02e View commit details
    Browse the repository at this point in the history
  3. Update docs/repositories.md

    Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
    tgolsson and neersighted authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    4f003a2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from Jinior/ts/prefetch-legacy-repository

    Add indexed keyword to Source class
    tgolsson authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    320aa9b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. update from feedback

    tgolsson committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    e85e1c5 View commit details
    Browse the repository at this point in the history
  2. must be there

    tgolsson committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    463d184 View commit details
    Browse the repository at this point in the history
  3. canonicalize

    tgolsson committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    174aca4 View commit details
    Browse the repository at this point in the history
  4. move import

    tgolsson committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    a0c1846 View commit details
    Browse the repository at this point in the history