summaryrefslogtreecommitdiff
path: root/src/fabric.erl
AgeCommit message (Expand)Author
2010-07-14support for revs_limit and security metadataAdam Kocoloski
2010-07-13return an informative error if user tries unsupported all_or_nothing optionAdam Kocoloski
2010-07-12handle new_edits=false update_doc response correctlyAdam Kocoloski
2010-07-12fix fabric:all_dbs when used with a prefixAdam Kocoloski
2010-07-06rearrange fabric arguments to match couch_btreeAdam Kocoloski
2010-07-05move db_path logic to chttpdAdam Kocoloski
2010-07-05more cleanup of the includesAdam Kocoloski
2010-07-02convenience function to reset DB validation functionsAdam Kocoloski
2010-07-02update for mem3 refactor, more robust DB create/deleteAdam Kocoloski
2010-06-22allow a #doc{} instead of docid in get_view_group_infoAdam Kocoloski
2010-06-15throw conflicts just like couch_db.erlAdam Kocoloski
2010-06-11updates to better support _changes HTTP resourceAdam Kocoloski
2010-06-09map and reduce views working over HTTP now, tooAdam Kocoloski
2010-06-09bunch o' updatesAdam Kocoloski
2010-06-09some ?COUCH cleanup, and replicated_changes updatesAdam Kocoloski
2010-06-09rewrite fabric_db_infoAdam Kocoloski
2010-06-08fabric handler for _changes, BugzID 10219Adam Kocoloski
2010-06-08fabric attachmentsBrad Anderson
2010-06-07map views w/o keylist, BugzID 10220Adam Kocoloski
2010-06-07primitive design_docs resource, BugzID 10243Adam Kocoloski
2010-06-07partial support for #user_ctx in fabric RPC calls, BugzID 10277Adam Kocoloski
2010-06-05big module renamingAdam Kocoloski
2010-06-02all_databases -> all_dbs, less typing ftwAdam Kocoloski
2010-06-02_all_docs with keys, closes BugzID 10218Adam Kocoloski
2010-06-01all_docs resource w/o keylist, BugzID 10218Adam Kocoloski
2010-05-28normalizing includesAdam Kocoloski
2010-05-28split fabric_db into dedicated modulesBrad Anderson
2010-05-28split fabric_doc into dedicated modulesAdam Kocoloski
2010-05-28implement fabric missing_revs, BugzID 10217Adam Kocoloski
2010-05-28add update_docAdam Kocoloski
2010-05-28more forgiving interface for fabricAdam Kocoloski
2010-05-27remove fabric_api, clean up other things to get futon rendering db listBrad Anderson
2010-05-27get_db_info working, also reorg'd fabric to doc and db module structureBrad Anderson
2010-05-27export the right stuff for open_docAdam Kocoloski
2010-05-26rest of recent fabric changes. switch to #part{} record, add get_db_info wor...Brad Anderson
2010-05-26add delete_db, open_db, and open_doc calls to fabric front-endBrad Anderson
2010-05-25all_databases now working with/without Customer param, types moved to mem.hrl...Brad Anderson
2010-05-25add fabric app, begin moving relevant parts of showroom over to itBrad Anderson