weaveworks-experiments / compare-revisions

Experimental thing for comparing what's on k8s clusters
Apache License 2.0
0 stars 0 forks source link

Do comparison in loop, not on GET #3

Closed jml closed 7 years ago

jml commented 7 years ago

Currently we call the relevant bits of logic in the API handler. Instead, we should have a loop that calculates the revision logs, and have the API handler just display what we already know. Bonus points for an endpoint that forces a loop update.