summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-14use couchrest_changes 0.2.2version/0.7developelijah
2015-04-01require couchrest_changes 0.2.1elijah
2015-03-31set version to 0.7elijah
2015-03-31pin travis ruby to a version installed on travis-ci.orgelijah
2015-03-17if using rbenv, pin ruby version to same as used on production deploy servers.elijah
2015-03-17added support for tmp_users db. not backward compatible with prior config fil...elijah
2015-02-04updated READMEelijah
2014-12-16restore older "Creating database" capitalization.version/0.6elijah
2014-12-14try to create the db many times until it existselijah
2014-12-14added TapiceroProcess, to handle starting and stopping tapicero during tests.elijah
2014-12-12test cleanup: correct default test config, ensure tapicero is running, create...elijah
2014-12-08corrected log_file location in default.yamlelijah
2014-11-30update Gemfile.lockelijah
2014-11-30set version to 0.6elijah
2014-11-30do not log an error if db or design docs already exist (another tapicero crea...elijah
2014-11-10bugfix: pid file was not created correctly on startup. closes #6338HEADmasterelijah
2014-09-24updated Gemfile.lockelijah
2014-09-23Don't die when couchdb gets restarted (closes #6065)elijah
2014-09-09Merge pull request #21 from azul/bugfix/6047-invalid-sequence-on-bigcouchazul
2014-09-05new couchrest_changes deals with invalid sequenceAzul
2014-07-03Merge pull request #18 from azul/feature/recover-from-invalid-seqazul
2014-07-02Merge pull request #17 from azul/feature/catch-first-changeazul
2014-07-02Fix couchrest missing the first change (#5452)Azul
2014-07-02require couchrest_changes ~> 0.1.0 (fixes #4899)Azul
2014-07-02minor: rename TapiceroTest to ActionsTestAzul
2014-07-01check for ARGV.first before testing itAzul
2014-07-01pid issue remains to be solved - revert to sth workingAzul
2014-07-01Merge pull request #16 from azul/feature/replicationazul
2014-06-27minor: lot's of small fixes to make replication workAzul
2014-06-27check for ARGV.first before testing itAzul
2014-06-26Merge pull request #15 from azul/feature/replicationazul
2014-06-26minor: include username in save_urlAzul
2014-06-23initial take on replicationAzul
2014-06-23update Gemfile.lockAzul
2014-06-06Merge pull request #14 from andrejb/feature/5517_update-soledad-design-docsazul
2014-06-05Update design docs for soledad splitted sync (#5517).db
2014-04-08Merge pull request #13 from andrejb/feature/5315_update-soledad-design-documentsazul
2014-04-07Update Soledad design documents.db
2014-03-11Merge pull request #12 from azul/logging/merge-lines-for-nagiosElijah Sparrow
2014-03-11make warnings more readable to nagios - #5247Azul
2014-02-04Merge pull request #11 from azul/feature/gitignore-untrackedjessib
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-04gitignore: vendor, .bundle and vim temporary filesAzul
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-04test user deletionAzul