-
Notifications
You must be signed in to change notification settings - Fork 66
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
[ARP - lower camel responses - 1] set_key_transform :camel_lower
#20621
Conversation
set_key_transform :camel_lower
set_key_transform :camel_lower
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.
looks good
a767000
to
7f5c32c
Compare
…0622) * [ARP] camel case POA form persistence * lint fixes * [ARP - lower camel responses - 3] handle camel params in ARP IPF controller (#20623) * [ARP] handle camel params in ARP IPF controller * [ARP - lower camel responses - 4] camel response in ARP users controller (#20624) * [ARP] camel response in ARP users controller * [ARP - lower camel responses - 5] bypass olive branch (#20625) * [ARP] bypass olive branch * lint fixes
Generated by 🚫 Danger |
This is the head of a PR stack that switches all existing ARP endpoints to input and output camel cased request and response payloads explicitly and in particular bypasses
olive_branch
middleware. The PRs sequence the work like1 <- 2 <- 3 <- 4 <- 5
and can each be approved one at a time in that order. Then that whole chain can get merged into this head PR and platform can re-approve a final time to go intomaster
.The PR titles and minimal diffs are self explanatory:
set_key_transform :camel_lower
#20621It is worth reiterating the code comment that exists in the final PR of the PR stack that bypasses
olive_branch
for ARP endpoints: