-
Notifications
You must be signed in to change notification settings - Fork 112
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
Add OpenApiValidator feature flag #9784
Conversation
Signed-off-by: Edwin Greene <edwin@swirldslabs.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9784 +/- ##
=========================================
Coverage 92.25% 92.25%
Complexity 7769 7769
=========================================
Files 950 950
Lines 32450 32452 +2
Branches 4113 4114 +1
=========================================
+ Hits 29936 29938 +2
Misses 1546 1546
Partials 968 968 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Signed-off-by: Edwin Greene <edwin@swirldslabs.com>
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Add OpenApiValidator feature flag --------- Signed-off-by: Edwin Greene <edwin@swirldslabs.com> (cherry picked from commit 0253168)
* Add OpenApiValidator feature flag --------- Signed-off-by: Edwin Greene <edwin@swirldslabs.com> (cherry picked from commit 0253168) Signed-off-by: Edwin Greene <edwin@swirldslabs.com>
* Add OpenApiValidator feature flag (#9784) Signed-off-by: Edwin Greene <edwin@swirldslabs.com>
Description:
Adds a feature flag, defaulted to false, for the REST API OpenAPI Validator request validation.
Related issue(s):
Fixes #
Notes for reviewer:
Checklist