Commit graph

80 commits

Author SHA1 Message Date
Google APIs
eddd3d845b feat: add C++ rules for many Cloud services
PiperOrigin-RevId: 411620635
2021-11-22 12:24:05 -08:00
Google APIs
8c7125522e chore(ruby): Add Bazel build rules for Ruby wrapper clients
PiperOrigin-RevId: 406897753
2021-11-01 12:52:22 -07:00
Google APIs
a83e6f24b4 chore(python): Update cloudbuild BUILD.bazel package name to google-cloud-build
chore(python): Update cloudbuild namespace to google.cloud.devtools

PiperOrigin-RevId: 406424368
2021-10-29 12:24:47 -07:00
Google APIs
5572865403 feat: Update cloudbuild proto with the service_account for BYOSA Triggers.
Committer: @emoryruscus
PiperOrigin-RevId: 392957767
2021-08-25 12:44:11 -07:00
Google APIs
3cd708edbc feat:add script field to BuildStep message
PiperOrigin-RevId: 392761119
2021-08-25 09:13:02 -07:00
Google APIs
7fec72948d feat: Add ability to configure BuildTriggers to create Builds that require approval before executing and ApproveBuild API to approve or reject pending Builds
Comitter: @joonlim
PiperOrigin-RevId: 391072303
2021-08-16 10:04:31 -07:00
Google APIs
760b5d8bfd docs: Add a new build phase SETUPBUILD for timing information
PiperOrigin-RevId: 387362210
2021-07-28 09:03:18 -07:00
Google APIs
f84d1e2eda feat: Implementation of Build Failure Info:
- Added message FailureInfo field

PiperOrigin-RevId: 385847244
2021-07-20 12:36:31 -07:00
Google APIs
7a1fb837d3 feat: add a WorkerPools API
BREAKING CHANGE: Proto had a prior definitions of WorkerPool resources which were never supported. This change replaces those resources with definitions that are currently supported.

Committer: @mwiczer
PiperOrigin-RevId: 385610622
2021-07-19 12:08:07 -07:00
Google APIs
24443e8a67 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 381955863
2021-06-28 15:23:09 -07:00
Google APIs
060218c3cc chore: rename PHP microgen Bazel rules, delete monolith rules in googleapis
Committer: @miraleung
PiperOrigin-RevId: 377518010
2021-06-04 08:36:42 -07:00
Google APIs
87a6ce53d3 feat: Implementation of Source Manifests:
- Added message StorageSourceManifest as an option for the Source message
- Added StorageSourceManifest field to the SourceProvenance message

PiperOrigin-RevId: 372331161
2021-05-06 06:39:28 -07:00
Google APIs
9a9e29627a feat: Add fields for Pub/Sub triggers
Committer: @gleeper
PiperOrigin-RevId: 368533270
2021-04-14 16:47:53 -07:00
Google APIs
d370911b4f chore: migrate cloudbuild to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 365165055
2021-03-25 18:39:32 -07:00
Google APIs
913f5553d5 fix: Specify build as the body of a CreateBuild call. The Cloud Build API has always assumed this, but now we are actually specifying it.
feat: Add `ReceiveTriggerWebhook` for webhooks activating specific triggers.

docs: Update field docs on required-ness behavior and fix typos.

docs: Add `$PROJECT_NUMBER` as a substitution variable.

feat: Add `SecretManager`-related resources and messages for corresponding integration.

docs: Clarify lifetime/expiration behavior around `ListBuilds` page tokens.

feat: Add `COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY` for corresponding comment control behavior with triggered builds.

feat: Add `E2_HIGHCPU_8` and `E2_HIGHCPU_32` machine types.

Committer: @lozord
PiperOrigin-RevId: 363244566
2021-03-16 12:33:05 -07:00
Google APIs
d9b32e92fa chore: clean up unused gapic.legacy.yaml files
Committer: @miraleung
PiperOrigin-RevId: 359580699
2021-02-25 12:14:41 -08:00
Google APIs
959b0bcea3 feat: Update the ruby_cloud_gapic_library rules for the libraries published to google-cloud-ruby to the form that works with build_gen (separate parameters for ruby_cloud_title and ruby_cloud_description).
chore: Update Bazel-Ruby rules version.
chore: Update build_gen version.

PiperOrigin-RevId: 358357761
2021-02-19 01:21:43 -08:00
Google APIs
61ab0348bd feat: Migrate the Bazel rules for the libraries published to google-cloud-ruby to use the gapic-generator-ruby instead of the monolith generator.
PiperOrigin-RevId: 352069361
2021-01-15 13:09:14 -08:00
Google APIs
dd1d2325b1 chore: Update C# namespace
This is a breaking change, but *only* for C#. Google has not yet published a package for this API, so it would only break users who have generated the code themselves.

PiperOrigin-RevId: 350388717
2021-01-06 11:05:29 -08:00
Google APIs
6dae98144d chore: Remove unused 'package' attr from java_gapic_library rules
Committer: @miraleung
PiperOrigin-RevId: 347459563
2020-12-14 13:41:43 -08:00
Google APIs
160f80d81d chore: Make microgenerators default for all languages
In particular this applies to Java and Python microgenerators.
With this change `java_gapic_*` and `py_gapic_*` rules mean microgenerator versions. The monolith versions of the rules are named as `java_gapic_*_legacy` and `py_gapic_*_legacy` respectively.

Also change Ads BAZEL template to reflect the change in default rule names.

Also change `DO NOT OVERRIDE` comment warnings meaning (to reflect that now by default microgenerator rules are generated and the generated version must be accepted only if the API is being migrated to the microgenerator).

