-
Notifications
You must be signed in to change notification settings - Fork 31
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
chore: refactor to use snake_case in proto (backport #1396) #1397
chore: refactor to use snake_case in proto (backport #1396) #1397
Conversation
* chore: refactor to use snake_case in proto to fix mix-use of camelCase and snake_case * chore: update changelog (cherry picked from commit 59f7256) # Conflicts: # client/docs/swagger-ui/swagger.yaml
Cherry-pick of 59f7256 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/v0.49.x #1397 +/- ##
================================================
Coverage 69.04% 69.04%
================================================
Files 671 671
Lines 69299 69299
================================================
Hits 47846 47846
Misses 19167 19167
Partials 2286 2286 |
* chore: refactor to use snake_case in proto to fix mix-use of camelCase and snake_case * chore: update changelog (cherry picked from commit 59f7256) # Conflicts: # client/docs/swagger-ui/swagger.yaml
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/v0.49.x #1397 +/- ##
================================================
Coverage 69.04% 69.04%
================================================
Files 671 671
Lines 69299 69299
================================================
Hits 47846 47846
Misses 19167 19167
Partials 2286 2286 |
Description
closes: #XXXX
Motivation and context
How has this been tested?
Screenshots (if appropriate):
Checklist:
CHANGELOG.md
client/docs/swagger-ui/swagger.yaml
This is an automatic backport of pull request #1396 done by [Mergify](https://mergify.com).