You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2021/09/08 11:12:43 UTC

[couchdb] branch feat/csp-for-attachments updated (8b6038b -> 982b766)

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

jan pushed a change to branch feat/csp-for-attachments
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 8b6038b  [fixup] Fix show tests to mock config module
 discard 3c20cc2  feat: add more fine-grained CSP support
     add 982b766  feat: add more fine-grained CSP support

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   (8b6038b)
            \
             N -- N -- N   refs/heads/feat/csp-for-attachments (982b766)

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:
 src/chttpd/src/chttpd_db.erl               |  1 +
 src/chttpd/src/chttpd_util.erl             |  6 +-
 src/chttpd/test/eunit/chttpd_csp_tests.erl |  6 +-
 src/chttpd/test/eunit/chttpd_db_test.erl   |  4 +-
 src/couch_mrview/src/couch_mrview_show.erl | 92 ++++++++++++------------------
 5 files changed, 46 insertions(+), 63 deletions(-)