You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2023/05/09 18:10:47 UTC

[couchdb] branch remove-unused-variable updated (9e8bb0151 -> 2a70f6da2)

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

chewbranca pushed a change to branch remove-unused-variable
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 9e8bb0151 Match on #log_entry{}
    omit 2fc45a3cb Remove extra unused variable
     add 1a59e5d70 Remove duplicate etag generation function
     add 92c338a3a Add new configure option and restore --dev behavior (#4582)
     add 039da4a8b remove Content-MD5 header support
     add 4a8c8b52f Merge pull request #4574 from apache/remove-content-md5-header
     add 6371cd0a0 Revert "fix(mango): GET invalid path under `_index` should not cause 500"
     add 2543590f3 Merge pull request #4584 from apache/revert-invalid-path-fix
     add b3def97b6 Remove extra unused variable
     add 2a70f6da2 Match on #log_entry{}

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   (9e8bb0151)
            \
             N -- N -- N   refs/heads/remove-unused-variable (2a70f6da2)

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:
 configure                                          |  7 +++++
 src/chttpd/src/chttpd.erl                          |  3 +-
 src/chttpd/src/chttpd_db.erl                       | 34 +---------------------
 src/couch/src/couch_att.erl                        | 10 ++-----
 src/couch/src/couch_db.erl                         | 23 ++-------------
 src/couch/src/couch_httpd.erl                      |  4 +--
 src/couch/src/couch_httpd_db.erl                   | 31 +-------------------
 src/couch/test/eunit/couch_etag_tests.erl          |  4 +--
 src/couch/test/eunit/couchdb_attachments_tests.erl | 30 ++++++++-----------
 src/mango/src/mango_httpd.erl                      |  6 ++--
 src/mango/test/01-index-crud-test.py               |  4 ---
 test/elixir/test/attachments_test.exs              | 23 ---------------
 12 files changed, 33 insertions(+), 146 deletions(-)