summaryrefslogtreecommitdiff
path: root/load_design_documents.sh
AgeCommit message (Collapse)Author
2013-12-16use proper id for couch design docsvarac
2013-11-27fix quotingMicah Anderson
2013-11-27remove echoMicah Anderson
2013-11-27change parsing of design documents to work with a layout that would allow ↵Micah Anderson
for a naming scheme where the directory name is the database name, and the file name is the design doc name: eg. users/User.json should end up in users/_design/User This will allow us to use different design docs per database for different purposes. eg. users/_design/User for the data schema and views and users/_design/write_restricted for validations that prevent certain couch users from writing and users/_design/filters for filters that filter the changes stream for things like tapicero to only receive the relevant changes.
2013-11-26make sure script is set executableMicah Anderson
2013-11-26add simple script to iterate over design documents in a specific directory ↵Micah Anderson
and load them