Google APIs
d0a95bfd73
chore: preserve current bazel glob behavior as bazel 8 changes the default value of allow_empty from True to False
...
PiperOrigin-RevId: 738900918
2025-03-20 12:34:42 -07:00
Google APIs
f221b02de4
build: make build_gen an internal task
...
PiperOrigin-RevId: 586741822
2023-11-30 11:45:50 -08:00
Google APIs
abe15226ba
fix: Add py_test targets
...
PiperOrigin-RevId: 463701296
2022-07-27 16:06:30 -07:00
Google APIs
e8f5319d97
fix: @bazel_tools//build_defs/pkg:pkg.bzl points to the deprecated, Bazel internal version of pkg_tar. This change migrates users of that version to the supported, public version in rules_pkg
...
PiperOrigin-RevId: 463578364
2022-07-27 07:14:41 -07:00
Google APIs
21ef8485aa
fix: update rules_go, grpc, gazelle and python toolchain to latest versions to fix various build issues
...
PiperOrigin-RevId: 459858846
2022-07-08 16:41:39 -07:00
Google APIs
8a251f5225
feat: Enable REST transport for most of Java and Go clients
...
PiperOrigin-RevId: 456641589
2022-06-22 17:01:19 -07:00
Google APIs
e53f05caf2
chore: use build file generator from googleapis/rules_gapic repository.
...
Committer: @alexander-fenster
PiperOrigin-RevId: 358007902
2021-02-17 12:28:37 -08:00
Google APIs
46e52fd649
bazel: Integrate bazel build file generator
...
To generate/update BUILD.bazel files for any particular client or a batch of clients:
```
bazel run //:build_gen -- --src=google/example/library
```
PiperOrigin-RevId: 286958627
2019-12-23 16:40:41 -08:00
Google APIs
8463992271
Fix bazel build
...
PiperOrigin-RevId: 283589351
2019-12-03 11:43:22 -08:00
Google APIs
bc76ffd873
Use rules_proto bzl files to load proto_library
...
This makes googleapis forward compatible with Bazel incompatible change https://github.com/bazelbuild/bazel/issues/8922 .
This CL was created by adding @rules_proto to the WORKSPACE file and then running:
find . -name BUILD.bazel | \
while read build; do \
buildifier --lint=fix --warnings=load $build; \
done
Since buildifier cannot be told not to reformat the BUILD file, some files are reformatted.
PiperOrigin-RevId: 280356106
2019-11-13 22:28:15 -08:00
Google APIs
0c0bbaeb69
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 274037944
2019-10-10 14:21:31 -07:00
Google APIs
939c811547
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 253307155
2019-06-14 15:24:43 -07:00
Google APIs
b92c0fc128
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 220522200
2018-11-07 13:47:02 -08:00