You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2018/07/13 17:49:58 UTC

[couchdb] branch fix/984/view-keep-update-seq-after-compact updated (a19ef1d -> bb2b041)

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

jan pushed a change to branch fix/984/view-keep-update-seq-after-compact
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from a19ef1d  Views now retain update_seq after compaction.
     add 80e431f  Fix for issue #1136 - Error 500 deleting DB without quorum
     add 177c22d  Deletion responds 200 after a response from every node, and 202 in other case
     add 71cf9f4  Adjust deletion tests in different cluster quorum conditions
     add 45a0ad9  Add `conflicts: true` option to mango selectors
     add 572234f  Add tests for mango conflict finding
     add e928b88  hook up proxy auth handler to chttpd
     new bb2b041  Merge branch 'master' into fix/984/view-keep-update-seq-after-compact

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 rel/overlay/etc/default.ini                        |  5 +++
 src/chttpd/src/chttpd_auth.erl                     |  4 +++
 src/fabric/src/fabric_db_delete.erl                |  6 ++--
 src/mango/src/mango_cursor_view.erl                |  8 ++---
 src/mango/test/19-find-conflicts.py                | 41 ++++++++++++++++++++++
 src/mango/test/mango.py                            |  5 +++
 test/javascript/run                                |  8 ++---
 .../tests-cluster/with-quorum/db_deletion.js       | 12 +++++--
 .../tests-cluster/without-quorum/db_creation.js    |  3 +-
 .../tests-cluster/without-quorum/db_deletion.js    | 16 +++++----
 .../db_deletion_overridden_quorum.js               |  8 ++---
 11 files changed, 87 insertions(+), 29 deletions(-)
 create mode 100644 src/mango/test/19-find-conflicts.py


[couchdb] 01/01: Merge branch 'master' into fix/984/view-keep-update-seq-after-compact

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch fix/984/view-keep-update-seq-after-compact
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit bb2b0412082b7bca469d60e6e0049be35b010dc9
Merge: a19ef1d e928b88
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Fri Jul 13 19:49:56 2018 +0200

    Merge branch 'master' into fix/984/view-keep-update-seq-after-compact

 rel/overlay/etc/default.ini                        |  5 +++
 src/chttpd/src/chttpd_auth.erl                     |  4 +++
 src/fabric/src/fabric_db_delete.erl                |  6 ++--
 src/mango/src/mango_cursor_view.erl                |  8 ++---
 src/mango/test/19-find-conflicts.py                | 41 ++++++++++++++++++++++
 src/mango/test/mango.py                            |  5 +++
 test/javascript/run                                |  8 ++---
 .../tests-cluster/with-quorum/db_deletion.js       | 12 +++++--
 .../tests-cluster/without-quorum/db_creation.js    |  3 +-
 .../tests-cluster/without-quorum/db_deletion.js    | 16 +++++----
 .../db_deletion_overridden_quorum.js               |  8 ++---
 11 files changed, 87 insertions(+), 29 deletions(-)