-
Notifications
You must be signed in to change notification settings - Fork 190
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
Download feed logos via guzzle to have better error handling #1533
Conversation
Signed-off-by: Benjamin Brahmer <[email protected]>
Runs fine on my dev server, will deploy this on my prod server. |
If someone wants to test, build and officially signed by me (no new version number) |
Signed-off-by: Benjamin Brahmer <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1533 +/- ##
============================================
- Coverage 92.00% 91.37% -0.64%
- Complexity 766 768 +2
============================================
Files 65 65
Lines 2803 2816 +13
============================================
- Hits 2579 2573 -6
- Misses 224 243 +19
Continue to review full report at Codecov.
|
Signed-off-by: Benjamin Brahmer <[email protected]> Co-authored-by: Sean Molenaar <[email protected]>
Signed-off-by: Benjamin Brahmer <[email protected]> Co-authored-by: Sean Molenaar <[email protected]>
New version including all the changes. |
I plan to extend this solution to also support proxies and make use of the general config, but incremental working changes are better than the big bang that doesn't work. |
Changed - Add changelog and DCO notice to CONTRIBUTING.md (#1521) - Download feed logos via guzzle to have better error handling (#1533) Signed-off-by: Benjamin Brahmer <[email protected]>
Changed - Add changelog and DCO notice to CONTRIBUTING.md (#1521) - Download feed logos via guzzle to have better error handling (#1533) Signed-off-by: Benjamin Brahmer <[email protected]>
Changed - Add changelog and DCO notice to CONTRIBUTING.md (nextcloud#1521) - Download feed logos via guzzle to have better error handling (nextcloud#1533) Signed-off-by: Benjamin Brahmer <[email protected]>
This PR attempts to replace php's simple copy function by guzzle.