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 2019/08/20 16:31:52 UTC

[couchdb] branch fix-strip-url-creds-for-replicator-docs updated (08a6907 -> 8dca2a4)

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

vatamane pushed a change to branch fix-strip-url-creds-for-replicator-docs
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 08a6907  Fix _scheduler/docs response for local replication endpoints
     add 08075fd  Give resharding more time to complete
     add 8b613bb  Bump default timeout for retry_until
     add 6927585  Extend timeout on shard splitting test
     add adc0315  Refactor test to keep setup/teardown out of timer
     add 29b3569  Update httpotion to 3.1.3
     add ac4d4fc  Increase default HTTP timeouts
     add 24e9013  Merge pull request #2126 from cloudant/update-httpotion
     add 8dca2a4  Fix _scheduler/docs response for local replication endpoints

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   (08a6907)
            \
             N -- N -- N   refs/heads/fix-strip-url-creds-for-replicator-docs (8dca2a4)

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:
 mix.exs                                           |   2 +-
 mix.lock                                          |   2 +-
 src/couch/test/eunit/couch_db_split_tests.erl     |   2 +-
 src/ddoc_cache/test/eunit/ddoc_cache_lru_test.erl |  19 +--
 test/elixir/lib/couch.ex                          | 147 +++++-----------------
 test/elixir/lib/couch/db_test.ex                  |   2 +-
 test/elixir/test/reshard_helpers.exs              |   4 +-
 7 files changed, 49 insertions(+), 129 deletions(-)