- 05 Oct, 2020 3 commits
-
-
Tyler Bui-Palsulich authored
This way, it's not interpreted as a template.
-
WhiteSource Renovate authored
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloud.google.com/go](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v0.66.0` -> `v0.67.0` | | [golang.org/x/net](https://togithub.com/golang/net) | require | digest | `5d4f700` -> `0a1ea39` | | [golang.org/x/sync](https://togithub.com/golang/sync) | require | digest | `6e8e738` -> `3042136` | --- ### Release Notes <details> <summary>googleapis/google-cloud-go</summary> ### [`v0.67.0`](https://togithub.com/googleapis/google-cloud-go/releases/v0.67.0) [Compare Source](https://togithub.com/googleapis/google-cloud-go/compare/v0.66.0...v0.67.0) ##### Features - **all:** auto-regenerate gapics , refs [#​2933](https://www.github.com/googleapis/google-cloud-go/issues/2933) [#​2919](https://www.github.com/googleapis/google-cloud-go/issues/2919) [#​2913](https://www.github.com/googleapis/google-cloud-go/issues/2913) [#​2910](https://www.github.com/googleapis/google-cloud-go/issues/2910) [#​2899](https://www.github.com/googleapis/google-cloud-go/issues/2899) [#​2897](https://www.github.com/googleapis/google-cloud-go/issues/2897) [#​2886](https://www.github.com/googleapis/google-cloud-go/issues/2886) [#​2877](https://www.github.com/googleapis/google-cloud-go/issues/2877) [#​2869](https://www.github.com/googleapis/google-cloud-go/issues/2869) [#​2864](https://www.github.com/googleapis/google-cloud-go/issues/2864) - **assuredworkloads:** start generating apiv1beta1 ([#​2866](https://www.github.com/googleapis/google-cloud-go/issues/2866)) ([7598c4dd](https://www.github.com/googleapis/google-cloud-go/commit/7598c4dd2462e8270a2c7b1f496af58ca81ff568)) - **dialogflow/cx:** start generating apiv3beta1 ([#​2875](https://www.github.com/googleapis/google-cloud-go/issues/2875)) ([37ca93ad](https://www.github.com/googleapis/google-cloud-go/commit/37ca93ad69eda363d956f0174d444ed5914f5a72)) - **docfx:** add support for examples ([#​2884](https://www.github.com/googleapis/google-cloud-go/issues/2884)) ([0cc0de30](https://www.github.com/googleapis/google-cloud-go/commit/0cc0de300d58be6d3b7eeb2f1baebfa6df076830)) - **godocfx:** include README in output ([#​2927](https://www.github.com/googleapis/google-cloud-go/issues/2927)) ([f084690a](https://www.github.com/googleapis/google-cloud-go/commit/f084690a2ea08ce73bafaaced95ad271fd01e11e)) - **talent:** start generating apiv4 ([#​2871](https://www.github.com/googleapis/google-cloud-go/issues/2871)) ([5c98071b](https://www.github.com/googleapis/google-cloud-go/commit/5c98071b03822c58862d1fa5442ff36d627f1a61)) ##### Bug Fixes - **godocfx:** filter out other modules, sort pkgs ([#​2894](https://www.github.com/googleapis/google-cloud-go/issues/2894)) ([868db45e](https://www.github.com/googleapis/google-cloud-go/commit/868db45e2e6f4e9ad48432be86c849f335e1083d)) - **godocfx:** shorten function names ([#​2880](https://www.github.com/googleapis/google-cloud-go/issues/2880)) ([48a02179](https://www.github.com/googleapis/google-cloud-go/commit/48a0217930750c1f4327f2622b0f2a3ec8afc0b7)) - **translate:** properly name examples ([#​2892](https://www.github.com/googleapis/google-cloud-go/issues/2892)) ([c19e1415](https://www.github.com/googleapis/google-cloud-go/commit/c19e1415e6fa76b7ea66a7fc67ad3ba22670a2ba)), refs [#​2883](https://www.github.com/googleapis/google-cloud-go/issues/2883) </details> --- ### Renovate configuration
📅 **Schedule**: "before 3am on Monday" (UTC).🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/config-help/issues) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-cloud-go). -
release-please[bot] authored
-
- 02 Oct, 2020 3 commits
-
-
Yoshi Automation Bot authored
This is an auto-generated regeneration of the gapic clients by cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is submitted, genbot will update this PR with a newer dependency to the newer version of genproto and assign reviewers to this PR. If you have been assigned to review this PR, please: - Ensure that the version of genproto in go.mod has been updated. - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. Corresponding genproto PR: https://github.com/googleapis/go-genproto/pull/459
-
Alex Hong authored
-
Alex Hong authored
-
- 01 Oct, 2020 5 commits
-
-
David Symonds authored
This lays the groundwork for supporting joins, and this initial subset is a very common form. Fixes #2462.
-
shollyman authored
This PR will be tagged bigquery/v1.11.2
-
shollyman authored
Iterating query results from the fastpath with an iterator.Pager forces a cache miss if the pager size is misaligned with the cached page size. Logic to reduce the size of the getQueryResults payload by dictating the projected fields was yielding an empty pageToken and no rows, which is equivalent to an empty page response. This PR corrects the projection logic, and adds an integration test to exercise the use of misaligned paging.
-
Yoshi Automation Bot authored
This is an auto-generated regeneration of the gapic clients by cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is submitted, genbot will update this PR with a newer dependency to the newer version of genproto and assign reviewers to this PR. If you have been assigned to review this PR, please: - Ensure that the version of genproto in go.mod has been updated. - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. Corresponding genproto PR: https://github.com/googleapis/go-genproto/pull/458
-
David Symonds authored
This includes both the special case "HASH JOIN" syntax and the "JOIN@{...}" syntax. Initial work towards #2462.
-
- 30 Sep, 2020 4 commits
-
-
shollyman authored
This PR will be tagged as bigquery/v1.11.1.
-
shollyman authored
Existing query test cases in integration tests weren't running long enough to validate we were successful in falling back to the classic query path. PR adds a cheap-but-slow test query to exercise slower queries, and fixed the issue reported in #2937 where we weren't passing enough of a job object to the classic path to allow probing successfully. Alternatives considered: * Add a jobs.get call under the hood to get the job config (adds unnecessary latency) * Remove isQueryJob() test (can consider this in the future, but expands the coverage area). Fixes: #2937 Co-authored-by:
Alex Hong <9397363+hongalex@users.noreply.github.com>
-
Yoshi Automation Bot authored
This is an auto-generated regeneration of the gapic clients by cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is submitted, genbot will update this PR with a newer dependency to the newer version of genproto and assign reviewers to this PR. If you have been assigned to review this PR, please: - Ensure that the version of genproto in go.mod has been updated. - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. Corresponding genproto PR: https://github.com/googleapis/go-genproto/pull/457
-
Tyler Bui-Palsulich authored
-
- 29 Sep, 2020 8 commits
-
-
Cody Oss authored
-
Cody Oss authored
Share some strategies how how to test code the depends on the Go client libraries.
-
Alex Hong authored
-
release-please[bot] authored
🤖 I have created a release \*beep\* \*boop\* --- ## [0.67.0](https://www.github.com/googleapis/google-cloud-go/compare/v0.66.0...v0.67.0) (2020-09-29) ### Features * **all:** auto-regenerate gapics , refs [#2933](https://www.github.com/googleapis/google-cloud-go/issues/2933) [#2919](https://www.github.com/googleapis/google-cloud-go/issues/2919) [#2913](https://www.github.com/googleapis/google-cloud-go/issues/2913) [#2910](https://www.github.com/googleapis/google-cloud-go/issues/2910) [#2899](https://www.github.com/googleapis/google-cloud-go/issues/2899) [#2897](https://www.github.com/googleapis/google-cloud-go/issues/2897) [#2886](https://www.github.com/googleapis/google-cloud-go/issues/2886) [#2877](https://www.github.com/googleapis/google-cloud-go/issues/2877) [#2869](https://www.github.com/googleapis/google-cloud-go/issues/2869) [#2864](https://www.github.com/googleapis/google-cloud-go/issues/2864) * **assuredworkloads:** start generating apiv1beta1 ([#2866](https://www.github.com/googleapis/google-cloud-go/issues/2866)) ([7598c4dd](https://www.github.com/googleapis/google-cloud-go/commit/7598c4dd2462e8270a2c7b1f496af58ca81ff568)) * **dialogflow/cx:** start generating apiv3beta1 ([#2875](https://www.github.com/googleapis/google-cloud-go/issues/2875)) ([37ca93ad](https://www.github.com/googleapis/google-cloud-go/commit/37ca93ad69eda363d956f0174d444ed5914f5a72)) * **docfx:** add support for examples ([#2884](https://www.github.com/googleapis/google-cloud-go/issues/2884)) ([0cc0de30](https://www.github.com/googleapis/google-cloud-go/commit/0cc0de300d58be6d3b7eeb2f1baebfa6df076830)) * **godocfx:** include README in output ([#2927](https://www.github.com/googleapis/google-cloud-go/issues/2927)) ([f084690a](https://www.github.com/googleapis/google-cloud-go/commit/f084690a2ea08ce73bafaaced95ad271fd01e11e)) * **talent:** start generating apiv4 ([#2871](https://www.github.com/googleapis/google-cloud-go/issues/2871)) ([5c98071b](https://www.github.com/googleapis/google-cloud-go/commit/5c98071b03822c58862d1fa5442ff36d627f1a61)) ### Bug Fixes * **godocfx:** filter out other modules, sort pkgs ([#2894](https://www.github.com/googleapis/google-cloud-go/issues/2894)) ([868db45e](https://www.github.com/googleapis/google-cloud-go/commit/868db45e2e6f4e9ad48432be86c849f335e1083d)) * **godocfx:** shorten function names ([#2880](https://www.github.com/googleapis/google-cloud-go/issues/2880)) ([48a02179](https://www.github.com/googleapis/google-cloud-go/commit/48a0217930750c1f4327f2622b0f2a3ec8afc0b7)) * **translate:** properly name examples ([#2892](https://www.github.com/googleapis/google-cloud-go/issues/2892)) ([c19e1415](https://www.github.com/googleapis/google-cloud-go/commit/c19e1415e6fa76b7ea66a7fc67ad3ba22670a2ba)), refs [#2883](https://www.github.com/googleapis/google-cloud-go/issues/2883) This PR was generated with [Release Please](https://github.com/googleapis/release-please). -
Yoshi Automation Bot authored
This is an auto-generated regeneration of the gapic clients by cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is submitted, genbot will update this PR with a newer dependency to the newer version of genproto and assign reviewers to this PR. If you have been assigned to review this PR, please: - Ensure that the version of genproto in go.mod has been updated. - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. Corresponding genproto PR: https://github.com/googleapis/go-genproto/pull/456 Co-authored-by:
Cody Oss <6331106+codyoss@users.noreply.github.com>
-
Tyler Bui-Palsulich authored
I also changed the return type of parse to be a result type to simplify passing the... results around. Related to https://github.com/googleapis/doc-pipeline/pull/39.
-
WhiteSource Renovate authored
* chore(all): update all * go mod tidy
-
David Symonds authored
This adds support for aliases in SELECT statements, and in particular table aliases that can then be referenced from other places in the query evaluation. Fixes #2463.
-
- 28 Sep, 2020 2 commits
-
-
David Symonds authored
These are not properly documented, so this only attempts to support a limited but widely used subset, which will be sufficient for more fully supporting aliases and joins. Updates #2462. Updates #2463. Updates #2850.
-
Zhongduo Lin (Jimmy) authored
A status code is added into `errorInjectionReactor`, this is necessary as the retry setting for some calls depends on the error code. Also the `errorInjectionReactor` is not exported. Note that the previous version is same as having an `Unknown` code as the server will always wrap the error to a proper status error. BREAKING CHANGE: this will invalidate the previous exported ErrorInjectionReactor struct and WithErrorInjection function.
-
- 25 Sep, 2020 3 commits
-
-
Alex Hong authored
-
Zhongduo Lin (Jimmy) authored
This allows users to define customized reactor to a sub command handler. An example is to inject error in topic deletion. A generic ErrorInjection is also provided to inject error to handlers.
-
Yoshi Automation Bot authored
* feat(all): auto-regenerate gapics This is an auto-generated regeneration of the gapic clients by cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is submitted, genbot will update this PR with a newer dependency to the newer version of genproto and assign reviewers to this PR. If you have been assigned to review this PR, please: - Ensure that the version of genproto in go.mod has been updated. - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. Corresponding genproto PR: https://github.com/googleapis/go-genproto/pull/455 * remove deprecated expr apiv1alpha1 client
-
- 24 Sep, 2020 2 commits
-
-
Tyler Bui-Palsulich authored
-
Yoshi Automation Bot authored
This is an auto-generated regeneration of the gapic clients by cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is submitted, genbot will update this PR with a newer dependency to the newer version of genproto and assign reviewers to this PR. If you have been assigned to review this PR, please: - Ensure that the version of genproto in go.mod has been updated. - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. Corresponding genproto PR: https://github.com/googleapis/go-genproto/pull/453
-
- 23 Sep, 2020 3 commits
-
-
David Symonds authored
This parses almost all of the JOIN clause syntax, with the exception of HASH and hints. It doesn't support the full range of common joins due to a lack of support for path expressions, but that will be addressed separately. Updates #2850.
-
Cody Oss authored
This target will be called from a runner managed by the oss-fuzz project. This target is an experimental test integration with the oss-fuzz project.
-
Yoshi Automation Bot authored
This is an auto-generated regeneration of the gapic clients by cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is submitted, genbot will update this PR with a newer dependency to the newer version of genproto and assign reviewers to this PR. If you have been assigned to review this PR, please: - Ensure that the version of genproto in go.mod has been updated. - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. Corresponding genproto PR: https://github.com/googleapis/go-genproto/pull/452
-
- 22 Sep, 2020 2 commits
-
-
Chris Cotter authored
-
Chris Cotter authored
This must be encoded for the signature to be correct if a query parameter contains a plus sign. We have a conformance test case for this which can now be unskipped. Fixes #2876
-
- 21 Sep, 2020 5 commits
-
-
Alex Hong authored
-
Alex Hong authored
* fix(pubsub/pstest): add missing support for filter and retry policy * cleanup context usage
-
Tyler Bui-Palsulich authored
-
shollyman authored
This PR will be tagged bigquery/v1.11.0.
-
Yoshi Automation Bot authored
This is an auto-generated regeneration of the gapic clients by cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is submitted, genbot will update this PR with a newer dependency to the newer version of genproto and assign reviewers to this PR. If you have been assigned to review this PR, please: - Ensure that the version of genproto in go.mod has been updated. - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. Corresponding genproto PR: https://github.com/googleapis/go-genproto/pull/450
-