You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2019/10/24 02:33:58 UTC

[couchdb] branch sm52 updated (a1ee52d -> 315c211)

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 a1ee52d  enable make javascript
 discard 0776370  enable mongo-test
 discard 6cdbe1f  build for linux
 discard e21789f  upgrade SM to 60
 discard 0e773d8  wip: port to spidermonkey 52
     add 5a27256  Update Fauxton to 1.2.2
     add 1dd00d6  Merge pull request #2257 from apache/fauxton-1.2.2
     add 0a85b75  export get_servers_from_env/1 for ken
     add 78a7ff2  Merge pull request #2260 from apache/ken-query-servers
     add 110d968  Update ken to 1.0.5
     add a8891d4  Merge pull request #2262 from apache/ken-1.0.5
     add 1f22451  update ken to 1.0.6
     add ae29ffc  Merge pull request #2266 from apache/ken-1.0.6
     add 79cfc1d  Avoid churning replication jobs if there is enough room to run pending jobs
     add a47f0fa  Make changes feed return bad request for invalid heartbeat values
     add be2364d  Merge pull request #2270 from bessbd/changes-feed-input-validation
     add 872efe6  wip: port to spidermonkey 52
     add 65c2761  upgrade SM to 60
     add 4d56014  build for linux
     add 6b8c051  enable mongo-test
     add 315c211  enable make javascript

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   (a1ee52d)
            \
             N -- N -- N   refs/heads/sm52 (315c211)

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:
 rebar.config.script                                |   4 +-
 src/chttpd/src/chttpd_db.erl                       |   9 +-
 src/couch/src/couch_proc_manager.erl               |   3 +-
 .../src/couch_replicator_scheduler.erl             |  36 +-
 test/elixir/test/changes_test.exs                  |  43 ++
 test/javascript/tests/design_docs.js               | 442 ---------------------
 test/javascript/tests/view_update_seq.js           |   2 +-
 7 files changed, 90 insertions(+), 449 deletions(-)
 create mode 100644 test/elixir/test/changes_test.exs