summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-21Typo, fixing last commitHEADmasterkwadronaut
2018-10-21Update couch module for Debian stretchkwadronaut
2016-04-28[style] Future parser: Remove space after resourcevarac
2016-03-04keep couchdb admin.ini from changing on each puppet runelijah
2016-02-25Use pbkdf2 as pwhash algorythm, sha1 is outdatedvarac
2016-01-07pin couchrest to 1.2.0 on jessievarac
2015-12-01Merge pull request #7 from pixelated/add_gemfilevarac
2015-11-30Merge pull request #6 from pixelated/test_versioncmpvarac
2015-11-26add gemfileChristoph
2015-11-26make extra sure versioncmp behaves as expectedChristoph
2015-11-26Merge pull request #5 from pixelated/use_versioncmpvarac
2015-11-26use versioncmp instead of operatingsystemmajreleaseChristoph
2015-11-25Merge pull request #4 from pixelated/fix_couchbase_versionvarac
2015-11-25test if couchrest gets installed with the correct versionChristoph
2015-11-25ensure couchrest is not too newChristoph
2015-11-03[feat] Support Debian Jessievarac
2015-10-17[bug] Use package{} for installing couchdbvarac
2015-10-14[feat] Use ensure_packages() instead of package{}varac
2015-10-13[bug] couchrest gem needs ruby-dev installedvarac
2015-10-13[feat] Remove dependency to apt modulevarac
2015-10-13[bug] Make passing of admin_pw mandatoryvarac
2015-10-13[docs] Updated README, added example usagevarac
2015-10-08[docs] Add --delete to the couch-doc-update usagevarac
2015-10-08Merge pull request #3 from pixelated/couch-doc-update-deletevarac
2015-10-07Adds a --delete flag for couch-doc-updatekaeff
2015-06-29remove debugging leftover notice()varac
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