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(generator): more stable googleapis proto links #7606

Conversation

coryan
Copy link
Contributor

@coryan coryan commented Nov 16, 2021

We want to minimize the number of changes when we change the commit SHA
for googleapis/googleapis. With this change we use a Doxygen custom
command in the header files. The CMake file defines this command to
include the embedded SHA. The arguments to the command should be more
stable, but will change when proto definitions are moved in their
.proto file.


This change is Reviewable

We want to minimize the number of changes when we change the commit SHA
for googleapis/googleapis.  With this change we use a Doxygen custom
command in the header files. The CMake file defines this command to
include the embedded SHA. The arguments to the command *should* be more
stable, but will change when proto definitions are moved in their
`.proto` file.
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 16, 2021
@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: dcf2be36a2e8ec658b06f31cd91eff602da0c55b

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@codecov
Copy link

codecov bot commented Nov 16, 2021

Codecov Report

Merging #7606 (dcf2be3) into main (30bc940) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #7606   +/-   ##
=======================================
  Coverage   95.24%   95.25%           
=======================================
  Files        1254     1254           
  Lines      113178   113148   -30     
=======================================
- Hits       107802   107775   -27     
+ Misses       5376     5373    -3     
Impacted Files Coverage Δ
...or/integration_tests/generator_integration_test.cc 97.43% <ø> (-0.10%) ⬇️
...egration_tests/golden/golden_kitchen_sink_client.h 100.00% <ø> (ø)
...tegration_tests/golden/golden_thing_admin_client.h 100.00% <ø> (ø)
...lden/internal/golden_thing_admin_auth_decorator.cc 100.00% <ø> (ø)
...olden/internal/golden_thing_admin_auth_decorator.h 100.00% <ø> (ø)
generator/internal/codegen_utils.cc 99.18% <ø> (-0.07%) ⬇️
generator/internal/scaffold_generator.cc 84.42% <ø> (ø)
generator/generator_test.cc 94.36% <100.00%> (ø)
generator/internal/codegen_utils_test.cc 100.00% <100.00%> (ø)
generator/internal/descriptor_utils.cc 95.62% <100.00%> (-0.08%) ⬇️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 30bc940...dcf2be3. Read the comment docs.

@coryan coryan marked this pull request as ready for review November 16, 2021 18:08
@coryan coryan requested a review from a team as a code owner November 16, 2021 18:08
Copy link
Member

@scotthart scotthart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 32 of 32 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @coryan)

@coryan coryan merged commit 0c15f07 into googleapis:main Nov 16, 2021
@coryan coryan deleted the feat-generator-more-stable-googleapis-proto-links branch November 16, 2021 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants