X Tutup
Skip to content

Bump google/apiclient from 2.7.1 to 2.8.3 in /apps/files_external/3rdparty#38043

Merged
phil-davis merged 4 commits intomasterfrom
dependabot/composer/apps/files_external/3rdparty/google/apiclient-2.8.0
Nov 19, 2020
Merged

Bump google/apiclient from 2.7.1 to 2.8.3 in /apps/files_external/3rdparty#38043
phil-davis merged 4 commits intomasterfrom
dependabot/composer/apps/files_external/3rdparty/google/apiclient-2.8.0

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 27, 2020

Bumps google/apiclient from 2.7.1 to 2.8.3.

Release notes

Sourced from google/apiclient's releases.

v2.8.0

Features

  • add namespaced names for all classes in this repo (#1937)
    • IMPORTANT: BC is preserved via class aliases (see aliases.php)
  • allow array and null config constructors for services (#1929)
  • add caching for GCE and access tokens by default (#1935)

Bug Fixes

  • set exception option to http_errors for guzzle 6 and 7 (#1966)

v2.7.2

Bug Fixes

  • add expires_in to default token callback (#1932)
  • remove deprecated src/autoload.php file and include from v1 (#1938)
Commits
  • cf9a070 chore: prepare v2.8.0 (#1972)
  • b2bf360 chore: add composer task test case (#1974)
  • 2cad956 fix: preserve BC for using Google_Task_Cleanup in composer.json (#1973)
  • b39ee32 feat: add caching for GCE and access tokens by default (#1935)
  • 2ab6139 docs: update readme with namespaced class names (#1968)
  • 4d3932e feat: rename namespaces and provide aliases (#1937)
  • e6d64be fix: exception option fallback is http_errors on guzzle 6 and 7 (#1966)
  • d0dcc70 chore: add CODEOWNERS and repo settings config (#1956)
  • 61517ef feat: allow array/null config constructors for services (#1929)
  • 9df720d chore: prepare v2.7.2 (#1946)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@phil-davis
Copy link
Contributor

phil-davis commented Oct 28, 2020

ToDo:

  • add actual files (not just the composer.*)
  • add changelog

@phil-davis phil-davis force-pushed the dependabot/composer/apps/files_external/3rdparty/google/apiclient-2.8.0 branch from 7f95517 to 1627f2d Compare October 28, 2020 10:54
@owncloud owncloud deleted a comment from update-docs bot Oct 28, 2020
@dependabot-preview
Copy link
Contributor Author

A newer version of google/apiclient exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@mmattel
Copy link
Contributor

mmattel commented Nov 18, 2020

@phil-davis any update?

@phil-davis
Copy link
Contributor

@dependabot rebase

@dependabot-preview
Copy link
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@phil-davis
Copy link
Contributor

phil-davis commented Nov 18, 2020

I never got back to this! I have asked dependabot to rebase it. In a few minutes I will add the dependent code and changelog...

Oh - I better rebase it myself and see what happens in CI.

@phil-davis phil-davis force-pushed the dependabot/composer/apps/files_external/3rdparty/google/apiclient-2.8.0 branch from 1627f2d to 29967dd Compare November 18, 2020 10:48
@phil-davis
Copy link
Contributor

https://drone.owncloud.com/owncloud/core/27627/5/7
phan analysis is struggling to understand \Google_Client class. I will look at how to adjust the phan settings.

@phil-davis phil-davis force-pushed the dependabot/composer/apps/files_external/3rdparty/google/apiclient-2.8.0 branch from 29967dd to 0376c94 Compare November 19, 2020 15:26
@phil-davis phil-davis changed the title Bump google/apiclient from 2.7.1 to 2.8.0 in /apps/files_external/3rdparty Bump google/apiclient from 2.7.1 to 2.8.3 in /apps/files_external/3rdparty Nov 19, 2020
@phil-davis
Copy link
Contributor

I bumped to 2.8.3 https://github.com/googleapis/google-api-php-client/releases/tag/v2.8.3

PR googleapis/google-api-php-client#1995 fixed a problem that was causing phan to not understand class names like Google_Client

Now phan passes, and hopefully all of CI will pass!

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@phil-davis phil-davis merged commit de8c18b into master Nov 19, 2020
@delete-merged-branch delete-merged-branch bot deleted the dependabot/composer/apps/files_external/3rdparty/google/apiclient-2.8.0 branch November 19, 2020 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup