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: generate showcase using docker image #3568

Open
wants to merge 50 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
f61c630
feat: generate showcase with hermetic build image
diegomarquezp Jan 10, 2025
99c711f
add showcase generation files
diegomarquezp Jan 10, 2025
7c0ed51
exclude bom generation
diegomarquezp Jan 10, 2025
0328d96
fix owlbot-cli config
diegomarquezp Jan 10, 2025
c1d1696
fix paths in owlbot cli
diegomarquezp Jan 10, 2025
bb28ae6
add historical bazel file
diegomarquezp Jan 10, 2025
85201ee
fix owlbot yaml
diegomarquezp Jan 10, 2025
cad57f6
parse additional protos also including gapic targets
diegomarquezp Jan 14, 2025
bfc9bba
fix service yaml and gapic config
diegomarquezp Jan 14, 2025
b4aa910
adapt to docker image generation
diegomarquezp Jan 14, 2025
779d011
update proto, gapic and grpc
diegomarquezp Jan 14, 2025
d29ce8c
add samples
diegomarquezp Jan 14, 2025
334384a
adapt showcase readme
diegomarquezp Jan 14, 2025
66e7366
explain new input in generation config
diegomarquezp Jan 14, 2025
f0a7d53
uncomment image building
diegomarquezp Jan 14, 2025
072ee70
ignore full generation when only generating showcase
diegomarquezp Jan 14, 2025
0214666
add showcase to versions.txt
diegomarquezp Jan 14, 2025
2f47daa
do not generate showcase automatically on generation config changes
diegomarquezp Jan 15, 2025
3063dab
update gapic showcase files
diegomarquezp Jan 15, 2025
e1c270a
fix build rule patterns
diegomarquezp Jan 15, 2025
1514dd7
lint
diegomarquezp Jan 15, 2025
6476131
skip generation on no target libraries
diegomarquezp Jan 15, 2025
4880451
exit early when no libraries need to be generated
diegomarquezp Jan 15, 2025
c29ce8c
Revert "explain new input in generation config"
diegomarquezp Jan 21, 2025
55141af
restore use of folder name
diegomarquezp Jan 21, 2025
2711c7d
use proto_library_with_info to obtain additional protos
diegomarquezp Jan 21, 2025
0a0726c
optimize image building
diegomarquezp Jan 21, 2025
2d6802f
Merge remote-tracking branch 'origin/main' into hermetic-build-showcase
diegomarquezp Jan 21, 2025
5bf0a5b
restore units
diegomarquezp Jan 21, 2025
8afe6a4
rename showcase folder to java-showcase
diegomarquezp Jan 21, 2025
3a839bf
script cleanup, use function to download showcase
diegomarquezp Jan 21, 2025
702644b
fix partial build file
diegomarquezp Jan 22, 2025
8728b79
chore: generate libraries at Wed Jan 22 12:52:18 AM UTC 2025
diegomarquezp Jan 22, 2025
37d1a95
fix references to java-showcase
diegomarquezp Jan 22, 2025
c8bc219
rename variable
diegomarquezp Jan 22, 2025
812f3d9
temporarily cd into showcase
diegomarquezp Jan 22, 2025
2d879f2
remove unnecessary whitespace
diegomarquezp Jan 22, 2025
d1f2d20
use showcase_version
diegomarquezp Jan 22, 2025
52d65f6
add readme instructions on docker
diegomarquezp Jan 22, 2025
5f07086
fix kokoro tests
diegomarquezp Jan 22, 2025
4246310
chore: generate libraries at Wed Jan 22 05:37:23 UTC 2025
cloud-java-bot Jan 22, 2025
e55ab79
fix showcase-native
diegomarquezp Jan 22, 2025
1e33cde
fix root pom
diegomarquezp Jan 22, 2025
4cdb78a
Merge remote-tracking branch 'origin/hermetic-build-showcase' into he…
diegomarquezp Jan 22, 2025
9868bc7
remove unwanted script
diegomarquezp Jan 22, 2025
5647988
update action.yaml to use showcase mode
diegomarquezp Jan 24, 2025
405108d
Merge branch 'main' into hermetic-build-showcase
diegomarquezp Jan 24, 2025
a6447c3
add showcase mode to script
diegomarquezp Jan 30, 2025
e122029
Merge remote-tracking branch 'origin/hermetic-build-showcase' into he…
diegomarquezp Jan 30, 2025
493b5a4
Merge remote-tracking branch 'origin/main' into hermetic-build-showcase
diegomarquezp Jan 30, 2025
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
fix root pom
  • Loading branch information
diegomarquezp committed Jan 22, 2025
commit 1e33cdeb6203de70d809e884eae90a3b32562241
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</property>
</activation>
<modules>
<module>showcase</module>
<module>java-showcase</module>
</modules>
</profile>

Expand All @@ -101,7 +101,7 @@
</property>
</activation>
<modules>
<module>showcase</module>
<module>java-showcase</module>
<module>coverage-report</module>
</modules>
<properties>
Expand Down