-
Notifications
You must be signed in to change notification settings - Fork 24
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
Use a WHATWG URL spec compliant URL parser - see https://url.spec.wha… #229
Conversation
Damn - https://packagist.org/packages/rowbot/url requires php-gmp which is not in the ci containers and also not part of the usual owncloud installation ... |
127d219
to
6b3d484
Compare
fixed by owncloud-ci/php#108
wrong - THX @pako81 - php-gmp is a documented requirement since oc 9.0 |
…twg.org/ - this is necessary to parse the redirect url as close as browsers do.
6b3d484
to
fc7eee7
Compare
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.
drone and Makefile CI changes look good
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.
looks fine to me 👍
@@ -9,6 +9,8 @@ config = { | |||
'master' | |||
], | |||
|
|||
'appInstallCommand': 'make vendor', |
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.
indent
Overriding CLA and Codecov -> merge |
Codecov Report
@@ Coverage Diff @@
## master #229 +/- ##
============================================
- Coverage 66.74% 66.59% -0.15%
- Complexity 229 230 +1
============================================
Files 34 34
Lines 908 910 +2
============================================
Hits 606 606
- Misses 302 304 +2
Continue to review full report at Codecov.
|
…twg.org/ - this is necessary to parse the redirect url as close as browsers do.