summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated OAuth 1.0 implementation656-remove-oauthJoan Touzet2017-07-0821-1327/+5
* Merge pull request #645 from cloudant/pass-user_ctx-in-fabric_view_mapEric Avdey2017-07-074-17/+30
|\
| * Pass db open options to fabric_view_mapEric Avdey2017-07-064-17/+30
* | disable unstable stats.js testJoan Touzet2017-07-071-0/+25
* | wipe all databases on test exitJoan Touzet2017-07-079-10/+26
* | really disable compaction daemon for JS testsJoan Touzet2017-07-071-1/+2
* | Bump jiffy depPaul J. Davis2017-07-061-1/+1
|/
* Remove some sleeps from change feed test.Nick Vatamaniuc2017-07-061-4/+33
* Merge pull request #648 from cloudant/fixup-for-fix-replicator-progress-repor...iilyak2017-07-061-1/+1
|\
| * Fix couch_replicator_changes_reader:process_changeILYA Khlopotov2017-07-051-1/+1
* | test: expect compaction daemon to be offJan Lehnardt2017-07-062-3/+5
* | feat: enable compaction daemon by defaultJan Lehnardt2017-07-061-1/+1
|/
* Make map functions distinct with each invocationsebastianro2017-07-051-0/+3
* Remove yet another invalid test case (ddoc_cache related)Joan Touzet2017-07-051-16/+0
* Fix eunit timeout option for compression testsJoan Touzet2017-07-051-9/+17
* Fix mismatch between MAX_DBS_OPEN and default.iniJoan Touzet2017-07-051-1/+1
* bump docs depJoan Touzet2017-07-051-1/+1
* Also enable node decom using string "true"Jay Doane2017-07-041-1/+34
* Merge pull request #625 from apache/contributing-md-updateBenjamin Bastian2017-06-301-4/+4
|\
| * Update CONTRIBUTING.md to reflect monorepocontributing-md-updateBenjamin Bastian2017-06-301-4/+4
|/
* Add a soak-eunit target to MakefilePaul J. Davis2017-06-301-0/+6
* Ensure replicator _active_tasks entry reports recent pending changes valueNick Vatamaniuc2017-06-283-15/+28
* Merge pull request #614 from cloudant/fix-compaction_daemon_testsEric Avdey2017-06-241-22/+30
|\
| * Address a race on compacting process exitEric Avdey2017-06-231-1/+17
| * Refactor compaction tests setup and teardownEric Avdey2017-06-231-11/+5
| * Fix "not_mocked" error in compaction testsEric Avdey2017-06-231-12/+10
|/
* Add X-Frame-Options (#582)garren smith2017-06-226-4/+200
* Merge branch '3358-use-efficient-set'Tony Sun2017-06-211-10/+6
|\
| * Use efficient set storage for field names3358-use-efficient-setTony Sun2017-06-211-10/+6
* | Merge pull request #590 from cloudant/fix-couch_log_config_listener_testEric Avdey2017-06-161-4/+19
|\ \
| * | Wait for listener's exit during restart testEric Avdey2017-06-161-4/+19
|/ /
* | Merge pull request #600 from cloudant/fix-couchdb_views_testsEric Avdey2017-06-161-4/+11
|\ \
| * | Fix race in couchdb_views_testsEric Avdey2017-06-161-4/+11
|/ /
* | Return 409 to PUT attachment with non-existent revJay Doane2017-06-163-3/+20
* | Factor attachment_doc/0Jay Doane2017-06-161-20/+15
* | Merge pull request #599 from apache/pass-view-errorRobert Newson2017-06-151-3/+8
|\ \
| * | Pass error through (usually timeout)pass-view-errorRobert Newson2017-06-151-3/+8
|/ /
* | Enable OS process IO logging + upload for Travis and Jenkins testsNick Vatamaniuc2017-06-143-0/+27
* | Log OS process I/ONick Vatamaniuc2017-06-132-3/+121
* | Account for extra newlines in response bodyPaul J. Davis2017-06-091-23/+17
* | Fix broken eunit test in changes_since_test_ test suitejiangphcn2017-06-093-67/+112
* | Properly kill OS daemons during testNick Vatamaniuc2017-06-081-3/+10
* | Opimize writing btree nodesPaul J. Davis2017-06-081-1/+63
* | Revert "Make couch_btree:chunkify/1 prefer fewer chunks"Paul J. Davis2017-06-081-2/+4
* | Close idle dbsNick Vatamaniuc2017-06-074-35/+146
* | Merge pull request #586 from cloudant/avoid_use_of_lengthiilyak2017-06-071-3/+3
|\ \
| * | Avoid using length to detect non empty listILYA Khlopotov2017-06-071-3/+3
|/ /
* | Update Jiffy dependencyPaul J. Davis2017-06-071-1/+1
* | Allow configuration of max doc IDs for optimised code path in changes filterAlex Anderson2017-06-062-7/+12
* | Merge pull request #580 from cloudant/83986-fix-url-encodingiilyak2017-06-063-3/+3
|\ \