Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-17Total Pages should be at least oneToon Claes
And the link to the last page cannot be `page=0`.
2017-08-17Add specs for pagination Link headerToon Claes
Add specs that check the 'Link' header for the inclusion of: - rel="first" - rel="last" - rel="prev" - rel="next" Fixes gitlab-org/gitlab-ce#36618 Related to gitlab-com/infrastructure#2532
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2016-12-27Add tests for pagination module extracted from APIGrzegorz Bizon