PiperOrigin-RevId: 346227314
2020-12-07 18:51:08 -08:00
Google APIs
08869d766d chore: migrate cloudbuild to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 346132650
2020-12-07 11:47:28 -08:00
Google APIs
d189e87120 chore: generate GAPIC metadata JSON file
PiperOrigin-RevId: 345596855
2020-12-03 21:01:09 -08:00
Google APIs
7391e775fd fix: switch all local LRO Go GAPIC deps to remote
PiperOrigin-RevId: 338561467
2020-10-22 15:30:23 -07:00
Google APIs
b821f32047 feat: use https://github.com/googleapis/gapic-generator-csharp for generating C# libraries.
PiperOrigin-RevId: 331104099
2020-09-11 01:16:20 -07:00
Google APIs
bc18612d35 feat!: Updated third_party Cloud Build clients with new Build message fields:
- `service_account`, which is available to members of our closed alpha
- CLOUD_LOGGING_ONLY logging modes
- `dynamic_substitutions` option
- resource annotations added

PiperOrigin-RevId: 331027363
2020-09-10 15:16:05 -07:00
Google APIs
3257ba5216 fix: revert removal of WorkerPool API
PiperOrigin-RevId: 330974505
2020-09-10 11:09:14 -07:00
Google APIs
48ce8878cd feat!: Updated third_party Cloud Build clients with new Build message fields:
- `service_account`, which is available to members of our closed alpha
- STACKDRIVER_ONLY and CLOUD_LOGGING_ONLY logging modes
- `dynamic_substitutions` option

BREAKING CHANGE: The WorkerPool API in the v1 surface has been long deprecated, so it has been deleted from the v1 surface. Alpha WorkerPool customers who want to call the WorkerPool API can use gcloud.

PiperOrigin-RevId: 330504082
2020-09-08 07:21:40 -07:00
David Bendory
56cd92ad17
Rename GCB. (#511) 2020-09-03 14:17:03 +01:00
Google APIs
fbf9396664 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 324209019
2020-07-31 08:05:22 -07:00
Google APIs
58be915cf3 fix: inline markup spans must be separated from the surrounding text by non-word characters
PiperOrigin-RevId: 322464556
2020-07-21 16:17:53 -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
bad4b83190 fix: migrate cloudbuild/v1 to grpc_service_config
PiperOrigin-RevId: 321584556
2020-07-16 09:46:05 -07:00
Google APIs
17edd4b490 fix: add missing cloudbuild RPCs to retry config
PiperOrigin-RevId: 321573910
2020-07-16 09:03:34 -07:00
Google APIs
0e56befedb build: removing Artman configuration files
PiperOrigin-RevId: 321273506
2020-07-14 18:01:47 -07:00
Google APIs
d13f80db84 feat: migrate cloudbuild v1 BUILD.bazel python part to use micro-gen
PiperOrigin-RevId: 320100527
2020-07-07 18:12:08 -07:00
Google APIs
d13e2da372 build: move gapic-generator-typescript parameters to BUILD.bazel files.
PiperOrigin-RevId: 318386808
2020-06-25 18:07:32 -07:00
Google APIs
6d05c93a2c chore: set Ruby namespace in proto options
PiperOrigin-RevId: 317660600
2020-06-22 08:39:05 -07:00
Google APIs
ce56112c35 chore: fix all deps on LRO in go_gapic_library
Removes uses of external dependency on longrunning/autogen:go_default_library
in favor of the local target //google/lonrunning:longrunning_go_gapic.

PiperOrigin-RevId: 314387187
2020-06-02 12:57:24 -07:00
Google APIs
ded05197da fix: use grpc_service_config in nodejs_gapic_library
The nodejs_gapic_library targets were migrated to gapic-generator-typescript
which doesn't use gapic_yaml, rendering that attribute unused. Instead it uses
the proto annotations & grpc_service_config, which this change reflects.

PiperOrigin-RevId: 314206960
2020-06-01 14:44:30 -07:00
Google APIs
bf85ee3ed6 chore: enable gapicv2 for cloudbuild/v1 API
Committer: @miraleung
PiperOrigin-RevId: 305349873
2020-04-07 15:20:50 -07:00
Google APIs
25a1781c09 bazel: migrate all go_gapic_library targets to microgenerator implementation
* update rules_go and gazelle bazel dependencies
* update gapic-generator bazel dependency (with build file generator changes)

PiperOrigin-RevId: 302730217
2020-03-24 13:05:53 -07:00
Google APIs
d8e226f702 feat: Add time-to-live in a queue for builds
PiperOrigin-RevId: 301579876
2020-03-18 06:49:38 -07:00
Google APIs
ffbb493674 feat: cloudbuild/v1 add new fields and annotate OUTPUT_OUT fields.
PiperOrigin-RevId: 299397780
2020-03-06 11:38:42 -08:00
Google APIs
df8a1707a9 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 284568564
2019-12-09 09:24:48 -08:00
Google APIs
74bd9b95ac mark Go lib ga
PiperOrigin-RevId: 282562558
2019-11-26 07:39:15 -08:00
Google APIs
06a840781d Populate BAZEL.build files for around 100 APIs (all APIs we publish) in all 7 langauges.
PiperOrigin-RevId: 282449910
2019-11-25 15:50:18 -08:00
Google APIs
ae908c2b2e Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276077059
2019-10-22 09:12:45 -07:00
Google APIs
54082ac49c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 272488384
2019-10-02 12:00:06 -07:00
Google APIs
c687a1d619 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 270902450
2019-09-24 07:46:10 -07:00