Files
backstage/.changeset/swift-fans-shout.md
T
Julio Zynger 2677db7c15 Add table pagination to GoCD plugin
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>
2022-03-30 17:35:43 +02:00

85 B

@backstage/plugin-gocd
@backstage/plugin-gocd
patch

Add pagination controls to GoCD build table