summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update rebar.config for local src/setupimport-setup-againJoan Touzet2018-03-272-3/+2
* Import couchdb-setupJoan Touzet2018-03-2713-0/+1194
|\
| * Merge branch 'fix/node-count' of https://github.com/apache/couchdb-setupJoan Touzet2017-07-301-1/+3
| |\
| | * fix: make sure cluster setups do not exceed n=3 by defaultJan Lehnardt2017-07-301-1/+3
| |/
| * Merge branch '593-setup-single-node' of https://github.com/apache/couchdb-setupJoan Touzet2017-07-165-44/+165
| |\
| | * chore: better log outputJan Lehnardt2017-07-161-1/+1
| | * chore: whitespaceJan Lehnardt2017-07-161-1/+1
| | * fix typo/compilation errorJan Lehnardt2017-07-161-1/+1
| | * address comments from rnewsonJoan Touzet2017-07-112-52/+40
| | * Add new enable_single_node action for cluster_setup endpointJoan Touzet2017-07-104-21/+143
| | * Add support for new ensure_dbs_exist option to GET, POST/finish_clusterJoan Touzet2017-07-103-12/+23
| |/
| * Merge remote-tracking branch 'asf/salt-distribution'Jan Lehnardt2017-06-032-12/+12
| |\
| | * fix cluster setup: use same admin pq salt on all nodesJan Lehnardt2017-05-202-12/+12
| * | Merge remote-tracking branch 'adrienverge/COUCHDB-3119'Jan Lehnardt2017-06-035-8/+10
| |\ \
| | * | add_node: Don't fail if node name != "couchdb" or "node1"Adrien Vergé2016-09-015-8/+10
| * | | Fixed some minor errors in the documentation.Guillaume Belrose2017-06-031-47/+50
| * | | Merge remote-tracking branch 'robertkowalski/2594-2598-number-of-nodes'Jan Lehnardt2017-06-034-7/+23
| |\ \ \ | | |_|/ | |/| |
| | * | fix wordingRobert Kowalski2015-07-241-3/+3
| | * | use config:setineger/3Robert Kowalski2015-07-241-1/+1
| | * | require nodecount on setupRobert Kowalski2015-07-244-7/+23
| * | | feat: cassim is off for nowJan Lehnardt2016-09-151-1/+1
| | |/ | |/|
| * | Return HTTP 405 for unsupported request methodAlexander Shorin2015-10-121-1/+4
| * | Return HTTP 200 on GETAlexander Shorin2015-10-121-3/+3
| * | Pass supervisor's children to couch_epiILYA Khlopotov2015-09-291-1/+1
| * | Update to new couch_epi APIILYA Khlopotov2015-09-282-3/+50
| * | fix enable_cluster_http for admin-party clustersRobert Kowalski2015-09-181-9/+19
| * | configure the right http interfaceRobert Newson2015-09-141-5/+5
| |/
| * add catch-all clause for url_handlerRobert Newson2015-07-211-1/+2
| * Use dynamic handlersRobert Newson2015-07-213-3/+28
| * use couch_log instead of io:formatRobert Kowalski2015-06-242-12/+12
| * whitespace fixRobert Kowalski2015-06-241-1/+1
| * cluster_enable: add remote_node featureRobert Kowalski2015-06-243-2/+105
| * Create _global_changes database on cluster setupAlexander Shorin2015-04-182-9/+13
| * fix testsRobert Kowalski2015-04-051-2/+2
| * Use _nodes dbAlexander Shorin2015-04-041-1/+1
| * Rename cassim db to _metadataAlexander Shorin2015-02-263-10/+10
| * Fix LICENSE indentionAlexander Shorin2014-12-221-1/+2
| * Remove error-handling clauseRobert Newson2014-11-251-4/+1
| * R14 compatibilityRobert Newson2014-11-251-1/+1
| * show cluster finished stateJan Lehnardt2014-11-152-3/+8
| * handle GET cluster stateJan Lehnardt2014-11-142-2/+12
| * hash admin passwords, more resilient port parsingJan Lehnardt2014-11-131-3/+23
| * add testing instructions to readmeJan Lehnardt2014-11-071-0/+18
| * add license headerJan Lehnardt2014-11-071-0/+11
| * s/_cassim/cassim/ for the time beingJan Lehnardt2014-11-072-3/+3
| * add some more testingJan Lehnardt2014-11-071-0/+13
| * add finish cluster routineJan Lehnardt2014-11-072-12/+14
| * add simple test scriptJan Lehnardt2014-11-071-0/+34
| * wip: full receive feature, setup now works yayJan Lehnardt2014-11-072-16/+32
| * wip: implement setup handlingJan Lehnardt2014-11-062-13/+219