Commit Graph

108 Commits

Author SHA1 Message Date
Google APIs f75a734e2c chore: upgrade gapic-generator-python to 0.32.2
PiperOrigin-RevId: 328157915
2020-08-24 10:05:15 -07:00
Google APIs 18ffeb71f9 Updates the gapic-generator-ruby import to the latest version using bundler.
PiperOrigin-RevId: 327261444
2020-08-18 10:52:01 -07:00
Google APIs 09c2579cfa chore: upgrade to gapic-generator-python 0.32.0
PiperOrigin-RevId: 327246996
2020-08-18 09:49:09 -07:00
Google APIs 0dc0a6c0f1 Update protobuf workspace dependency to v3.13.0.
PiperOrigin-RevId: 327026955
2020-08-17 08:40:59 -07:00
Google APIs 874846a191 build: use gapic-generator-typescript v1.0.8
This patch release contains a small fix for batching functionality and will only affect nodejs-logging and nodejs-pubsub client libraries.

PiperOrigin-RevId: 326288259
2020-08-12 12:34:46 -07:00
Google APIs fe291c7daa Update gapic-generator-ruby WORKSPACE dependency to v0.6.7.
PiperOrigin-RevId: 326058518
2020-08-11 11:07:22 -07:00
Google APIs 94006b3cb8 build: use gapic-generator-typescript v1.0.7.
This new generator will bring some changes to the generated code across all libraries, but the behavior will only change for nodejs-logging and nodejs-pubsub (those two libraries that use request batching). For other libraries, the changes should be minor (the createApiCall call is simplified) and it should be safe to merge them. Please talk to @alexander-fenster if you have any questions.

PiperOrigin-RevId: 325949033
2020-08-10 21:11:40 -07:00
Google APIs 3758e71fda Bump gapic-generator dependency version to 2.4.5
PiperOrigin-RevId: 325838470
2020-08-10 10:46:55 -07:00
Google APIs 50416c6a31 Bump gapic-generator dependency version to 2.4.4
PiperOrigin-RevId: 325530954
2020-08-07 16:29:56 -07:00
Google APIs 26e80fe6cf chore: cleaning up unnecessary comment block in WORKSPACE file.
PiperOrigin-RevId: 324046932
2020-07-30 11:38:53 -07:00
Google APIs 8cda089acc update python micro-gen version
PiperOrigin-RevId: 324035013
2020-07-30 10:46:39 -07:00
Google APIs 74e8cf85f2 chore: upgrade to gapic-generator-python 0.30.0
PiperOrigin-RevId: 323630732
2020-07-28 12:37:40 -07:00
Google APIs b4fa4f3460 Add gapic-generator-ruby repository rules and update grpc to v1.30.2.
PiperOrigin-RevId: 323061919
2020-07-24 13:33:02 -07:00
Google APIs a1c9dba238 chore: upgrade to gapic-generator-python 0.29.1
PiperOrigin-RevId: 322700241
2020-07-22 18:42:05 -07:00
Google APIs 5d0eacc7ba chore: upgrade to gapic-generator-python v0.29.0
Also enables the 'add-iam-method' option for KMS and Pub/Sub.

https://github.com/googleapis/gapic-generator-python/releases/tag/v0.29.0

PiperOrigin-RevId: 322659285
2020-07-22 14:44:55 -07:00
Google APIs 1f8c042337 build: update gax-java to v1.57.2
changes since last used version:
- Fix javadoc generation on Java11
- Fix Precondition format specifier
- update google-auth-library to 0.21.0

PiperOrigin-RevId: 322592423
2020-07-22 09:40:23 -07:00
Google APIs 1e17dc9f59 build: update gapic-generator-typescript to v1.0.6.
PiperOrigin-RevId: 322580120
2020-07-22 08:33:57 -07:00
Google APIs 5340d28e38 fix: Fix Java and PHP bazel builds on Mac
Specifically it should resolve the broken tar.gz archives issue on mac.

