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

jiangphcn pushed a change to branch sm52
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard b6ed038  upgrade SM to 60
 discard 5182bf8  wip: port to spidermonkey 52
     add bcf6881  Update usage of couch_hash:md5_hash shim
     add 2d734f3  Merge pull request #2337 from apache/couch_hash_update
     add 971ae58  Move _node handler to new module
     add 3ccf8d1  Remove global _system handler
     add 312cdee  Move get_stats/0
     add 1f0e8cf  extract get_httpd_handlers function
     add bbd8991  add handle_request/1
     add 12e8878  allow calls to get_httpd_handlers from other applications
     add 65b5076  Mangle request before calling handle_request
     add f8b1b4a  proxy the response from the other node
     add aab05b6  disable port 5986 by default
     add c79d853  enable port 5986 in local.ini for the test suites
     add 7f66662  fix (unrelated, right, am I crazy?) proxyauth.js test
     add ba0c203  install requests module within venv
     add 08a9a5f  Merge pull request #2336 from 
apache/1523-bye-bye-5986-rnewson-4
     add e0756d2  wip: port to spidermonkey 52
     add dc39b96  upgrade SM to 60

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   (b6ed038)
            \
             N -- N -- N   refs/heads/sm52 (dc39b96)

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.

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |   1 +
 rel/overlay/etc/local.ini                          |   1 +
 src/chttpd/src/chttpd.erl                          |   2 +
 src/chttpd/src/chttpd_httpd_handlers.erl           |   2 +-
 src/chttpd/src/chttpd_misc.erl                     | 224 +----------------
 src/chttpd/src/chttpd_node.erl                     | 272 +++++++++++++++++++++
 src/couch/src/couch.app.src                        |   3 +-
 src/couch/src/couch_httpd.erl                      |  99 +++++---
 src/couch/src/couch_secondary_sup.erl              |  13 +-
 src/couch/test/eunit/chttpd_endpoints_tests.erl    |   2 +-
 .../test/eunit/couch_mrview_purge_docs_tests.erl   |   2 +-
 src/couch_pse_tests/src/cpse_test_purge_docs.erl   |   4 +-
 src/couch_pse_tests/src/cpse_test_purge_seqs.erl   |   2 +-
 src/couch_pse_tests/src/cpse_util.erl              |   4 +-
 src/dreyfus/src/dreyfus_index.erl                  |   4 +-
 src/fabric/test/eunit/fabric_rpc_purge_tests.erl   |   2 +-
 test/javascript/tests/proxyauth.js                 |   2 +-
 17 files changed, 365 insertions(+), 274 deletions(-)
 create mode 100644 src/chttpd/src/chttpd_node.erl

Reply via email to