-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Update google-api-php-client to 1.1.7 #24799
Conversation
Thanks a lot for your contribution! Alternatively you can add a comment here where you state that this contribution is MIT licensed. Some more details about out pull request workflow can be found here: http://owncloud.org/code-reviews-on-github/ |
@owncloud-bot license was stated as MIT here #24516 (comment) |
Unit test results:
Even less failures than before, nice! #22481 Will do some manual regression testing. |
Such a clean fix, I wasn't aware the autoloader was required in more places. Learned something again. And the bot is going to haunt me forever, isn't it. |
Upload/download of big files (video) also still works and so are many file operations. Looks good 👍 Second review @Xenopathic @LukasReschke @icewind1991 |
3875ac9
to
ffabb3c
Compare
Thanks a lot for your contribution! Alternatively you can add a comment here where you state that this contribution is MIT licensed. Some more details about out pull request workflow can be found here: http://owncloud.org/code-reviews-on-github/ |
@Altyr sorry about the clumsy bot... |
ffabb3c
to
4635ed7
Compare
Thanks a lot for your contribution! Alternatively you can add a comment here where you state that this contribution is MIT licensed. Some more details about out pull request workflow can be found here: http://owncloud.org/code-reviews-on-github/ |
annnnd rebased again because master had files_external completely broken... works again now |
Thanks a lot for your contribution! Alternatively you can add a comment here where you state that this contribution is MIT licensed. Some more details about out pull request workflow can be found here: http://owncloud.org/code-reviews-on-github/ |
Fixed the path to the cert bundle, I now get the same test results as @PVince81 I suspect most of the failing tests are related to caching since when I manually check the resulting files/folders in drive everything seems fine 👍 |
@icewind1991 thanks! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Continuing Google lib update from #24516 from @Altyr
Also fixed autoloader issue.