Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to Rails 5.2upgrade-rails-5-2-ce | Heinrich Lee Yu | 2019-07-12 | 1 | -1/+3 |
| | | | | Updates changed method names and fixes spec failures | ||||
* | Include the port in the URLs of the API Link headers | Rémy Coutable | 2019-06-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Adds the Rubocop ReturnNil cop | Andrew Newdigate | 2019-03-06 | 1 | -1/+1 |
| | | | | | This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points | ||||
* | Properly implement API pagination headers and add specs | Adam Mulvany | 2019-02-21 | 1 | -39/+36 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-cop | Rémy Coutable | 2019-01-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | [API] Omit X-Total{,-Pages} when count > 10k | Rémy Coutable | 2019-01-22 | 1 | -3/+14 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Enable frozen string in lib/api and lib/backup | gfyoung | 2018-09-29 | 1 | -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 | ||||
* | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 1 | -0/+4 |
| | | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop. | ||||
* | Add feature-flag for keyset pagination.ab-42194-keyset-pagination | Andreas Brandl | 2018-05-21 | 1 | -1/+1 |
| | |||||
* | Add keyset pagination for API calls. | Andreas Brandl | 2018-05-21 | 1 | -5/+165 |
| | | | | Closes #45756. | ||||
* | Refactor and extract DefaultPaginationStrategy. | Andreas Brandl | 2018-05-21 | 1 | -43/+56 |
| | |||||
* | Return only limited pagination headers for search API endpoints | Jarka Kadlecová | 2018-02-06 | 1 | -4/+13 |
| | |||||
* | Added default order to UserFinder | Francisco Javier López | 2017-12-04 | 1 | -0/+10 |
| | |||||
* | Total Pages should be at least onetc-git-tower-pagination-links | Toon Claes | 2017-08-17 | 1 | -6/+11 |
| | | | | And the link to the last page cannot be `page=0`. | ||||
* | don't add next page link if current page is out of range | Jordan Patterson | 2017-08-17 | 1 | -1/+1 |
| | |||||
* | Paginate all endpoints that return an array | Robert Schilling | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | Extract API pagination code to a separete module | Grzegorz Bizon | 2016-12-07 | 1 | -0/+45 |