summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-16refactor - separate reading the last sequence from initializeAzul
2013-09-12use CouchRest::Database#changes, store and retrieve seqAzul
This commit bundles a few different changes: * we now use the CouchRest::Database#changes stream instead of our own * we store and read the last sequence number so on a restart we can start where we left * we now have a UserDatabase class rather than the CouchDatabaseCreator. It also knows about it's name and we create an instance of it per database we want to create. It's also more flexible when the databases already exist.
2013-09-11use password and username from the config fileAzul
2013-09-11write _security to fresh couchAzul
2013-09-11create couch dbs as users are createdAzul
2013-09-10use our own JsonStream and a created callback in CouchChangesAzul
2013-09-10bringing over couch_changes from leap_ca including testsAzul
2013-09-10we do not need couchrest_modelAzul
2013-09-10fixup: tapicero.gemspec - not leap_ca.gemspecAzul
2013-09-10config file addedAzul
2013-09-10copying over skeleton from leap_ca which worked similarlyAzul
2013-09-10initial readmeAzul