summaryrefslogtreecommitdiff
path: root/spec/lib/api/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Total Pages should be at least onetc-git-tower-pagination-linksToon Claes2017-08-171-1/+2
| | | | And the link to the last page cannot be `page=0`.
* Add specs for pagination Link headerToon Claes2017-08-171-4/+47
| | | | | | | | | | | | | 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
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Add tests for pagination module extracted from APIGrzegorz Bizon2016-12-271-0/+94