-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(DOSDownload): add download from spaces task #15
Conversation
Codecov Report
@@ Coverage Diff @@
## master #15 +/- ##
===========================================
+ Coverage 99.49% 100.00% +0.50%
===========================================
Files 14 18 +4
Lines 198 258 +60
Branches 24 20 -4
===========================================
+ Hits 197 258 +61
+ Partials 1 0 -1
Continue to review full report at Codecov.
|
Having many 503 HTTP errors, maybe some maintenance with digital ocean services.
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
# [1.0.0](v0.5.0...v1.0.0) (2020-11-07) ### Features * **DOSDownload:** add digitalocean spaces download task ([#15](#15)) ([c886ab3](c886ab3)) ### BREAKING CHANGES * **DOSDownload:** This release change and improve a lot of things in multiple tasks (Delete & Upload). * docs: update links to use repository instead of wiki * chore: upgrade packages and node to v14 * fix(DOSDelete): refactor filter files * refactor(DOSUpload): use common filter files * feat: add task to download from space * fix(DOSDownload): get stream errors on pipe and before * test(DOSDownload): add error tests * chore: reduce code duplication on tests * test: refactor parameters tests * docs(readme): add tips and tweaks links * chore: remove unused package * chore(DOSUpload): add matcher package * chore: remove inner packages to allow webpack implementation * chore: add webpack * fix(DOSUpload): remove unused resource path * fix(DOSDownload): source & target path, icon, getInput instead of path
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Add feature to download files from DigitalOcean Spaces & multiples improvements overall.
BREAKING CHANGE: this release will change/improve a lot of things in multiple tasks (Delete & Upload), so may need to be a major release.
Pre-merge checklist
/home/vsts/work/r1/a/$(Agent.BuildDirectory)/test_folder_version
Resolves #8 #11 #2 #12