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

jiangphcn pushed a change to branch 
COUCHDB-3326-clustered-purge-pr5-implementation
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    omit a9e6dd2  [10/10] Clustered Purge: Clustered HTTP API
    omit bd442d0  [09/10] Clustered Purge: Fabric API
    omit f0a1a63  [08/10] Clustered Purge: Update read-repair
    omit 886b140  [07/10] Clustered Purge: Internal replication
    omit f6f7b29  [06/10] Clustered Purge: Update mrview indexes
    omit a7555ac  [05/10] Clustered Purge: Add upgrade tests
    omit c4885cd  [04/10] Clustered Purge: Update couch_pse_tests
    omit 326f36d  [03/10] Clustered Purge: Update couch_bt_engine
    omit 5a175f2  [02/10] Clustered Purge: Update single node APIs
    omit 0c08697  [01/10] Clustered Purge: Define new purge API
    omit f698ffa  Create new on_compact trigger
    omit bff390d  Resolve merge conflict
    omit 91f6069  Enhance PSE tests with setup/teardown functions
    omit ee01e0c  Update to use new couch_pse_tests app
    omit edc767d  Update PSE test definitions for new util module
    omit 95ac3a4  Rename PSE test modules
    omit 52f9509  Move PSE tests to their own app
    omit e66ae51  Rewrite the PSE test suite to use couch_server
    omit b663478  Simplify logic in mem3_rep
    omit 207b3b0  Update fabric_doc_open eunit tests
    omit 2949d2a  Fix race on couch_db:reopen/1
    omit b899b50  Fix default security object handling
    omit e994fc7  Fix bug during purge
    omit 45f9c55  Fix typos in couch_db_engine.erl
     add 39dede7  Expose document update errors to client
     add d3453d2  Merge pull request #1486 from 
cloudant/fix-doc-update-case-clause
     add 28ba48d  Reduce size of #leaf.atts keys
     add 0cb1110  Add `POST /_node/$node/_restart` endpoint
     add d14869e  Calculate uptime since application start instead of a beam 
start
     add fbe98b6  Use "/_node/<node>/_restart" from JavaScript tests
     add 7217481  Remove special handling of 'restart' from 
'test/javascript/run'
     add 91ff3f6  Remove _restart endpoint from non-clustered interface
     add 9be1213  Remove no longer needed handle_restart_req handler
     add b847adb  Merge pull request #1543 from cloudant/implement-node-restart
     add 3852a00  Fix typos in couch_db_engine.erl
     add da2e22a  Fix bug during purge
     add 151b9b0  Fix default security object handling
     add bb27d5e  Fix race on couch_db:reopen/1
     add aea2833  Update fabric_doc_open eunit tests
     add da43788  Simplify logic in mem3_rep
     add f45c036  Rewrite the PSE test suite to use couch_server
     add db28f4c  Move PSE tests to their own app
     add 3c94bc4  Rename PSE test modules
     add 0d85abe  Update PSE test definitions for new util module
     add c998aa4  Update to use new couch_pse_tests app
     add 4c87d78  Enhance PSE tests with setup/teardown functions
     add 830240b  Create new on_compact trigger
     new 0254305  [01/10] Clustered Purge: Define new purge API
     new 4d695f1  [02/10] Clustered Purge: Update single node APIs
     new ac8d0f6  [03/10] Clustered Purge: Update couch_bt_engine
     new a192aef  [04/10] Clustered Purge: Update couch_pse_tests
     new 3279c38  [05/10] Clustered Purge: Add upgrade tests
     new a947b5c  [06/10] Clustered Purge: Update mrview indexes
     new 973a599  [07/10] Clustered Purge: Internal replication
     new 4dcfb50  [08/10] Clustered Purge: Update read-repair
     new 110dcdc  [09/10] Clustered Purge: Fabric API
     new bf809a8  [10/10] Clustered Purge: Clustered HTTP API

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a9e6dd2)
            \
             N -- N -- N   
refs/heads/COUCHDB-3326-clustered-purge-pr5-implementation (bf809a8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 10 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                 |  1 -
 src/chttpd/src/chttpd_misc.erl              |  8 +++-
 src/couch/src/couch_app.erl                 | 11 +++++-
 src/couch/src/couch_att.erl                 | 10 ++++-
 src/couch/src/couch_httpd_misc_handlers.erl | 23 +-----------
 src/fabric/src/fabric.erl                   | 58 ++++++++++++++++++++++++++++-
 src/fabric/src/fabric_doc_update.erl        |  3 +-
 test/javascript/run                         |  6 +--
 test/javascript/test_setup.js               | 11 +++++-
 9 files changed, 96 insertions(+), 35 deletions(-)

Reply via email to