-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Handle 'since' in addition to 'page' for pagination response #2135
Handle 'since' in addition to 'page' for pagination response #2135
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
@googlebot I signed it! |
Codecov Report
@@ Coverage Diff @@
## master #2135 +/- ##
=======================================
Coverage 97.79% 97.79%
=======================================
Files 112 112
Lines 10036 10041 +5
=======================================
+ Hits 9815 9820 +5
Misses 154 154
Partials 67 67
Continue to review full report at Codecov.
|
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.
Thank you, @brianlangdon !
LGTM.
Awaiting second LGTM before merging.
Thank you, @brianlangdon - can you please run |
@gmlewis, changes pushed I hope!, Thanks |
Thank you, @brianlangdon ! LGTM.
Please note that ALL other contributors to this repo are welcome to provide the second PR review/comment/approval that we need for merging. Perhaps @Parker77 has time today to review. |
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.
Thank you, @Parker77 ! |
It sees that this break |
Hi @lonre - could you please be more specific? How did it break? Can you please give an example of the response (before and after, or "working" and "broken")? |
Hi @gmlewis with the response |
pagination may return either 'page' or 'since' in the header. 'since' was not being handled
Fixes: #2112.