summaryrefslogtreecommitdiff
path: root/src/buildstream/_protos
Commit message (Collapse)AuthorAgeFilesLines
* _protos: Regenerated protos for artifact proto updateTristan van Berkom2020-12-0727-408/+705
| | | | | | | | | | | | | | | | | | Added low_diversity_meta and high_diversity_meta artifact.proto. These two fields represent detatched metadata files in which we can store artifact metadata which does not pertain directly to the artifact's cache key and as such should not stored directly on the proto itself. The low diversity data is meant to maximize on deduplication of data in the CAS store, while data which is expected to diverge more should be stored in the high diversity metadata. Also added the strict key to the proto. The strict key is interesting to have when instantiating an Element from a downloaded artifact, and also provides some context as to whether the downloaded artifact's strong key matches it's strict key.
* _protos: Update local_cas.proto from buildbox-commonJürg Billeter2020-08-133-8/+257
|
* _protos: Drop BuildStream Artifact and Source servicesJürg Billeter2020-08-139-809/+5
| | | | Replaced by Remote Asset API Fetch and Push services.
* Add generated python protobuffer files Remote Asset APISander Striker2020-08-134-0/+990
|
* Add Remote Asset API protoSander Striker2020-08-131-0/+445
|
* _protos: Update generated filesJürg Billeter2020-08-137-1251/+1957
| | | | Use grpcio-tools 1.28.1, matching grpcio from requirements.txt
* _protos: Update local_cas.protoJürg Billeter2020-05-252-54/+53
|
* _protos: Update remote_execution.protoJürg Billeter2020-05-253-146/+241
|
* _protos: Update remote_execution.protojuerg/reapiJürg Billeter2020-03-163-130/+138
| | | | Move output_node_properties from Action to Command.
* _protos: Rebuild with latest protobufJürg Billeter2020-03-1612-165/+141
|
* artifact.proto: Add sources fieldJürg Billeter2020-02-112-13/+24
| | | | This will be used for incremental builds.
* local_cas: Update protoDarius Makovsky2020-02-053-117/+158
|
* remote_execution: Update protoDarius Makovsky2020-02-053-265/+871
|
* _protos: Update local_cas.protoJürg Billeter2019-09-053-3/+125
|
* _protos: Import local_cas.protoJürg Billeter2019-08-204-0/+1663
| | | | | | | This imports local_cas.proto from buildbox-common [1] and the modules generated with ./setup.py build_grpc. [1] https://gitlab.com/BuildGrid/buildbox/buildbox-common
* artifact.proto: Add the project name to the build dependency informationJames Ennis2019-08-1910-338/+346
| | | | | | | | | We also need to store the project name of dependencies in the proto in order to reconstruct the graph. This also means that we must include the project name of the dependencies in the cache key, otherwise the proto and the cache keys may fall out of sync.
* capabilities: Expand to include source serviceRaoul Hidalgo Charman2019-07-082-7/+60
| | | | Part of #1038
* protos: Update generated grpc filesRaoul Hidalgo Charman2019-07-082-0/+284
| | | | Part of #1038
* Add new source protoRaoul Hidalgo Charman2019-07-081-0/+61
| | | | Part of #1038
* artifact.proto: Remove ArtifactStatus methodraoul/915-capabilities-serviceRaoul Hidalgo Charman2019-06-263-111/+4
| | | | | | Not needed now that capabilities service is used. Part of #915
* protos: Update generated grpc filesRaoul Hidalgo Charman2019-06-2611-3/+197
| | | | Part of #915
* buildstream.proto: Add capabilities serviceRaoul Hidalgo Charman2019-06-261-0/+23
| | | | Part of #915
* _protos: Add new status method to artifact serviceRaoul Hidalgo Charman2019-06-053-3/+110
| | | | | | And update relavant grpc files. Part of #1025
* _protos: Update generated pb2 filesRaoul Hidalgo Charman2019-06-059-310/+304
|
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-2144-0/+8274
This was discussed in #1008. Fixes #1009.