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

Support mirror CDNs for chunked package list index download #1064

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anttimaki
Copy link
Collaborator

Calls to the API endpoint can indicate that a mirror CDN is preferred by including a query parameter in the request. The endpoint will return an URL to the preferred CDN only if the CDN is allowlisted in the config.

This feature is intended to mitigate the issues of the CDN provider.

Calls to the API endpoint can indicate that a mirror CDN is preferred
by including a query parameter in the request. The endpoint will return
an URL to the preferred CDN only if the CDN is allowlisted in the
config.

This feature is intended to mitigate the issues of the CDN provider.
Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.94%. Comparing base (d363679) to head (e22daf1).
Report is 12 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1064      +/-   ##
==========================================
+ Coverage   92.91%   92.94%   +0.03%     
==========================================
  Files         314      315       +1     
  Lines        9160     9262     +102     
  Branches      813      828      +15     
==========================================
+ Hits         8511     8609      +98     
- Misses        539      541       +2     
- Partials      110      112       +2     
Flag Coverage Δ
92.92% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants