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

vatamane pushed a change to branch 3.3.x-pending-changes-3.3.3
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 9197f8c7c Require auth for _replicate endpoint
    omit 291981c6d Fix update bug in ets_lru
    omit 7ac067b63 When running configure in a dist skip proper is not present
    omit 37fdc9f7e Fix missing eunit include
    omit 25d3a67fa Wait for compacted indexes to flip.
    omit bbc729a5d Fix incorrect raising of database_does_not_exist error
    omit f233f7c41 remsh extract wrong NODE name from ERL_FLAGS
    omit 65b83d85d Fix badmatch error when purge requests time out
    omit ae6af356c Upgrade sphinx-rtd-theme
    omit 20f8f35c2 Read the Docs configuration file (#4233)
    omit b0a55e16e feat: allow restarting of failed jobs
    omit 4188889b8 Fix multipart parser "attachment longer than expected" error
    omit db35fafb5 allow setting of some ibrowse options
    omit d60f6df5d split all
    omit a7522ed3e Fix undefined range in mem3_rep purge replication logic
    omit 78f461d8f Fix the ability to use ; in config values
    omit 49e852d50 Improve emitted change feed sequence after a split
    omit 6a35d03b9 Fix purge infos replicating to the wrong shards during shard 
splitting.
    omit babcb4430 Handle replicator instance start time during upgrades better
    omit 1184816e9 Convert `term_to_binary` to `?term_to_bin`
     add 567053cd4 Handle replicator instance start time during upgrades better
     add e1a48374a Fix purge infos replicating to the wrong shards during shard 
splitting.
     add bc1531eab Fix the ability to use ; in config values
     add bc306c620 Fix undefined range in mem3_rep purge replication logic
     add 79bd545cf split all
     add 3059ef336 allow setting of some ibrowse options
     add 9abcee928 Fix multipart parser "attachment longer than expected" error
     add ab9e5685a feat: allow restarting of failed jobs
     add 2b4b97166 Read the Docs configuration file (#4233)
     add 9d1bf2a35 Upgrade sphinx-rtd-theme
     add 5ca662e03 Fix badmatch error when purge requests time out
     add 0ef8fb69b Remove sensitive headers from the mochiweb request in pdict
     add bd69c47ba remsh extract wrong NODE name from ERL_FLAGS
     add d62f6fb56 Fix incorrect raising of database_does_not_exist error
     add 9c00fc9c8 Wait for compacted indexes to flip.
     add 96d2d624e Fix missing eunit include
     add 76b42d26e When running configure in a dist skip proper is not present
     add 11ba0653e Fix update bug in ets_lru
     add 545b99fb8 Require auth for _replicate endpoint
     add 8d9ea7f5f Update Erlang 25 and 26 and dump low version to latest 24

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   (9197f8c7c)
            \
             N -- N -- N   refs/heads/3.3.x-pending-changes-3.3.3 (8d9ea7f5f)

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:
 build-aux/Jenkinsfile.pr                          |  4 +--
 src/chttpd/src/chttpd.erl                         |  2 +-
 src/chttpd/src/chttpd_misc.erl                    |  2 +-
 src/chttpd/src/chttpd_util.erl                    | 15 +++++++++
 src/chttpd/test/eunit/chttpd_util_test.erl        | 21 ++++++++++++
 src/couch/include/couch_db.hrl                    |  1 -
 src/couch/src/couch_file.erl                      |  2 +-
 src/couch/src/couch_native_process.erl            |  2 +-
 src/couch/src/couch_query_servers.erl             |  2 +-
 src/couch_epi/src/couch_epi.hrl                   |  3 --
 src/couch_epi/src/couch_epi_util.erl              |  4 +--
 src/couch_mrview/src/couch_mrview.erl             |  2 +-
 src/couch_mrview/src/couch_mrview_util.erl        |  8 ++---
 src/couch_pse_tests/src/cpse_util.erl             |  4 +--
 src/couch_replicator/src/couch_replicator_ids.erl |  2 +-
 src/ddoc_cache/src/ddoc_cache_value.erl           |  4 +--
 src/dreyfus/src/dreyfus_index.erl                 |  2 +-
 src/fabric/src/fabric_view_changes.erl            | 39 +++--------------------
 src/mango/src/mango_idx.erl                       |  2 +-
 src/mem3/src/mem3_hash.erl                        |  3 +-
 src/mem3/src/mem3_rep.erl                         |  2 +-
 src/mem3/src/mem3_util.erl                        |  2 +-
 src/smoosh/src/smoosh_persist.erl                 |  3 +-
 23 files changed, 64 insertions(+), 67 deletions(-)

Reply via email to