Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: enable hermetic library generation #2048

Merged
merged 24 commits into from
Jul 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8f791bd
feat: enable hermetic library generation
diegomarquezp May 27, 2024
81bcd54
fix config yaml syntax
diegomarquezp May 27, 2024
462b3fc
do not map runners home folder
diegomarquezp May 28, 2024
79fe5dc
try dummy proto_path
diegomarquezp May 28, 2024
85ea80d
use copyright update comittish
diegomarquezp May 28, 2024
278b63f
correct proto_path
diegomarquezp May 28, 2024
62c0be2
update protoc
diegomarquezp May 28, 2024
cba00e6
preserve pr_description
diegomarquezp May 29, 2024
d9e9e3a
update gapic_generator_version to 2.41.0
diegomarquezp Jun 4, 2024
e17e355
infer image tag from config yaml
diegomarquezp Jun 12, 2024
a92d99f
correct workflow name
diegomarquezp Jun 12, 2024
3d766b8
update config scripts and yamls
diegomarquezp Jun 12, 2024
89e3d5d
remove old update_googleapis_committish workflow
diegomarquezp Jun 20, 2024
0de5054
sync config structure with that of google-cloud-java
diegomarquezp Jun 20, 2024
7b74b3e
remove quotes from config yamls
diegomarquezp Jun 25, 2024
53a1c5b
fix typo in update_generation_config.yaml
diegomarquezp Jun 25, 2024
1aefc6e
correct
diegomarquezp Jun 25, 2024
067b32c
quote codeowners_team in generation config
diegomarquezp Jun 26, 2024
d5a8f20
update generator version
diegomarquezp Jun 26, 2024
8b6d6e2
fix library info
diegomarquezp Jun 28, 2024
1507a6e
retrigger jobs
diegomarquezp Jun 28, 2024
713c6de
fix path to hermetic_library_generation
diegomarquezp Jul 2, 2024
2e43668
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jul 2, 2024
155fca1
fixes to hermetic_library_generation
diegomarquezp Jul 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
quote codeowners_team in generation config
  • Loading branch information
diegomarquezp committed Jun 26, 2024
commit 067b32c2700c80f5f21d87236a8d655b8fba8223
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ libraries:
repo: googleapis/java-pubsub
repo_short: java-pubsub
distribution_name: com.google.cloud:google-cloud-pubsub
codeowner_team: @googleapis/api-pubsub
codeowner_team: '@googleapis/api-pubsub'
api_id: pubsub.googleapis.com
library_type: GAPIC_COMBO
requires_billing: true
Expand Down