You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2023/03/30 17:48:55 UTC

[couchdb] branch remove-wrong-etc-hosts-usage updated (8cb6f4d8b -> 128c70730)

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

ronny pushed a change to branch remove-wrong-etc-hosts-usage
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 8cb6f4d8b docs(hosts): Remove misleading /etc/hosts info
     add 467e14ef1 docs(_find): catch up with the implementation and further fixes
     add 25d6e7dfc add error_info clause for 410 Gone
     add 75ee0f0fb Merge pull request #4503 from apache/410-gone
     add cd77b07cf Treat javascript internal errors as fatal
     add 128c70730 docs(hosts): Remove misleading /etc/hosts info

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   (8cb6f4d8b)
            \
             N -- N -- N   refs/heads/remove-wrong-etc-hosts-usage (128c70730)

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:
 share/server/loop.js                    |  8 ++++++
 share/server/views.js                   |  2 ++
 src/chttpd/src/chttpd.erl               |  2 ++
 src/couch/test/eunit/couch_js_tests.erl | 38 ++++++++++++++++++++++++-
 src/docs/src/api/database/find.rst      | 49 +++++++++++++++++++++++----------
 5 files changed, 83 insertions(+), 16 deletions(-)