-
Notifications
You must be signed in to change notification settings - Fork 196
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 comment pagination on the server side #1058
Comments
deepthivenkat
added a commit
that referenced
this issue
Jun 23, 2016
…fetch remaining issues and render
deepthivenkat
added a commit
that referenced
this issue
Jun 24, 2016
…fetch remaining issues and render
deepthivenkat
added a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Jul 6, 2016
deepthivenkat
added a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Jul 13, 2016
… review comments
miketaylr
pushed a commit
that referenced
this issue
Jul 28, 2016
miketaylr
pushed a commit
that referenced
this issue
Jul 28, 2016
Revert "Fixes #1058 - Fetching and rendering all comments"
Re-opening because something changed and it broke all comments on the site. We need tests to cover the scenario where GitHub sends a Link Header and doesn't. And probably tests for when GitHub might send a malformed/broken Link Header. |
deepthivenkat
added a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Jul 29, 2016
deepthivenkat
added a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Jul 29, 2016
deepthivenkat
added a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Jul 29, 2016
…hub api /issues/<issue_number>/comments
deepthivenkat
added a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Aug 1, 2016
deepthivenkat
added a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Aug 1, 2016
…. Place checks for empty link header
deepthivenkat
added a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Aug 1, 2016
…hub api /issues/<issue_number>/comments
deepthivenkat
added a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Aug 1, 2016
deepthivenkat
added a commit
to deepthivenkat/webcompat.com
that referenced
this issue
Aug 1, 2016
…e changes, adding comments for test case.
miketaylr
pushed a commit
that referenced
this issue
Aug 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See point 1 from #1044 (comment).
Basic idea is to request and lump together comments until
rel=last
if we detect that there are more than 1 page of comments.Once we have this we can remove the hack from #1044.
The text was updated successfully, but these errors were encountered: