You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2018/08/16 16:56:20 UTC

[couchdb] branch master updated (28ba48d -> b847adb)

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

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


    from 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
     new b847adb  Merge pull request #1543 from cloudant/implement-node-restart

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                 |  1 -
 src/chttpd/src/chttpd_misc.erl              |  8 +++++++-
 src/couch/src/couch_app.erl                 | 11 ++++++++++-
 src/couch/src/couch_httpd_misc_handlers.erl | 23 +----------------------
 test/javascript/run                         |  6 +-----
 test/javascript/test_setup.js               | 11 ++++++++++-
 6 files changed, 29 insertions(+), 31 deletions(-)


[couchdb] 01/01: Merge pull request #1543 from cloudant/implement-node-restart

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

iilyak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit b847adb8450d2095e5a6e52139cd51694612ea03
Merge: 28ba48d 9be1213
Author: iilyak <ii...@ca.ibm.com>
AuthorDate: Thu Aug 16 09:56:18 2018 -0700

    Merge pull request #1543 from cloudant/implement-node-restart
    
    Add `POST /_node/$node/_restart` endpoint

 rel/overlay/etc/default.ini                 |  1 -
 src/chttpd/src/chttpd_misc.erl              |  8 +++++++-
 src/couch/src/couch_app.erl                 | 11 ++++++++++-
 src/couch/src/couch_httpd_misc_handlers.erl | 23 +----------------------
 test/javascript/run                         |  6 +-----
 test/javascript/test_setup.js               | 11 ++++++++++-
 6 files changed, 29 insertions(+), 31 deletions(-)