1e62604 Dockerfile: remove call to linter
8ef093d Fix go example with http
52f25fb Lock linter version to fix new failures. (#372)
47c7d74 Move stuff around in the node example
5f13955 Support undocumented resumable upload API (#373)
a016159 Upgrade golangci-lint
f1a575d Use gziphandler
993d8f3 build(deps): bump @google-cloud/storage in /examples/node (#357)
e1b2ecb build(deps): bump @google-cloud/storage in /examples/node (#363)
57825a3 build(deps): bump @google-cloud/storage in /examples/node (#374)
e222d5c build(deps): bump @google-cloud/storage in /examples/node (#380)
9f872db build(deps): bump actions/checkout from v2.3.3 to v2.3.4 (#358)
43b1d72 build(deps): bump alpine from 3.12.1 to 3.12.2 (#378)
7745804 build(deps): bump alpine from 3.12.1 to 3.12.2 in /ci (#379)
256d1dc build(deps): bump alpine from 3.12.2 to 3.12.3 (#387)
3497ef9 build(deps): bump alpine from 3.12.2 to 3.12.3 in /ci (#386)
c060d2a build(deps): bump github.com/google/go-cmp from 0.5.2 to 0.5.3 (#367)
e8bd4c7 build(deps): bump github.com/google/go-cmp from 0.5.3 to 0.5.4 (#369)
d098df4 build(deps): bump golang from 1.15.3 to 1.15.4 (#359)
3d9cd08 build(deps): bump golang from 1.15.4 to 1.15.5 (#366)
24c5b7f build(deps): bump golang from 1.15.5 to 1.15.6 (#375)
b2e3979 build(deps): bump golangci/golangci-lint-action from v2.2.1 to v2.3.0 (#352)
c3e6cb0 build(deps): bump google-cloud-storage in /examples/python (#368)
6b0cd2b build(deps): bump google-cloud-storage in /examples/python (#383)
07919b7 build(deps): bump google-cloud-storage in /examples/python (#385)
150d0c7 build(deps): bump google.golang.org/api from 0.33.0 to 0.34.0 (#353)
c5c5613 build(deps): bump google.golang.org/api from 0.34.0 to 0.35.0 (#361)
8a0f2ef build(deps): bump google.golang.org/api from 0.35.0 to 0.36.0 (#376)
0bd79fb build(deps): bump google.golang.org/api in /examples/go (#354)
7f6db8f build(deps): bump google.golang.org/api in /examples/go (#360)
6da9972 build(deps): bump google.golang.org/api in /examples/go (#377)
4edb80d build(deps): bump urllib3 from 1.25.11 to 1.26.0 in /examples/python (#362)
963ee86 build(deps): bump urllib3 from 1.26.0 to 1.26.1 in /examples/python (#364)
bfe1bb9 build(deps): bump urllib3 from 1.26.1 to 1.26.2 in /examples/python (#365)
9c6e852 ci/run-node-example: fix STORAGE_EMULATOR_HOST
6175dda ci: run nodejs example with http
b3221c1 ci: use http for the Python example
ae43a3c ci: use http in go example
577803e examples/python: remove some unused imports
c02d5b3 golangci: disable errorlint, exhaustivestruct and wrapcheck
5750608 golangci: disable funlen globally
40f9221 golangci: disable tparallel
6ef4f62 upload: remove no-longer-needed nolint:funlen
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](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps github.com/fsouza/fake-gcs-server from 1.17.1 to 1.22.0.
Release notes
Sourced from github.com/fsouza/fake-gcs-server's releases.
Commits
f1a575d
Use gziphandler6ef4f62
upload: remove no-longer-needed nolint:funlen5f13955
Support undocumented resumable upload API (#373)5750608
golangci: disable funlen globally3497ef9
build(deps): bump alpine from 3.12.2 to 3.12.3 in /ci (#386)256d1dc
build(deps): bump alpine from 3.12.2 to 3.12.3 (#387)07919b7
build(deps): bump google-cloud-storage in /examples/python (#385)6b0cd2b
build(deps): bump google-cloud-storage in /examples/python (#383)7745804
build(deps): bump alpine from 3.12.1 to 3.12.2 in /ci (#379)43b1d72
build(deps): bump alpine from 3.12.1 to 3.12.2 (#378)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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)