summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-08brought over cert skeleton for filling the poolAzul
* turned the test into a MiniTest * removed all the parts needed for fetching the cert from the pool
2012-09-04added test for CouchStream, made url_for protectedAzul
2012-09-04added first test - requires mochaAzul
We're using mocha because minitest currently does not allow to yield from mocks. See https://github.com/seattlerb/minitest/issues/160
2012-09-03it's not a test - it's the main programAzul
2012-09-03moved CouchChanges and CouchStream into their own filesAzul
2012-09-03refactored the test scriptAzul
CouchStream stores the server and database config and wraps the HttpStream calls CouchChanges sets options to retrieve specifice change feeds
2012-09-03adding initial couchDB filtersAzul
cert - only return cert documents deleted - only return deleted documents. This works nicely with the _changes feed.
2012-09-02use right db and only track new changesAzul
2012-09-01actually listen to the certs db and print the feedAzul
2012-09-01very initial test of tracking couchDB changesAzul
http://joeandmotorboat.com/2010/01/01/fun-with-the-couchdb-_changes-feed-and-rabbitmq/ inspired the basic structure