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

Extend google.protobuf.EnumOptions for Schema #4931

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

hown3d
Copy link
Contributor

@hown3d hown3d commented Nov 10, 2024

References to other Issues or PRs

Fixes #2671

Brief description of what is fixed or changed

Allows to set options on proto enums with a new message EnumSchema.
EnumSchema is a subset of the Schema message that contains only fields that are applicable on enums.

Other comments

PR is based mostly on #2855 with a few adjustments

Copy link
Collaborator

@johanbrandhorst johanbrandhorst left a comment

Choose a reason for hiding this comment

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

This looks great, thank you!

@johanbrandhorst johanbrandhorst enabled auto-merge (squash) November 21, 2024 21:38
auto-merge was automatically disabled November 25, 2024 11:41

Head branch was pushed to by a user without write access

@johanbrandhorst johanbrandhorst enabled auto-merge (squash) November 25, 2024 18:57
auto-merge was automatically disabled November 27, 2024 08:32

Head branch was pushed to by a user without write access

@johanbrandhorst johanbrandhorst merged commit 8515b77 into grpc-ecosystem:main Nov 27, 2024
14 checks passed
@johanbrandhorst
Copy link
Collaborator

🎉 thank you for your contribution!

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.

Extend google.protobuf.EnumOptions
2 participants