AcalephStorage / kontinuous

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

Pipeline summary endpoint #31

Closed hunter closed 8 years ago

hunter commented 8 years ago

The Kontinuous UI needs to get summary details of a pipeline for display on the main page. Querying the builds endpoint is slow (since it returns all data), an additional endpoint should be added to return high level information about the pipeline and latest build.

hunter commented 8 years ago

Alternatively additional metadata could be added to the pipelines endpoint

hunter commented 8 years ago

Added in v0.1.2