summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-09-23Don't die when couchdb gets restarted (closes #6065)elijah
2014-07-02Fix couchrest missing the first change (#5452)Azul
2014-06-27minor: lot's of small fixes to make replication workAzul
2014-06-26minor: include username in save_urlAzul
2014-06-23initial take on replicationAzul
2014-03-11make warnings more readable to nagios - #5247Azul
2014-02-04Merge pull request #10 from azul/refactor/user-databasejessib
2014-02-04Merge pull request #9 from azul/test/integration-with-travisjessib
2014-02-04Version 0.4.00.4.0Azul
2014-02-04prevent 409s and 412 and reraise them in testsAzul
2014-02-04refactor: moved prepare and destroy into user_event_handlerAzul
2014-02-04refactor: separate user event handlerAzul
2014-02-04refactor: init user_database with a couchrest dbAzul
2014-02-04hand config files on the command line to the daemonAzul
2014-02-04only set flags if they are definedAzul
2014-01-14properly refer to logger in user_databaseAzul
2014-01-14fix UserDatabase#prepareAzul
2014-01-11Revisions sometimes start at 2 - work around thisAzul
2014-01-03make logging more preciseAzul
2014-01-03Version 0.3.2 - staying alive0.3.2Azul
2014-01-03better debug loggin, sleep before retryingAzul
2014-01-03retry couch requests onceAzul
2013-12-22Version 0.3.1 with new flags --run-once, --rerun and --overwrite-security0.3.1Azul
2013-12-20Version 0.3.0: include design docs on created databases0.3.0Azul
2013-12-20proceed if design docs are already thereAzul
2013-12-20add design docs to be included in each user databaseAzul
2013-12-19add design docs on db creation, use PathnameAzul
2013-12-19Version 0.2.0: use CouchRest::ChangesAzul
2013-11-28rescue from 404 when destroying dbAzul
2013-11-28make sequence accept all kinds of jsonAzul
2013-11-27ignore design document changes - do not trigger callbacks thenAzul
2013-11-18use our logger - not just putsAzul
2013-11-18delete user db's on user deletion.Azul
2013-11-18fix issues with storing and retrieving the sequenceAzul
2013-11-18add a hook for reacting on user deletion.Azul
2013-09-25log to file or syslog instead of STDOUTAzul
2013-09-16refactor - separate reading the last sequence from initializeAzul
2013-09-12use CouchRest::Database#changes, store and retrieve seqAzul
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-10copying over skeleton from leap_ca which worked similarlyAzul