AcalephStorage / kontinuous

The Kubernetes Continuous Integration & Delivery Platform (CI/CD) :arrows_counterclockwise:
Apache License 2.0
116 stars 9 forks source link

Pagination for endpoints #32

Open hunter opened 8 years ago

hunter commented 8 years ago

Currently all builds are returned when querying a pipeline's /build endpoint which can mean a lot of unneeded data (and slow responses). The API should implement pagination.

darkcrux commented 8 years ago

etcd doesn't have support for pagination at the moment. we could get creative or we wait for the v3 which has support for it.

hunter commented 8 years ago

Probably will change once we use TPR anyway