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

vatamane pushed a change to branch rebar3-second-try
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard d148054  Try using rebar3
     add d5a964a  Fix couch_debug:print_linked_processes/1 to work with sharded 
couch_index_server
     add 3412a96  Add couch_index_debug.erl and restart functions
     add e4b8a46  Merge pull request #3933 from 
cloudant/debug-for-sharded-index-server
     add 96f9ab8  Fix function clause in couch_replicator_scheduler_job
     add b9a3223  feat: make the timeout for receiving requests from attachment 
writers configurable
     add c63d32b  feat(couchjs): add support for SpiderMonkey 91esr
     add 97a48e0  3.x: Add rebar3 and erlfmt install commands to configure.ps1 
#3873
     add 79577d8  Win32-SM91 support and fixes
     add efc5379  Try using rebar3

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   (d148054)
            \
             N -- N -- N   refs/heads/rebar3-second-try (efc5379)

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:
 .gitignore                                         |   1 +
 Makefile                                           |   2 +-
 Makefile.win                                       |  29 +--
 configure                                          |   2 +-
 configure.ps1                                      |  40 +++-
 rebar.config.script                                |  14 +-
 rel/overlay/etc/default.ini                        |   4 +
 src/couch/priv/couch_js/86/main.cpp                |  51 ++---
 src/couch/priv/couch_js/86/util.cpp                |   2 +-
 src/couch/rebar.config.script                      |  19 +-
 src/couch/src/couch_debug.erl                      | 207 +++++++++++++++++++--
 src/couch/src/couch_httpd_multipart.erl            |   7 +-
 src/couch_index/src/couch_index_debug.erl          | 171 +++++++++++++++++
 src/couch_index/src/couch_index_server.erl         |   6 +-
 .../src/couch_replicator_scheduler_job.erl         |   8 +-
 15 files changed, 495 insertions(+), 68 deletions(-)
 create mode 100644 src/couch_index/src/couch_index_debug.erl

Reply via email to