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

Update grpc.rs #1

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Update grpc.rs #1

merged 1 commit into from
Dec 3, 2024

Conversation

HarshMN2345
Copy link
Owner

Summary:
This pull request introduces validation logic to handle repeated message types in gRPC schemas, treating them as optional during input schema validation. The updates ensure proper handling of complex message structures while maintaining schema consistency..

Issue Reference(s):
Fixes tailcallhq#2720
/claim tailcallhq#2720

Build & Testing:

  • I ran cargo test successfully.
  • I have run ./lint.sh --mode=fix to fix all linting issues raised by ./lint.sh --mode=check.

Checklist:

  • I have added relevant unit & integration tests.
  • I have updated the documentation accordingly.
  • I have performed a self-review of my code.
  • PR follows the naming convention of <type>(<optional scope>): <title>

@HarshMN2345 HarshMN2345 merged commit 5978b97 into main Dec 3, 2024
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.

feat: add validation for input types in gRPC
1 participant