-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat: introduce snippet gen support #483
Merged
Merged
Commits on Sep 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7f4ce33 - Browse repository at this point
Copy the full SHA 7f4ce33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4352317 - Browse repository at this point
Copy the full SHA 4352317View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e353cf - Browse repository at this point
Copy the full SHA 8e353cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6052107 - Browse repository at this point
Copy the full SHA 6052107View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c82a8 - Browse repository at this point
Copy the full SHA a2c82a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 037302e - Browse repository at this point
Copy the full SHA 037302eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf93fa2 - Browse repository at this point
Copy the full SHA bf93fa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac61aa2 - Browse repository at this point
Copy the full SHA ac61aa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31a28d0 - Browse repository at this point
Copy the full SHA 31a28d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c97447 - Browse repository at this point
Copy the full SHA 1c97447View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a403ca - Browse repository at this point
Copy the full SHA 4a403caView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3192c9 - Browse repository at this point
Copy the full SHA a3192c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa8dcb2 - Browse repository at this point
Copy the full SHA aa8dcb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9138763 - Browse repository at this point
Copy the full SHA 9138763View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3e7241 - Browse repository at this point
Copy the full SHA d3e7241View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76817d5 - Browse repository at this point
Copy the full SHA 76817d5View commit details -
chore(deps): update dependency bazel_skylib to v1.3.0 (googleapis#512)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bazel_skylib](https://togithub.com/bazelbuild/bazel-skylib) | http_archive | minor | `1.2.1` -> `1.3.0` | --- ### Release Notes <details> <summary>bazelbuild/bazel-skylib</summary> ### [`v1.3.0`](https://togithub.com/bazelbuild/bazel-skylib/releases/tag/1.3.0) [Compare Source](https://togithub.com/bazelbuild/bazel-skylib/compare/1.2.1...1.3.0) Release 1.3.0 **New Features** - Added `dicts.omit` and `dicts.pick` ([#​304](https://togithub.com/bazelbuild/bazel-skylib/issues/304)) - Added `expand_template` rule ([#​330](https://togithub.com/bazelbuild/bazel-skylib/issues/330)) - Added `subpackages` module ([#​348](https://togithub.com/bazelbuild/bazel-skylib/issues/348)) - Added `copy_directory` rule ([#​366](https://togithub.com/bazelbuild/bazel-skylib/issues/366)) - Added `bzlmod` support ([#​385](https://togithub.com/bazelbuild/bazel-skylib/issues/385)) **Incompatible Changes** - `native_binary` and `native_test` now use symlinks instead of copying, if the OS supports it ([#​340](https://togithub.com/bazelbuild/bazel-skylib/issues/340)) - `native_binary` and `native_test` now build in target configuration instead of host configuration ([#​341](https://togithub.com/bazelbuild/bazel-skylib/issues/341)) - `copy_file` no longer adds non-executables to `default_runfiles` ([#​326](https://togithub.com/bazelbuild/bazel-skylib/issues/326)) **Contributors** Alex Eagle, Alexandre Rostovtsev, Barry McNamara, Derek Cormier, Fabian Meumertzheim, Geoffrey Martin-Noble, hchsiao, Kevin Kres, nickgooding, Vertexwahn, Vinh Tran **WORKSPACE setup** load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "bazel_skylib", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz", "https://github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz", ], sha256 = "74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506", ) load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-generator-php). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODYuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE4Ni4yIn0=-->
Configuration menu - View commit details
-
Copy full SHA for 150dfed - Browse repository at this point
Copy the full SHA 150dfedView commit details -
chore(deps): update gax to v1.17 (googleapis#514)
Necessary for googleapis#513 which depends on the use of GAX's new API `startAsyncCall`.
Configuration menu - View commit details
-
Copy full SHA for b81b2e6 - Browse repository at this point
Copy the full SHA b81b2e6View commit details -
chore(deps): update rules_proto digest to ea52a32 (googleapis#511)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_proto | http_archive | digest | `dcf9e47` -> `ea52a32` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-generator-php). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNjMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE5My4xIn0=-->
Configuration menu - View commit details
-
Copy full SHA for 075b26b - Browse repository at this point
Copy the full SHA 075b26bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c9059 - Browse repository at this point
Copy the full SHA 09c9059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b4dede - Browse repository at this point
Copy the full SHA 2b4dedeView commit details
Commits on Sep 29, 2022
-
Co-authored-by: Brent Shaffer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4f3318 - Browse repository at this point
Copy the full SHA a4f3318View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d799e2 - Browse repository at this point
Copy the full SHA 6d799e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b170d1f - Browse repository at this point
Copy the full SHA b170d1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3340662 - Browse repository at this point
Copy the full SHA 3340662View commit details -
Configuration menu - View commit details
-
Copy full SHA for c35e9d3 - Browse repository at this point
Copy the full SHA c35e9d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c84d8e - Browse repository at this point
Copy the full SHA 2c84d8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 991ca43 - Browse repository at this point
Copy the full SHA 991ca43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8982301 - Browse repository at this point
Copy the full SHA 8982301View commit details -
Configuration menu - View commit details
-
Copy full SHA for 772de18 - Browse repository at this point
Copy the full SHA 772de18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ce73b6 - Browse repository at this point
Copy the full SHA 7ce73b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 758144f - Browse repository at this point
Copy the full SHA 758144fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b177fbe - Browse repository at this point
Copy the full SHA b177fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for dafdfcb - Browse repository at this point
Copy the full SHA dafdfcbView commit details -
Update src/Generation/FieldDetails.php
Co-authored-by: Brent Shaffer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7e472f - Browse repository at this point
Copy the full SHA d7e472fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c82c24b - Browse repository at this point
Copy the full SHA c82c24bView commit details
Commits on Oct 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ec366d4 - Browse repository at this point
Copy the full SHA ec366d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f05265 - Browse repository at this point
Copy the full SHA 5f05265View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5616adc - Browse repository at this point
Copy the full SHA 5616adcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 558c94c - Browse repository at this point
Copy the full SHA 558c94cView commit details
Commits on Oct 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a77aef8 - Browse repository at this point
Copy the full SHA a77aef8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.