Uh oh!
There was an error while loading. Please reload this page.
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. |
brianlangdon
commented
Oct 21, 2021
@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.
|
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @brianlangdon !
LGTM.
Awaiting second LGTM before merging.
brianlangdon
commented
Nov 23, 2021
gmlewis
commented
Nov 23, 2021
Thank you, @brianlangdon - can you please run |
brianlangdon
commented
Nov 24, 2021
@gmlewis, changes pushed I hope!, Thanks |
gmlewis
commented
Nov 24, 2021
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. |
gmlewis
commented
Nov 27, 2021
Thank you, @Parker77 ! |
lonre
commented
Dec 5, 2021
It sees that this break |
gmlewis
commented
Dec 5, 2021
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")? |
lonre
commented
Dec 5, 2021
Hi @gmlewis with the response |
pagination may return either 'page' or 'since' in the header. 'since' was not being handled
Fixes: #2112.