summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-11no space should be before argument parenthesesvarac
2015-06-11added pbkdf2 function for hashing passwords using the pbkdf2 algorithmvarac
2015-06-11Merge branch 'facter_version_pwhash_algorithm'varac
2015-06-11Use pbkdf2 instead of sha1 as hashing algorithm for newer couchdb versionsvarac
2015-06-11added facts couchdb_version and couchdb_pwhash_algvarac
2015-05-14ensure that set_document raises an exception or a valid result, but never nil...elijah
2015-04-26correctly log errors when restclient exceptions do not have a response.elijah
2015-02-03update couch-doc-update to use a more specific exception check (#6699)Micah Anderson
2015-01-13Also retry and wait if the response code is 422 (#6571)Micah Anderson
2014-11-02retry 500 Internal Server Errors a few times in order to get past timing issu...Micah Anderson
2014-07-14set owner of replication so comparison worksAzul
2014-07-14fix dependenciesAzul
2014-06-25Merge branch 'azul-feature/mirror_plain_couch'elijah
2014-06-25minor lintelijah
2014-06-23use replication user for creating the replicationsAzul
2014-06-23create netrc files for all usersAzul
2014-06-23update couch-doc-update to also filter _replication fieldsAzul
2014-06-20allow setting custom netrc in query and document definesAzul
2014-06-19first stab at replicating couch nodesAzul
2014-04-17fix for narrow timing issue that occurs when the check for a document existen...Micah Anderson
2014-01-21add $ensure paramter to couchdb::bigcouch::package::cloudant so resources can...varac
2014-01-07make chttp bigcouch processes listen only on 127.0.0.1 (Bug #4889)varac
2014-01-04make bigcouch admin process listen only on 127.0.0.1 (Bug #4888)varac
2013-12-16Use Hash#delete_if as it returns the hash in all cases.Azul
2013-12-04add new couch-doc-update that uses MultiJson instead, this could prevent the ...Micah Anderson
2013-12-03change couchdb::adduser to use couchdb::document instead of couchdb::updateMicah Anderson
2013-11-26enable uploading a document to couch from a file (#4256)Micah Anderson
2013-11-23more verbose error logging - also print the doc we triedAzul
2013-11-23fixed couch-doc-update: log errors to stderr and syslog (#4225)Azul
2013-11-23Revert "couch-doc-update: log errors to stderr and syslog (#4225)"Azul
2013-11-22couch-doc-update: log errors to stderr and syslog (#4225)Azul
2013-10-22rename readers to members in couch setup (#4219)Azul
2013-10-16pin depending packages from squeeze for the bigcouch packagevarac
2013-09-25Merge branch 'feature/3709-check-security-before-overwriting'Azul
2013-09-20use require => rather than the -> syntaxAzul
2013-09-19Revert "don't use couchdb::document for creating _security, cause this specia...Azul
2013-09-19couch-doc-update now also works for _securityAzul
2013-09-18use curl -f instead of curl | grep -v "error"Azul
2013-09-16Improve couch doc diff (#3761)Azul
2013-09-04lintedvarac
2013-09-04lintedvarac
2013-09-04linted add_user.ppvarac
2013-09-04bigcouch nodes doesn't get registered as cluster members (Bug #3703)varac
2013-09-04make curl silentvarac
2013-09-04don't use couchdb::document for creating _security, cause this special doc do...varac
2013-08-30couchdb: update_user_webapp fails (Bug #3611)varac
2013-08-29fixed merge resolution error from last mergevarac
2013-08-29Merge branch 'master' of ssh://code.leap.se/puppet_couchdbvarac
2013-08-29puppet couchdb module doesn't create necessary databases anymore (Bug #3594)varac
2013-08-28minor: cleanup spacing (feature #3485)Azul