2677db7c15
The default value for the GoCD API is [10 pipelines per page](https://api.gocd.org/current/#get-pipeline-history). Here we increase the requested page size to the maximum (100 pipelines per page) and add pagination controls to the build tables. We still don't have _actual request pagination_ implemented, which means we only ever perform a single request - that will come in a future contribution. Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
85 B
85 B
@backstage/plugin-gocd
| @backstage/plugin-gocd |
|---|
| patch |
Add pagination controls to GoCD build table