-
Notifications
You must be signed in to change notification settings - Fork 46
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
refactor: move CdsApi to BuildSearchResult and HTTPDownload #1029
refactor: move CdsApi to BuildSearchResult and HTTPDownload #1029
Conversation
14fc3de
to
e5183e9
Compare
Test Results 4 files ± 0 4 suites ±0 5m 27s ⏱️ -33s Results for commit b84dcca. ± Comparison against base commit 8090f54. This pull request removes 9 and adds 6 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Code Coverage (Ubuntu)
Diff against develop
Results for commit: b84dcca Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Code Coverage (Windows)
Diff against develop
Results for commit: b84dcca Minimum allowed coverage is ♻️ This comment has been updated with latest results |
ef3bf78
to
a9fcf9e
Compare
Changed previous implementation using the `_download_retry` decorator.
This implementation uses `orderDownload()` and `orderDownloadStatus()` to order the product and update the download link.
The tests regarding the cdsapi module have been removed.
a9fcf9e
to
813013a
Compare
813013a
to
b84dcca
Compare
New BuildSearchResult plugin to replace
CdsApi
withHTTPDownload
andGenericAuth
for providerscop_ads
andcop_cds
.Order mechanism configured in place of previous internal
CdsApi
handling.