Open hunter opened 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.
/build
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.
Probably will change once we use TPR anyway
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.