This is an automated email from the ASF dual-hosted git repository.
jiangphcn pushed a change to branch
COUCHDB-3326-clustered-purge-pr1-misc-cleanup
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
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
new 3852a00 Fix typos in couch_db_engine.erl
new da2e22a Fix bug during purge
new 151b9b0 Fix default security object handling
new bb27d5e Fix race on couch_db:reopen/1
new aea2833 Update fabric_doc_open eunit tests
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 (207b3b0)
\
N -- N -- N
refs/heads/COUCHDB-3326-clustered-purge-pr1-misc-cleanup (aea2833)
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 5 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(-)