summaryrefslogtreecommitdiff
path: root/lib/api/pagination_params.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
| | | | | | | | | | Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-2/+2
|
* Define common helper for describe pagination params in apiSemyon Pupkov2016-11-221-0/+24