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

Do not use proto casing in v1alpha1 API JSON fields #8988

Merged
merged 1 commit into from Jun 4, 2021
Merged

Conversation

rkapka
Copy link
Contributor

@rkapka rkapka commented Jun 4, 2021

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

#8697 introduced a breaking change to v1alpha1 APIs. JSON output was modified from camelCase to snake_case, thus breaking the Web UI.

Which issues(s) does this PR fix?

Hotfix

Other notes for review

N/A

@rkapka rkapka added the API Api related tasks label Jun 4, 2021
@rkapka rkapka requested a review from a team as a code owner June 4, 2021 07:11
@rkapka rkapka added the Ready For Review A pull request ready for code review label Jun 4, 2021
@codecov
Copy link

codecov bot commented Jun 4, 2021

Codecov Report

Merging #8988 (34574bc) into develop (dd10a3a) will decrease coverage by 0.16%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #8988      +/-   ##
===========================================
- Coverage    60.93%   60.77%   -0.17%     
===========================================
  Files          531      531              
  Lines        37541    37814     +273     
===========================================
+ Hits         22876    22981     +105     
- Misses       11382    11545     +163     
- Partials      3283     3288       +5     

@nisdas nisdas merged commit 1ea042d into develop Jun 4, 2021
@delete-merged-branch delete-merged-branch bot deleted the gateway-casing branch June 4, 2021 08:03
@prestonvanloon
Copy link
Member

This fixes prysmaticlabs/prysm-web-ui#181

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Api related tasks Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants