Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@loosebazooka
Copy link
Member

...V0_0_2 -> ...V002

See naming: https://protobuf.dev/programming-guides/style/#identifier

We were initially using this to avoid collisions, but those are theoretical and we can work around them. Additionally we now can identify collisions at the proto spec level rather than at generation time.

Summary

Clients will once again need to regenerate type code. @jku we probably also want to disable pydantic here in a followup?

Release Note

Documentation

...V0_0_2 -> ...V002

See naming: https://protobuf.dev/programming-guides/style/#identifier

We were initially using this to avoid collisions, but those are
academic/theoretical and we can work around them. Additionally we
now can identify collisions at the proto spec level rather than
at generation time.

Signed-off-by: Appu Goundan <[email protected]>
@loosebazooka loosebazooka requested review from a team as code owners May 28, 2025 20:39
@codecov
Copy link

codecov bot commented May 28, 2025

Codecov Report

Attention: Patch coverage is 30.66667% with 52 lines in your changes missing coverage. Please review.

Project coverage is 38.05%. Comparing base (349e76e) to head (c4da31d).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pkg/generated/protobuf/dsse.pb.go 0.00% 16 Missing ⚠️
pkg/generated/protobuf/hashedrekord.pb.go 0.00% 16 Missing ⚠️
pkg/generated/protobuf/entry.pb.go 0.00% 10 Missing ⚠️
pkg/generated/protobuf/rekor_service.pb.go 0.00% 10 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #329   +/-   ##
=======================================
  Coverage   38.05%   38.05%           
=======================================
  Files          41       41           
  Lines        2959     2959           
=======================================
  Hits         1126     1126           
  Misses       1728     1728           
  Partials      105      105           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@haydentherapper haydentherapper left a comment

Choose a reason for hiding this comment

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

Thanks!

@loosebazooka loosebazooka merged commit 20d8c99 into main May 28, 2025
13 checks passed
@loosebazooka loosebazooka deleted the proto-naming-more branch May 28, 2025 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants