paz-sh / paz-web

Web front-end for the Paz platform; an Ember.js webapp.
Other
13 stars 3 forks source link

Add tab for deployment history #2

Open lukebond opened 9 years ago

lukebond commented 9 years ago

The data is available in the orchestrator API but needs to be displayed in the UI so we can see a history of everything the scheduler has deployed, in a table showing date/time, service name, version.

jemgold commented 9 years ago

Is it this one? https://github.com/paz-sh/paz-orchestrator/blob/master/docs/api-blueprint.md#config-history-servicesnameconfighistory

lukebond commented 9 years ago

Actually what I'm referring to doesn't really exist yet (just realised!).

On each deploy a record is written to the database but it isn't really sorted in a way that is useful for this use-case.

Created https://github.com/paz-sh/paz-scheduler/issues/10 and https://github.com/paz-sh/paz-scheduler/issues/11

Will also require an endpoint to be added to the orchestrator.