summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * mango_tests: revert hypothesis back to python3.6 compatWill Young2022-04-231-1/+1
* | Merge pull request #3980 from lostnet/nose2Will Young2022-04-226-19/+12
|\ \ | |/
| * Merge branch '3.x' into nose2Will Young2022-04-2213-22/+53
| |\ | |/ |/|
* | Merge pull request #4000 from apache/dreyfus-to-sourceRobert Newson2022-04-206-9/+9
|\ \
| * | Ensure Object.prototype.toSource() is always availableRobert Newson2022-04-206-9/+9
|/ /
* | Merge pull request #3994 from apache/fix-is-compactingRobert Newson2022-04-151-1/+1
|\ \
| * | Convert DbName to list before consRobert Newson2022-04-151-1/+1
|/ /
* | Merge pull request #3993 from apache/jwtf-error-handlingRobert Newson2022-04-142-6/+6
|\ \
| * | Cause a 400 Bad Request if decoding JWT token failsRobert Newson2022-04-142-6/+6
|/ /
* | Merge pull request #3992 from apache/improve_search_detectionRobert Newson2022-04-134-6/+37
|\ \
| * | Search is available if it was ever available since startRobert Newson2022-04-134-6/+37
|/ /
| * Merge branch '3.x' into nose2Will Young2022-04-095-26/+85
| |\ | |/ |/|
* | Merge pull request #3982 from apache/do-not-git-ignore-ioqNick Vatamaniuc2022-04-031-1/+0
|\ \
| * | Do not git ignore src/ioq subfolderNick Vatamaniuc2022-04-031-1/+0
|/ /
* | Fix skip and limit parametersjiahuili2022-03-314-25/+85
| * avoid timestamps in elixir-suite design docs (cleanup)Will2022-03-311-5/+1
| * avoid timestamps in elixir-suite design docsWill Young2022-03-301-7/+1
| * nose->nose2 deps upgrade for mango testsWill2022-03-305-8/+11
|/
* Implement configurable compaction log levelsJay Doane2022-03-297-18/+57
* Convert notice to warning for exceptionsJay Doane2022-03-292-2/+2
* Handle `not_found` lookups removing ddoc cache keyJay Doane2022-03-291-10/+24
* Give smoosh eunit test coverageJay Doane2022-03-271-0/+2
* Simplify adding rebar.config per applicationJay Doane2022-03-271-3/+0
* Eliminate unused variable warningsJay Doane2022-03-271-1/+1
* Merge pull request #3970 from noahshaw11/fix-smoosh-enqueueing-not-found-dbsJay Doane2022-03-262-5/+19
|\
| * Fix smoosh enqueueing not found dbs and typoncshaw2022-03-262-5/+19
|/
* Add test to ensure rev tree stemming doesn't take too much memoryNick Vatamaniuc2022-03-241-1/+47
* Remove include couch_db_intncshaw2022-03-221-3/+2
* Opimtize key tree stemming by using maps instead of setsNick Vatamaniuc2022-03-211-5/+5
* Merge pull request #3766 from noahshaw11/add-smoosh-queue-persistenceiilyak2022-03-1517-89/+733
|\
| * Add smoosh queue persistencencshaw2022-03-1417-89/+733
|/
* Win32-SM91 support and fixesWill2022-03-123-15/+12
* 3.x: Add rebar3 and erlfmt install commands to configure.ps1 #3873Will2022-03-122-11/+52
* feat(couchjs): add support for SpiderMonkey 91esrWill Young2022-03-123-18/+37
* feat: make the timeout for receiving requests from attachment writers configu...James Coglan2022-03-082-2/+9
* Fix function clause in couch_replicator_scheduler_jobNick Vatamaniuc2022-03-041-1/+7
* Merge pull request #3933 from cloudant/debug-for-sharded-index-serveriilyak2022-02-233-12/+372
|\
| * Add couch_index_debug.erl and restart functionsILYA Khlopotov2022-02-222-3/+328
| * Fix couch_debug:print_linked_processes/1 to work with sharded couch_index_serverILYA Khlopotov2022-02-222-9/+44
|/
* Fix replicated_changes typo for purge doc updatesNick Vatamaniuc2022-02-181-1/+1
* Fix flaky collator auto-upgrade testNick Vatamaniuc2022-02-151-9/+17
* View collation upgrade testsNick Vatamaniuc2022-02-116-18/+392
* Track libicu collator versions in the view headerNick Vatamaniuc2022-02-116-26/+171
* Return the opaque collator version from _node/*/_versionsNick Vatamaniuc2022-02-112-9/+13
* Add get_collator_version/0 libicu NIF functionNick Vatamaniuc2022-02-113-2/+32
* Merge pull request #3927 from apache/index_sigRobert Newson2022-02-112-2/+9
|\
| * Include index sig in _search_info responseRobert Newson2022-02-102-2/+9
|/
* Merge pull request #3929 from cloudant/add-couch_mrview_debugiilyak2022-02-101-0/+50
|\
| * Add couch_mrview_debug:view_signature/2ILYA Khlopotov2022-02-101-0/+50
|/
* Fix new_edits:false and VDU function_clause (#3909)Tony Sun2022-02-091-3/+243