Commit graph

59 commits

Author SHA1 Message Date
Google APIs
785537ca52 chore(preview): fix compute preview artifact copy
PiperOrigin-RevId: 905108694
2026-04-24 10:37:57 -07:00
Google APIs
01aaf5a6b1 chore(preview): change diregapic preview to dir
PiperOrigin-RevId: 904036557
2026-04-22 14:13:55 -07:00
Google APIs
889c549d30 chore: remove the API index generation GHA workflow
PiperOrigin-RevId: 882443288
2026-03-12 01:24:01 -07:00
Google APIs
bce678dfbe feat: Add a field for upgrading previous processor version when fine tuning
PiperOrigin-RevId: 882129422
2026-03-11 12:05:33 -07:00
Mike Eltsufin
2ea3317a72
chore: retire API Index generator (b/415958807) (#1170)
Removes .github/workflows/generate_api_index.yaml and api-index-v1.json
as the generator is being retired.

Anyone affected by this change can file an issue here:
https://github.com/googleapis/librarian/issues/new
2026-03-11 14:17:35 -04:00
Google APIs
816213bb1a chore(diregapic): update master to code-suggester@v5
PiperOrigin-RevId: 879228737
2026-03-05 13:48:56 -08:00
Google APIs
ee1b64a360 chore(ci): update api index action code-suggester@v5
PiperOrigin-RevId: 879218849
2026-03-05 13:26:19 -08:00
Google APIs
882f48522b chore(diregapic): update preview to code-suggester@v5
PiperOrigin-RevId: 879215924
2026-03-05 13:20:38 -08:00
Google APIs
a000fc13c4 chore(ci): disable diregapic preview cron
PiperOrigin-RevId: 875264150
2026-02-25 11:44:05 -08:00
Google APIs
258563af0e chore(ci): fix diregapic preview updater workflow name
PiperOrigin-RevId: 874740251
2026-02-24 12:31:27 -08:00
Google APIs
51e3bc6236 chore(preview): add initial diregapic job for previews
PiperOrigin-RevId: 874701999
2026-02-24 11:10:00 -08:00
Google APIs
3a1589ff7d chore: echo compute version and revision in DIREGAPIC Updater workflow
PiperOrigin-RevId: 859289614
2026-01-21 15:30:32 -08:00
Google APIs
b9dbeaad6c build: generate distinct DIREGAPIC PRs per revision
PiperOrigin-RevId: 783452455
2025-07-15 13:33:50 -07:00
Google APIs
bd6804fbfc build: allow using the code in a branch/PR when running the DIREGAPIC action
PiperOrigin-RevId: 766718924
2025-06-03 10:18:36 -07:00
Google APIs
d66e50e0a5 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 766424972
2025-06-02 18:32:46 -07:00
Victor Chudnovsky
d751ca1275
build: change rummer image so as to access git executable (#1049)
The current instance of the runner labeled `prod` no longer provides access to the `git`
executable, thus breaking the DIREGAPIC action.
2025-06-02 15:59:05 -07:00
Victor Chudnovsky
a5443137a4
build: temporarily comment out C# and Ruby build rules (#1046)
The rationale for this is in internal issue b/337043087
2025-06-02 14:45:30 -07:00
Google APIs
d1c1b12db5 build: restore v1beta in diregapic.yaml
PiperOrigin-RevId: 761168790
2025-05-20 11:45:04 -07:00
Google APIs
71a251e2bf feat: add encryption_spec to Model Monitoring public preview API
PiperOrigin-RevId: 759653857
2025-05-16 09:56:50 -07:00
Anthonios Partheniou
2fc3abef31
feat: add google/cloud/compute/v1beta (#1033)
* build: implement matrix strategy for DIREGAPIC action

* build: add alpha compute files

* build: Include API channel in auto-generated PR

* build: fix matrix specification

* build: Have DIREGAPIC action use triggering ref or default branch

* build: remove the field ScratchDisks

The field was also removed purposefully in v1

* build: Add v1 proto for use as "previous proto" in conversion

* build: allow all matrix jobs to complete even if some fail

* build: fix location of fail-fast setting

The original reference I used had it in the wrong place.

Correct GitHub ref: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast

* build: Disable PHP and C# builds for alpha

PHP just failed. Not clear what the issue is.
C# has some known failures. One of them may be the use of 3 repeated fields.

* build: Disable Ruby generation

This was causing some errors, too.

* build: fix version in Discovery file before further processing

* build: jq is supposedly pre-installed in GitHub actions

* feat: Move alpha to v1alpha in all paths

* build: We do need to install jq

* build: Try installing without sudo

sudo is not found!

* build: Fix regex

"version" is the last field, so it has no trailing comma

* build: Fix Go imports in BUILD

* build: prepare for processing beta: copy files from alpha

* build: update the beta file contents to refer to beta symbols

* build: configure action to run for beta as well.

* build: Have each channel use its own branch for the PR

* Update syntax for matrix.version in branch name

* add initial versions of alpha/beta discovery docs

* Revert "add initial versions of alpha/beta discovery docs"

This reverts commit 489a29cdc5.

* stage discovery docs

* remove alpha

* add compute.v1beta.json which is needed for kokoro presubmit

* build: add python settings

* import changes from PR 1035

* clean up

* clean up

* Remove redundant bazelisk build

---------

Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
2025-05-16 11:13:37 -04:00
Google APIs
00716e8ec2 build: fix to correctly skip creating DIREGAPIC PRs if the only changes are in the output config
PiperOrigin-RevId: 740901415
2025-03-26 14:20:51 -07:00
Google APIs
3a61bbeff0 build: skip creating DIREGAPIC PRs if the only changes are in the output config
PiperOrigin-RevId: 740424922
2025-03-25 11:39:00 -07:00
Google APIs
ba85d2f145 build: Commit DIREGAPIC output config file
PiperOrigin-RevId: 738878265
2025-03-20 11:29:29 -07:00
Google APIs
2c2a335e10 feat: add VertexAISearch.engine option
PiperOrigin-RevId: 736952567
2025-03-14 12:39:21 -07:00
Victor Chudnovsky
1e6cb6291e
build: deploy use of converter config in GCE BUILD rule + DIREGAPIC action (#993) 2025-03-14 12:02:10 -07:00
Google APIs
783d7e07d4 build: update Docker image to use JDK 17
PiperOrigin-RevId: 733907084
2025-03-05 16:22:01 -08:00
Google APIs
9077c0ed8b build: specify where code changes are for code-suggester
PiperOrigin-RevId: 696968077
2024-11-15 12:33:08 -08:00
Google APIs
a70117882c build: update API index via PR from fork
PiperOrigin-RevId: 695863894
2024-11-12 14:05:13 -08:00
Google APIs
a7ebadc061 chore: fetch GCE Discovery doc from discovery-artifact-manager
PiperOrigin-RevId: 695780458
2024-11-12 10:14:25 -08:00
Google APIs
fa0c640351 chore: add python-specific generation settings to service config
PiperOrigin-RevId: 685054095
2024-10-11 20:23:02 -07:00
Victor Chudnovsky
7a0dc39843
chore: fetch GCE Discovery doc from discovery-artifact-manager (#938)
We want to fetch the Discovery file from the discovery-artifact-manager repo, where it is stored in a more canonical form.
2024-10-11 12:13:16 -07:00
Google APIs
a235ef2b87 chore: Configure clients for edgecontainer
PiperOrigin-RevId: 647486641
2024-06-27 16:43:38 -07:00
Jeff Ching
cb34bcf8ff
build: pull compute discovery from discovery-artifact-manager cache (#913) 2024-06-27 16:02:23 -07:00
Google APIs
6758c80fca build: do not create bazel convenience symlinks
PiperOrigin-RevId: 607751773
2024-02-16 11:36:13 -08:00
Google APIs
e4dce1324f fix(diregapic): s/bazel/bazelisk/ in DIREGAPIC build GitHub action
PiperOrigin-RevId: 604714585
2024-02-06 11:39:34 -08:00
Google APIs
4cc16e840c chore(maps/places): fix public issue tracker link
PiperOrigin-RevId: 604494723
2024-02-05 18:26:37 -08:00
Victor Chudnovsky
34a236b339
fix(diregapic): s/bazel/bazelisk/ in DIREGAPIC build GitHub action (#878) 2024-02-05 16:57:51 -08:00
Google APIs
51ba54397a chore: update versions of GitHub Actions
PiperOrigin-RevId: 591294386
2023-12-15 10:29:00 -08:00
Google APIs
31d154b381 build: Add safe.directory to GitHub DIREGAPIC action
PiperOrigin-RevId: 542546610
2023-06-22 07:00:59 -07:00
Google APIs
af329a3465 build: update Docker image to the newer one
PiperOrigin-RevId: 536828444
2023-05-31 14:45:19 -07:00
Google APIs
247a5dab9a fix: fix string syntax for earlier GitHub Action change
PiperOrigin-RevId: 517919349
2023-03-20 03:25:47 -07:00
Google APIs
04d2494feb chore: do not run regenerate action on forks
PiperOrigin-RevId: 517442500
2023-03-17 10:12:27 -07:00
Google APIs
42ba7e6302 chore(deps): Update gapic-generator-java to 2.15.3
PiperOrigin-RevId: 516900470
2023-03-15 12:39:28 -07:00
Alexander Fenster
1e84316f9e
chore: do not run regenerate action on forks (#785) 2023-03-15 11:38:04 -07:00
Google APIs
035ba25f36 chore: Use version 20230301 of gcr.io/gapic-images/googleapis in builds
PiperOrigin-RevId: 513279246
2023-03-01 10:41:47 -08:00
Google APIs
220b13e335 chore: internal change
PiperOrigin-RevId: 460267010
2022-07-11 11:56:22 -07:00
Google APIs
80c19a4eb7 chore: Add DIREGAPIC Updater github action
PiperOrigin-RevId: 450721505
2022-05-24 10:56:20 -07:00
Google APIs
4c6f5836a3 docs: updated comments to match API behaviors
PiperOrigin-RevId: 449874412
2022-05-19 18:07:01 -07:00
Vadym Matsishevskyi
6b3b07186f
chore: Add DIREGAPIC Updater github action (#721) 2022-05-19 14:14:31 -07:00
Google APIs
9e6c8c6261 chore: try to fix the mistaken-pull-closer config
PiperOrigin-RevId: 407849101
2021-11-05 10:10:27 -07:00