Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `#present?` instead of `defined?` in serializers | Grzegorz Bizon | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | Add specs for standalone pagination for serializers | Grzegorz Bizon | 2017-02-06 | 1 | -3/+4 |
| | |||||
* | Move serializers pagination class to separate module | Grzegorz Bizon | 2017-02-06 | 1 | -1/+1 |
| | | | | | This helps to avoid conflicts with `Paginator` class that seems to be used by some bundled libs. | ||||
* | Encapsulate reused pagination component in a class | Grzegorz Bizon | 2017-02-02 | 1 | -27/+10 |
| | |||||
* | Add controller test for merge requests pipelines API | Grzegorz Bizon | 2017-01-27 | 1 | -1/+2 |
| | |||||
* | Include pipeline-related resources if using relation | Grzegorz Bizon | 2017-01-05 | 1 | -3/+1 |
| | |||||
* | Include resources to speed up pipelines serializer | Grzegorz Bizon | 2017-01-05 | 1 | -0/+2 |
| | |||||
* | Add specs for pipeline serializer with pagination | Grzegorz Bizon | 2016-12-28 | 1 | -2/+5 |
| | |||||
* | Add specs for pipeline entity and improve factory | Grzegorz Bizon | 2016-12-21 | 1 | -8/+8 |
| | | | | [ci skip] | ||||
* | Add prototype of pipelines serializer with pagination | Grzegorz Bizon | 2016-12-07 | 1 | -0/+34 |
| | |||||
* | Remove support from incremental pipeline updates | Grzegorz Bizon | 2016-12-01 | 1 | -5/+0 |
| | |||||
* | Refine incremental pipeline serializer | Grzegorz Bizon | 2016-11-10 | 1 | -0/+5 |
| | |||||
* | Support pipelines API | Kamil Trzcinski | 2016-11-10 | 1 | -0/+3 |
Pass `updated_at` to get only incremental changes since last update |