summaryrefslogtreecommitdiff
path: root/buildstream/_protos
Commit message (Collapse)AuthorAgeFilesLines
* _protos: Import google.rpc.Code protoMartin Blanchard2018-09-273-0/+322
| | | | | | | Imports code.proto from https://github.com/googleapis/googleapis and corresponding modules generated with ./setup.py build_grpc. https://gitlab.com/BuildStream/buildstream/issues/668
* Add proto for BuildStream reference storage serviceJürg Billeter2018-07-175-0/+509
|
* remote_execution.proto: Add proposed symlink supportJürg Billeter2018-07-172-97/+222
| | | | https://github.com/bazelbuild/remote-apis/pull/18/
* Import protos for the Bazel Remote Execution APIJürg Billeter2018-07-1712-0/+4576
| | | | | This imports protos from https://github.com/bazelbuild/remote-apis/ and the modules generated with ./setup.py build_grpc.
* Import Google proto dependencies for the Remote Execution APIJürg Billeter2018-07-1720-0/+2199
| | | | | This imports protos from https://github.com/googleapis/googleapis/ and the modules generated with ./setup.py build_grpc.
* setup.py: Add grpcio dependency and support for code generationJürg Billeter2018-07-171-0/+0
This allows code generation with ./setup.py build_grpc