cloudant / sabisu

A sensu web UI powered by Cloudant
https://sabisuapp.org
Apache License 2.0
31 stars 6 forks source link

Only update design doc when its changed #13

Open cbarraford opened 10 years ago

cbarraford commented 10 years ago

when sabisu starts up, it updates the design doc. It does so whether the doc has changed since the last time or not. Make it so it only updates if the doc is different.

https://github.com/cloudant/sabisu/blob/master/lib/sabisu/event.rb#L44-L79