Update Guzzle to 6.3#32537
Conversation
Codecov Report
@@ Coverage Diff @@
## master #32537 +/- ##
=============================================
- Coverage 65.28% 45.94% -19.34%
=============================================
Files 1210 109 -1101
Lines 69984 10493 -59491
Branches 1280 1280
=============================================
- Hits 45688 4821 -40867
+ Misses 23924 5300 -18624
Partials 372 372
Continue to review full report at Codecov.
|
57c5f69 to
5e0f986
Compare
5e0f986 to
a800553
Compare
|
The only remaining fail is in a phpunit with sqlite job: |
66207e7 to
0958217
Compare
|
ToDo: Something needs to be looked into related to the new SSL test environment and GuzzleV6. |
|
Guzzle is schedule for OC11 - it doesn't make sense to spend much effort here currently. For Behat/Acceptance tests, we should anyway move into a separate namespace ( |
0958217 to
0801d03
Compare
e2b4d8c to
7602095
Compare
7602095 to
52e7835
Compare
52e7835 to
54e1e86
Compare
8d2d628 to
6f59bf1
Compare
2144fd3 to
7482b68
Compare
7482b68 to
b5ee620
Compare
b5ee620 to
7c89f65
Compare
|
ToDo:
and... |
da210ca to
d79f93c
Compare
d79f93c to
23cb742
Compare
dc00e00 to
f1c23c5
Compare
f1c23c5 to
f274767
Compare
|
Latest hassle: https://github.com/guzzle/guzzle/blob/master/UPGRADING.md e.g. So to get this Guzzle6 passing again, that has to be sorted out - how to do it when using Guzzle6? |
|
As discussed in #35777 the master branch will from now on hold the ownCloud 10 codebase. This PR targetted ownCloud 11 which is postponed to a far distant future. Because of that I'm closing this PR and kindly ask you to re-submit this PR in a few days. Thanks a lot for your patience |
|
Re-opening so that I can find this some day. The diffs here are out-of-date due to both the passage of time and the |
|
PR #36946 is attempting to update to Guzzle6 for the acceptance test code. That takes the acceptance test changes-in-progress from here and makes them work with current core master. The changes to actual core backend code from here will need to be taken "some day" if we do the "real" core update to Guzzle6. |
|
PR #36999 implemented Guzzle6 for the acceptance tests. I will pick out the remaining code changes for the back-end run-time from here and make another PR for that. Using Guzzle6 in core back-end looks like it will be needed for proper PHP 7.4 support. |
|
See #38706 |
For ref: https://github.com/guzzle/guzzle/blob/master/UPGRADING.md