Commit Graph

16 Commits

Author SHA1 Message Date
Google APIs a9a85bc86b Synchronize new proto/yaml changes.
PiperOrigin-RevId: 253097146
2019-06-13 13:46:20 -07:00
Google APIs a12347ec47 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 252108410
2019-06-07 13:31:27 -07:00
Google APIs c6399efb29 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 250290070
2019-05-28 08:49:54 -07:00
Google APIs c39b7e880e Synchronize new proto/yaml changes.
PiperOrigin-RevId: 249885941
2019-05-24 13:08:26 -07:00
Google APIs 0537189470 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 249742806
2019-05-23 17:00:03 -07:00
Google APIs 6ea045ad2e Synchronize new proto/yaml changes.
PiperOrigin-RevId: 249345152
2019-05-21 16:07:26 -07:00
Google APIs 3debfc0798 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 248402926
2019-05-15 14:16:31 -07:00
michaelbausor 9855995ff9
Bump gapic-generator version (#547) 2019-04-25 11:36:28 -07:00
Google APIs 25cbfd4a53 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 245137805
2019-04-24 16:16:24 -07:00
Google APIs 4d96a08055 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 237832350
2019-03-11 10:39:40 -07:00
Google APIs 96cb68536c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 234655328
2019-02-19 12:49:28 -08:00
Google APIs c1e4972ef6 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 232765627
2019-02-06 16:01:58 -08:00
Google APIs 65ee9650f3 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 218198463
2018-10-22 11:09:48 -07:00
Google APIs 3afba2fd06 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 217582979
2018-10-17 14:01:58 -07:00
Vadym Matsishevskyi b1daa9a1ab
Rollback remaining parts of #273 (#516)
0) This clenup is necessary in the context of bazel-based gapic codegen work.
1) Partially the #273 PR was rolled back in #298, which made the remaining parts broken anyways (for example monitoring `BUILD` file reffers to rpc and annotations targets, which were removed in #298).
2) The `.gitmodules` point to 2 year old repository commits, boringssl link is broken.

Note, as part of bazel codegen integration this repository (googleapis) will be populated with corresponding `BUILD.bazel` files (NOT part of this commit), which may potentially break teams which import googelapis as new github repo (using `new_git_repository` workspace rule) and then overlay their custom build files on top of it. 

To fix that the teams which currently overlay custom build files on googleapis packages are expected to migrate to using the provided `BUILD.bazel` files instead (they should contain everything needed, like `proto_library`, `java_proto_library`, etc. definitions). In case if something is missing, it should be added directly to the `BUILD.bazel` files provided in googleapis, instead of overlaying custom build files. 

Practically, for teams which currently rely on custom build files, this means switching from `new_git_repository` to `git_repository` in their WORKSPACE file definitions, then fixing target naming differences (if any) and transferring missing stuff (if any) from custom `BUILD` files to googleapis' `BUILD.bazel` files.
2018-08-21 10:51:23 -07:00
makdharma e15b9f0790 Grpc bazel build support (#273)
* WORKSPACE and BUILD for bazel support

* added google/protobuf BUILD file and protos

* more cleanup

* added bazel support to readme

* removed local copy of .bzl files

Using the grpc's bzl files
Cleaned up WORKSPACE
Formated BUILD files

* removed local copy of google/protobuf

Modified grpc skylark files to use protobuf submodule's
copies of the well known protos.
2017-03-09 13:44:29 -08:00