summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mem3 tests for partitioned databasesuser-partitioned-dbs-4Garren Smith2018-08-083-2/+147
* implement partitioned viewsRobert Newson2018-08-083-7/+81
* validate new partition argumentsRobert Newson2018-08-071-0/+11
* Select only the shard containing the partition, if specifiedRobert Newson2018-08-072-5/+23
* Allow partitioned option in mrviewsRobert Newson2018-08-076-9/+46
* expose partitioned flag in GET /dbname infoRobert Newson2018-08-072-2/+16
* Enforce partition:id format in doc idsRobert Newson2018-08-072-4/+22
* map documents to shards by their partitionRobert Newson2018-08-073-8/+76
* Support and persist ?partitioned=true flag at db creation timeRobert Newson2018-08-061-1/+15
* Add a generic 'props' list at db creation timeGarren Smith2018-08-0610-11/+185
* Improve logging from test_utilILYA Khlopotov2018-07-291-0/+3
* bump docs dependency2.2.0-RC1Joan Touzet2018-07-241-1/+1
* [travis] 20.1 -> 20.3Joan Touzet2018-07-241-1/+1
* Bump fauxton dependencyJoan Touzet2018-07-241-1/+1
* Enable replication client _session auth by defaultJoan Touzet2018-07-242-6/+5
* Revert "Add bcrypt hashing option"Joan Touzet2018-07-1814-367/+22
* Revert "Replace resource expensive bcrypt test with shorter version (#1231)"Joan Touzet2018-07-181-17/+17
* Revert "Make loginUser wait for successful authentication"Joan Touzet2018-07-181-7/+2
* bump hyper dependency, fix Windows buildJoan Touzet2018-07-181-1/+1
* Switch fabric attachment receiver to use messagesNick Vatamaniuc2018-07-171-4/+5
* Add missing default case clause, fixes #1450Joan Touzet2018-07-171-1/+1
* re-raise max_http_request_size to 4GBJan Lehnardt2018-07-171-1/+1
* add retry to test_request:request()Jan Lehnardt2018-07-171-1/+5
* Improve detection of git tags/dirty statusJoan Touzet2018-07-172-10/+72
* Report git sha on welcome requestJan Lehnardt2018-07-177-6/+26
* Make MD5 hash implementation configurable (#1171)rokek2018-07-1621-46/+107
* improve ddoc test reliablilty by waiting for ddoc deletionJan Lehnardt2018-07-161-1/+7
* Optionally prevent non-admins from accessing /_all_dbsJan Lehnardt2018-07-152-1/+7
* demote notice to debug logs by @wycJan Lehnardt2018-07-151-5/+3
* validate bind address by @wycJan Lehnardt2018-07-151-10/+25
* Clarify bad index creation error messagesBrandon Gottlob2018-07-141-2/+2
* wait for db deletion before db re-creation. Closes #1197Jan Lehnardt2018-07-141-0/+7
* raise timeouts in attachment testsJan Lehnardt2018-07-141-3/+3
* bump depsJan Lehnardt2018-07-141-2/+2
* string:trim() compat for couch_util:trim()Jan Lehnardt2018-07-141-0/+3
* Use couch_util:trim for greater erlang compatibilityRobert Newson2018-07-143-7/+34
* build: release candidate tarball should have -RCxDave Cottlehuber2018-07-141-3/+7
* build: ease pattern matching to be less pedantic about RCDave Cottlehuber2018-07-141-1/+1
* config: improve handling of admin-supplied changesDave Cottlehuber2018-07-142-4/+8
* Drop Erlang R16 supportJan Lehnardt2018-07-132-2/+1
* Replace R16B03 with 17.5.3 for PR#1427Joan Touzet2018-07-131-2/+2
* Views now retain update_seq after compaction.Jan Lehnardt2018-07-131-0/+2
* hook up proxy auth handler to chttpdJan Lehnardt2018-07-132-0/+9
* Add tests for mango conflict findingJan Lehnardt2018-07-132-0/+46
* Add `conflicts: true` option to mango selectorsJan Lehnardt2018-07-131-4/+4
* Adjust deletion tests in different cluster quorum conditionsjjrodrig2018-07-135-76/+20
* Deletion responds 200 after a response from every node, and 202 in other casejjrodrig2018-07-132-5/+5
* Fix for issue #1136 - Error 500 deleting DB without quorumjjrodrig2018-07-135-9/+68
* Make stem_interactive_updates option work againNick Vatamaniuc2018-07-114-119/+87
* Added tests for checking http status code depending on cluster quorumjjrodrig2018-07-0928-0/+817