summaryrefslogtreecommitdiff
path: root/files
AgeCommit message (Collapse)Author
2013-11-22couch-doc-update: log errors to stderr and syslog (#4225)Azul
2013-09-19couch-doc-update now also works for _securityAzul
It also clears doc fields that are not set in the new data when updating a doc.
2013-09-16Improve couch doc diff (#3761)Azul
Both the couch document and the second paramter will be pretty printed before comparison so differences in spaces etc. do not matter. All keys starting with an underscore on the couch such as _id and _rev will be removed before the comparison - we assume we want to compare the real data, not the metadata about the document as we usually do not know or care about what the id and revision will be.
2013-08-28minor: cleanup spacing (feature #3485)Azul
2013-08-28use couchdb::document to create bigcouch node config (feature #3485)Azul
fixes the use of couch-doc-update with non standart hosts replaces couchdb::bigcouch::query with couchdb::bigcouch::document
2013-08-28couch:document - ensure state of a couch document - (feature #3485)Azul
also made the use of host, hostname and port a bit more consistent.
2013-08-28couch-doc-diff: diff of a document on the couch (feature 3485)Azul
Added the bash script couch-doc-diff. It runs a diff between the content of the couch document specified as the first parameter and the second parameter. Diff returns 0 if there is no difference. This way you can tell the data is already on the couch. The diff will ignore changes to whitespaces as these are usually irrelevant for security json docs.
2013-03-10added port parameter to couch-doc-update (for bigcouch support)varac
2013-03-09couchdb init file moved from site_couchdb to couchdb modulevarac
2012-12-11added couchdb::update (commented out)elijah
2012-11-01provide default local.inivarac