PiperOrigin-RevId: 321904251
2020-07-17 20:58:30 -07:00
Google APIs abb30a02aa chore: use gapic-generator-python 0.28.1
Also re-adds the grpc_service_config to all the Python libraries that have been moved to the microgenerator.

PiperOrigin-RevId: 321807443
2020-07-17 10:40:12 -07:00
Google APIs a351c17ae9 chore: update gapic-generator to v2.4.2
changes include:
- fix errorprone bazel errors
- fix for java_gapic_assembly_gradle_pkg rule

PiperOrigin-RevId: 321577859
2020-07-16 09:14:18 -07:00
Google APIs b70bedf808 build: update gapic-generator-typescript to v1.0.5.
This version reduces the amount of log messages printed during library generation.

PiperOrigin-RevId: 320669438
2020-07-10 13:53:07 -07:00
Google APIs 99ae9a76db Updating protoc-java-resource-names-plugin to latest commit.
PiperOrigin-RevId: 320455075
2020-07-09 12:52:21 -07:00
Google APIs db69b46790 Update protobuf and gapic-generator-csharp versions.
PiperOrigin-RevId: 320411362
2020-07-09 09:27:15 -07:00
Google APIs ad486bc980 upgrade python microgenerator to 0.26.3
PiperOrigin-RevId: 320253786
2020-07-08 13:33:22 -07:00
Google APIs 2c8f524b81 build: update gapic-generator-typescript to v1.0.4.
This build fixes Bazel dependency issues related to protobuf.js dependency.

PiperOrigin-RevId: 320102248
2020-07-07 18:25:18 -07:00
Google APIs 8c85e06916 chore: use gapic-generator-python v0.26.0
PiperOrigin-RevId: 319910951
2020-07-06 20:48:23 -07:00
Google APIs a758393a3f Updating the googleapis and googleapis_private to use the 2.4.0 gapic-generator, which includes the following changes:
Features
add opt_file_args to pass the file arguments to the protoc plugin(cce9967)
Bug Fixes
deps: update dependency mocha to v8
deps: update dependency puppeteer to v4

PiperOrigin-RevId: 319296039
2020-07-01 14:22:34 -07:00
Google APIs cbf322455c chore: use gapic-generator-typescript v1.0.3.
This version of the generator includes a fix to make plugin parameters work properly: https://github.com/googleapis/gapic-generator-typescript/pull/574

PiperOrigin-RevId: 318086414
2020-06-24 10:05:48 -07:00
Google APIs b882b8e6bf Updates to build Google Ads API build files.
PiperOrigin-RevId: 318028816
2020-06-24 02:33:14 -07:00
Google APIs 927ff51dcf chore: update gapic-generator to v2.3.0.
New generator feature: preserve some values when regenerating BUILD.bazel.
More information: https://github.com/googleapis/gapic-generator/pull/3237

PiperOrigin-RevId: 317983262
2020-06-23 19:04:23 -07:00
Google APIs 7157f95527 chore: update grpc to v1.30.0
PiperOrigin-RevId: 317949519
2020-06-23 15:23:01 -07:00
Google APIs 4dfcfdc486 fix: use gapic-generator-python v0.25.2
PiperOrigin-RevId: 317905911
2020-06-23 11:25:43 -07:00
Google APIs 6bb49713fa Update Bazel workspace hash for gax-java and the resource name plugin.
Committer: @miraleung
PiperOrigin-RevId: 317684463
2020-06-22 10:37:41 -07:00
Google APIs ff1b4ff2cf feat: update version of gapic-generator-python used in Bazel rule
PiperOrigin-RevId: 317199748
2020-06-18 16:01:56 -07:00
Google APIs 8cbfef5dd6 chore: update gapic-generator to v2.2.0
changes include:
- build_gen includes grpc_service_conig attr for all languages

PiperOrigin-RevId: 316487751
2020-06-15 10:02:45 -07:00
Google APIs 184661793f fix: use protoc-docs-plugin 0.8.0
Fixes issue with missing newline before 'Attributes' in Python docstrings.

