You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/02/18 03:42:31 UTC

[couchdb] branch fair-share-scheduler-3.x updated (9771fd9 -> 144b6b0)

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

vatamane pushed a change to branch fair-share-scheduler-3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 9771fd9  Fair Share Replication Scheduler Implementation
 discard 91b7ba2  Move replicator #job record to couch_replicator.hrl
     add 0805b99  Use updated json_req_obj function in changes custom filter
     add 525716f  Read and validate JSON payload on POST to _changes
     add 1c319a4  Merge pull request #3373 from apache/3087-read-body-on-post-to-changes
     add 356f9e4  Remove outdated couch_httpd_external module
     add cf0aef8  Merge pull request #3374 from apache/remove-couch_httpd_external
     add d15dbb1  Move replicator #job record to couch_replicator.hrl
     add 144b6b0  Fair Share Replication Scheduler Implementation

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   (9771fd9)
            \
             N -- N -- N   refs/heads/fair-share-scheduler-3.x (144b6b0)

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:
 src/chttpd/src/chttpd_db.erl           |   8 +-
 src/couch/src/couch_changes.erl        |   2 +-
 src/couch/src/couch_httpd_external.erl | 146 ---------------------------------
 src/couch/src/couch_query_servers.erl  |   2 +-
 test/elixir/test/changes_test.exs      |  58 +++++++++++++
 5 files changed, 67 insertions(+), 149 deletions(-)
 delete mode 100644 src/couch/src/couch_httpd_external.erl