summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-04include sleep in the create_user part of the testsAzul
2014-02-04separate test setup test from actual testAzul
2014-02-04fix testsAzul
2014-02-04set db name correctly in tests and test itAzul
2014-02-04unify naming scheme - tapicero_test prefixAzul
2014-02-04hand config files on the command line to the daemonAzul
2014-02-04only set flags if they are definedAzul
2014-02-04first interesting testsAzul
2014-02-04add dummy integration testAzul
2014-02-04try to get require rubygems to work on travisAzul
2014-02-04updated Gemfile.lockAzul
2014-02-04initial test for running tapicero on travis ciAzul
2014-01-14properly refer to logger in user_databaseAzul
2014-01-14fix UserDatabase#prepareAzul
2014-01-13Merge pull request #8 from azul/bugfix/fix-for-revisions-starting-above-1jessib
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-03ensure we log all errorsAzul
2014-01-03retry couch requests onceAzul
2014-01-02hotfix: use working couchrest_changes version and yajl 1.1.0Azul
2014-01-02use latest couchrest_changes for more stabilityAzul
2013-12-22Version 0.3.1 with new flags --run-once, --rerun and --overwrite-security0.3.1Azul
2013-12-22Merge pull request #6 from azul/deploy-design-docsazul
2013-12-22Merge pull request #5 from azul/feature/use-couchrest-changesazul
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-29Merge pull request #4 from azul/feature/more_robust_sequence_handlingjessib
2013-11-29Merge pull request #3 from azul/feature/ignore_design_doc_changesjessib
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-21Update default.yaml - couchdb security has members, not readersazul
2013-11-18Merge pull request #2 from azul/feature/delete-user-databasesjessib
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-30Merge pull request #1 from azul/feature/loggingjessib
2013-09-27clarify comment for log_file config settingAzul
2013-09-25log to file or syslog instead of STDOUTAzul
2013-09-16point to default config file for optionsAzul
2013-09-16Update Readme.md - we're not using http_stream from yajl anymoreazul
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