This is an automated email from the ASF dual-hosted git repository.

wohali pushed a change to branch fix-view-compactor-task-status
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 6f3b030  Fix initial view compaction task status
     add 4dca28c  Remove explicit python version for dev/run (for now)
     add 01a7165  Hard code hypothesis to avoid master versions breaking builds
     add d02d614  expose is_system_db_name
     add c3069d1  Fix JS/Python test harness for Python 2.6 (#1674)
     add 3ac1aca  Allow to return with accepted for mixed nodes in cluster
     add 5a65ddd  Merge pull request #1677 from 
apache/COUCHDB-3326-mixed-cluster
     add 9114501  Fix get_minimum_purge_seq/1
     add 3e3eba0  Merge pull request #1681 from 
apache/COUCHDB-3326-get_minimum_purge_seq
     add ee20ad7  Handle an exception on an invalid rev in a local doc update
     add a7ccaeb  Remove extra spaces from a test module
     add ca60a5e  Write local docs in a correct tree on a bulk operation with 
new_edits false
     add 6ee3d95  Extend generation of missing id to a bulk operation with 
new_edits false
     add f350d5f  Merge pull request #1683 from cloudant/fix-_local-_bulk_docs
     add 8ad49a2  Support out-of-sync in mango when doc is deleted
     add 93a04b8  Merge pull request #1709 from apache/113045-case-clause-mango
     add f9bd227  port experimental change that came up in the elixir test 
suite branch (#1614)
     add b0f65e8  Fix link in contributing doc (#1608)
     add 33c39a9  Copy _security object in couchup; python3 fix (#1721)
     add 14e1dd5  Merge branch 'master' into fix-view-compactor-task-status

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.md                                   |   2 +-
 dev/run                                           |   2 +-
 rel/overlay/bin/couchup                           |  30 +++-
 src/chttpd/src/chttpd_db.erl                      |  28 ++--
 src/chttpd/src/chttpd_misc.erl                    |   4 +-
 src/chttpd/test/chttpd_purge_tests.erl            |  33 +++++
 src/couch/src/couch_db.erl                        | 163 +++++++++++-----------
 src/couch/src/couch_db_updater.erl                | 108 +++++++++++---
 src/couch/src/couch_doc.erl                       |   2 +-
 src/couch/test/couchdb_update_conflicts_tests.erl |  64 ++++++++-
 src/mango/Makefile                                |   2 +-
 src/mango/src/mango_cursor_view.erl               |   8 +-
 src/mango/test/01-index-crud-test.py              |  35 +++++
 src/mango/test/mango.py                           |   6 +
 test/javascript/run                               |   2 +-
 15 files changed, 355 insertions(+), 134 deletions(-)

Reply via email to