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

tonysun83 pushed a change to branch fix-reorder-util
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 415223287 use undefined for timed out responses
     add 7d0f3db79 Handle `not_found` lookups removing ddoc cache key
     add be072ebf0 Convert notice to warning for exceptions
     add 5edab6273 Implement configurable compaction log levels
     add b2da069b5 nose->nose2 deps upgrade for mango tests
     add cbdb05c0f avoid timestamps in elixir-suite design docs
     add ec5784432 avoid timestamps in elixir-suite design docs (cleanup)
     add 8d9ce558c Fix skip and limit parameters
     add cf5d0d086 Do not git ignore src/ioq subfolder
     add 563645f8c Merge pull request #3982 from apache/do-not-git-ignore-ioq
     add e87abefd0 Merge branch '3.x' into nose2
     add 76a32b799 Search is available if it was ever available since start
     add 8c736b774 Merge pull request #3992 from apache/improve_search_detection
     add ad7930f97 Cause a 400 Bad Request if decoding JWT token fails
     add dcf569668 Merge pull request #3993 from apache/jwtf-error-handling
     add 94e9b8189 Convert DbName to list before cons
     add 9e6fd279d Merge pull request #3994 from apache/fix-is-compacting
     add f9a2a4e85 Ensure Object.prototype.toSource() is always available
     add 8b9708ac7 Merge pull request #4000 from apache/dreyfus-to-source
     add e8146aa2e Merge branch '3.x' into nose2
     add dcdaeb49c Merge pull request #3980 from lostnet/nose2
     add b34182109 mango_tests: revert hypothesis back to python3.6 compat
     add d2ca7339f Merge pull request #4004 from lostnet/nose2
     add 8376303dc Remove CI support for Debian 9 (stretch)
     add 2082c92d9 Merge pull request #4006 from lostnet/nose2
     add 2f6d5096d Fix index creation with empty ddoc should return 400 (#3990)
     add 2276bc631 Remove the default "monster" cookie
     add 253215bf5 Bind locally by default
     add dbbac3ec9 Fix undefined cookie in weatherreport_node
     add 0bc311b7d Bump version to 3.2.2
     add 8843aedc0 use undefined for timed out responses
     add ab266ff72 return 500 on empty response

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   (415223287)
            \
             N -- N -- N   refs/heads/fix-reorder-util (ab266ff72)

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                                     |  2 +-
 build-aux/Jenkinsfile.full                       |  9 +---
 dev/remsh                                        |  3 +-
 dev/remsh-tls                                    |  3 +-
 rel/overlay/bin/remsh                            |  8 +++-
 rel/overlay/etc/default.ini                      |  6 +++
 rel/overlay/etc/vm.args                          |  8 ++--
 rel/reltool.config                               |  2 +-
 share/server/filter.js                           |  2 +-
 share/server/loop.js                             |  2 +-
 share/server/render.js                           |  2 +-
 share/server/util.js                             |  7 ++-
 share/server/views.js                            |  3 +-
 src/chttpd/src/chttpd_misc.erl                   | 43 ++++++++----------
 src/chttpd/test/eunit/chttpd_dbs_info_test.erl   | 58 ++++++++++++++++++++++++
 src/couch/priv/couch_js/86/main.cpp              |  2 +
 src/couch/src/couch_bt_engine.erl                |  9 +++-
 src/couch/src/couch_db_updater.erl               |  7 ++-
 src/couch/src/couch_sup.erl                      | 20 ++++++++
 src/couch_mrview/src/couch_mrview.erl            | 10 +++-
 src/ddoc_cache/src/ddoc_cache_lru.erl            | 34 ++++++++++----
 src/dreyfus/src/{dreyfus_sup.erl => dreyfus.erl} | 29 ++++++------
 src/fabric/src/fabric_doc_update.erl             |  6 ++-
 src/fabric/src/fabric_view_all_docs.erl          |  1 +
 src/jwtf/src/jwtf.erl                            |  4 +-
 src/jwtf/test/jwtf_tests.erl                     |  8 ++--
 src/mango/requirements.txt                       |  6 +--
 src/mango/src/mango_error.erl                    |  6 +--
 src/mango/src/mango_idx.erl                      |  8 ++--
 src/mango/src/mango_native_proc.erl              |  2 +-
 src/mango/src/mango_opts.erl                     | 12 +++--
 src/mango/test/01-index-crud-test.py             |  8 +++-
 src/mango/test/README.md                         |  6 +--
 src/mango/unittest.cfg                           |  3 ++
 src/smoosh/src/smoosh_channel.erl                | 32 +++++++++----
 src/smoosh/src/smoosh_priority_queue.erl         |  6 ++-
 src/smoosh/src/smoosh_server.erl                 | 14 ++++--
 src/smoosh/src/smoosh_utils.erl                  |  7 ++-
 src/weatherreport/src/weatherreport_node.erl     |  8 +++-
 test/elixir/test/view_errors_test.exs            | 12 +----
 version.mk                                       |  2 +-
 43 files changed, 280 insertions(+), 143 deletions(-)
 copy src/dreyfus/src/{dreyfus_sup.erl => dreyfus.erl} (59%)
 create mode 100644 src/mango/unittest.cfg

Reply via email to