-
Notifications
You must be signed in to change notification settings - Fork 6
Feature/wget integration #859
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
base: v1.5.4-release
Are you sure you want to change the base?
Conversation
…nloads are now working properly. Need to add a few tests to increase test coverage.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v1.5.4-release #859 +/- ##
===============================================
Coverage 95.08% 95.08%
===============================================
Files 50 50
Lines 2888 2888
Branches 634 634
===============================================
Hits 2746 2746
Misses 142 142
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| ) | ||
|
|
||
| WGET_SCRIPT_FILE_DEFAULT_LIMIT: int = Field( | ||
| default=1000, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm surprised to see this at 1000.
…fore) so that the integrated wget is only active if the WGET_URL setting is None (default). Fixed tests to handle changes, the WGET_URL external test is only run if the WGET_URL is set, otherwise the test is skipped.
…when STAC items are selected for wget download in the cart. The wget download can handle both stac and non-stac items being downloaded. Added some tests for the newly added functions and updated the wget success messages to account for STAC and non-STAC wget script results. Still need to add wget download for individual STAC records within the search Table.
Description
Fixes # (issue)
Type of change
How Has This Been Tested?
Checklist