PiperOrigin-RevId: 316182409
2020-06-12 14:52:43 -07:00
Google APIs 0fb2fbf04f chore: update gapic-generator to v2.1.0
changes include:
- add proto3_optional flag to proto_custom_library
- update gax-java dependency version

PiperOrigin-RevId: 315402995
2020-06-08 19:31:29 -07:00
Google APIs 68c72c1d1f Use gapic-generator-typescript v1.0.0 for TypeScript libraries continuous integration.
PiperOrigin-RevId: 314855665
2020-06-04 20:29:46 -07:00
Google APIs 3a4894c4f0 chore: update gapic-generator and go microgen
changes include:
- build_gen: go lro gapic used as dep
- go_gapic_library: fixes shading of go_library importpath

PiperOrigin-RevId: 314363155
2020-06-02 10:56:49 -07:00
Google APIs 19541c49df chore: update gapic-generator to v2.0.2
changes include:
- fix grpc_service_config generated timeout settings
- feat(Java): read version from gradle.properties if specified
- nodejs build_gen uses grpc_service_config instead of gapic_yaml
- gapic-generator ignore grpc_service_config unless using gapic_v2
- build_gen use None instead of "" when grpc_service_config is not present

PiperOrigin-RevId: 314159797
2020-06-01 10:50:22 -07:00
Google APIs c4e37010d7 bazel: update protobuf, rules_go, gazelle, and gapic-generator-go versions
- protobuf v3.12.1
- rules_go v0.23.0
- gazelle v0.21.0
- gapic-generator-go v0.14.1

PiperOrigin-RevId: 313460921
2020-05-27 14:10:51 -07:00
Google APIs cd43cbb44d feat: use https://github.com/googleapis/gapic-generator-typescript for generating Node.js (TypeScript) libraries.
It's a drop-in replacement, it uses the same rules as the monolithic generator used.

PiperOrigin-RevId: 312788012
2020-05-21 20:24:47 -07:00
Google APIs dec3204175 Upgrade protoc-docs-plugin version to 0.7.0 to fix unstable docstrings.
PiperOrigin-RevId: 312689208
2020-05-21 10:01:21 -07:00
Google APIs c8e291e6a4 bazel: update gapic-generator hash
Changes include:
- fix: handle wildcard parent patterns

Committer: @miraleung
PiperOrigin-RevId: 311222505
2020-05-12 16:13:17 -07:00
Google APIs edd3b80fb7 bazel: update gapic-generator hash
Changes include:
- build_gen: inject longrunning Go GAPIC remote dep instead of target

PiperOrigin-RevId: 311053644
2020-05-11 21:07:06 -07:00
Google APIs aed11c01e5 chore: Ingegrate latest gapic-generator and gapic-generator-python changes.
This adds support for `<plugin>_opt` argument for gapic plugins.

PiperOrigin-RevId: 310660461
2020-05-08 17:40:37 -07:00
Google APIs e0f9d9e1f9 Integrate Python GAPIC Microgenerator in googleapis.
This PR uses using documentai as an example.
Depends on https://github.com/googleapis/gapic-generator-python/pull/402

PiperOrigin-RevId: 309824146
2020-05-04 15:07:15 -07:00
Google APIs 28e76243c2 feat: integrate gapic generator change in googleapis
PiperOrigin-RevId: 308294748
2020-04-24 11:44:45 -07:00
Google APIs 0d7c3565dd bazel: update gapic-generator-go to v0.13.3 in WORKSPACE
Changes include:
- change plugin use of Unmarshal to be compatible with golang/protobuf v1.4.0

PiperOrigin-RevId: 308113536
2020-04-23 13:08:12 -07:00
Google APIs 862cd840db chore: Update gapic-generator version
The updated version is required to migrate Python clients generation from artman to bazel.

PiperOrigin-RevId: 307739946
2020-04-21 21:17:00 -07:00