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/01/07 18:36:05 UTC

[couchdb] branch fix-html-chars-in-config-ref updated (74b4853d7 -> 820b3c9f7)

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

ronny pushed a change to branch fix-html-chars-in-config-ref
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit 74b4853d7 Escape special (html) chars in section names
     add f8d489f31 Add test coverage for replicator user_ctx parser
     add d524ddb4f add find_bugs makefile target for undefined functions
     add 33ee2164e Merge pull request #4346 from apache/find_bugs
     add 3cc22f4a8 feat: remove failed couch_plugins experiment
     add 33d9a841b fix: undefined function warning
     add 4048b567c update version numbers to 3.3.1
     add ac70fc05b doc(whatsnew): document 3.3.1 updates
     add 0d29e16e6 Fix Ubuntu Jammy CI image reference
     add a840dc9a8 Fix replication job start_link.
     add 108103390 fix: debuggng leftover, speed up local rebar clones
     add c7c6785dc Add Prometheus port to Windows couchdb.config (#4356)
     add 3125bfd3c [DOC] Update required Erlang OTP versions (#4357)
     add 820b3c9f7 Escape special (html) chars in section names

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   (74b4853d7)
            \
             N -- N -- N   refs/heads/fix-html-chars-in-config-ref (820b3c9f7)

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:
 Makefile                                           |   5 +
 build-aux/Jenkinsfile.full                         |   2 +-
 configure                                          |   3 +-
 configure.ps1                                      |   1 +
 rebar.config.script                                |   2 +-
 rel/reltool.config                                 |   4 +-
 src/couch/src/couch.app.src                        |   3 +-
 src/couch_plugins/LICENSE                          | 202 -------------
 src/couch_plugins/Makefile.am                      |  40 ---
 src/couch_plugins/README.md                        | 159 ----------
 src/couch_plugins/src/couch_plugins.app.src        |  22 --
 src/couch_plugins/src/couch_plugins.erl            | 322 ---------------------
 src/couch_plugins/src/couch_plugins_httpd.erl      |  69 -----
 .../src/couch_replicator_parse.erl                 |   7 +
 .../src/couch_replicator_scheduler_job.erl         |   2 +-
 .../couch_replicator_error_reporting_tests.erl     |  25 ++
 src/docs/src/install/unix.rst                      |   2 +-
 src/docs/src/whatsnew/3.3.rst                      |  15 +
 src/weatherreport/src/weatherreport_check_ioq.erl  |   9 +-
 version.mk                                         |   2 +-
 20 files changed, 69 insertions(+), 827 deletions(-)
 delete mode 100644 src/couch_plugins/LICENSE
 delete mode 100644 src/couch_plugins/Makefile.am
 delete mode 100644 src/couch_plugins/README.md
 delete mode 100644 src/couch_plugins/src/couch_plugins.app.src
 delete mode 100644 src/couch_plugins/src/couch_plugins.erl
 delete mode 100644 src/couch_plugins/src/couch_plugins_httpd.erl