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

Use py-rattler to fetch repodata in proxy mode #677

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jun 4, 2024

  1. Use py-rattler to fetch repodata in proxy mode

    rattler is very efficient to download repodata
    beenje committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8da77c2 View commit details
    Browse the repository at this point in the history
  2. Make download_repodata async

    beenje committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    fccd24d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dd4b9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38477fe View commit details
    Browse the repository at this point in the history
  5. Add tests for download_repodata

    serve_repo_data fixture copied from rattler
    beenje committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    edddb6a View commit details
    Browse the repository at this point in the history
  6. Fix dummy_repo fixture

    dummy_remote_session_object wasn't cleaning after itself
    (using return instead of yield)
    beenje committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    876e929 View commit details
    Browse the repository at this point in the history
  7. Increase timeout for ci tests

    Test with migration failed with:
    Error: The action 'Testing server' has timed out after 5 minutes.
    beenje committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    a32a1cd View commit details
    Browse the repository at this point in the history