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/02 17:40:13 UTC

[couchdb] branch add-report-logging updated (f4532ae67 -> 9f37723af)

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

chewbranca pushed a change to branch add-report-logging
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit f4532ae67 Update callers of maybe add mango stats
    omit 509452374 Fix report log test msg format
    omit 1755a3d86 Use consistent report_level field name
    omit 45858ac41 Fix format type bug and usage of type
    omit ec8e4a8da Cleanup payload generation
    omit 350b0b2f8 Use correct report level for syslog levels
    omit a19500de4 Fix couch_log formatter test
    omit 2b02ec068 Write numerica metadata as numbers
    omit a4d8c7e0f More questionable formatting changes
    omit a3b86a1f8 Use bad formatting
    omit e91334a5a Fixup couch_log_formatter length check and tests
    omit d8d5e2a81 Switch couch_log:report to only be metadata reporting
    omit d352ed90f Remove unnecessary comment
    omit 5d99f1cf3 Remove type from syslog entry as it's in metadata
    omit f402b7739 Update report logging format and logic
    omit bbd183cea Add measures logging
    omit ed4e72383 Add couch_log:report/2 to log structured data
     add d5c78e6be finish partitioned support for nouveau
     add aa8eb076c Merge pull request #4557 from apache/nouveau-partition-support
     add fe445bb95 Make Erlang 24 the minimum version
     add a9831a676 fix ken_server:nouveau_updated
     add 3044528d5 Merge pull request #4559 from apache/fix-ken-server-nouveau
     add 2430728f5 Clarify encoding length in performance.rst
     add e659a971c CVE-2023-2626 details doc update
     add 651504767 Add couch_log:report/2 to log structured data
     add 1898eac1c Add measures logging
     add 8a0cbe32e Update report logging format and logic
     add 1c1ba0970 Remove type from syslog entry as it's in metadata
     add de7a8bf10 Remove unnecessary comment
     add fa3de2335 Switch couch_log:report to only be metadata reporting
     add 5b9506f19 Fixup couch_log_formatter length check and tests
     add 700a63e62 Use bad formatting
     add b9d28edb8 More questionable formatting changes
     add d71304b65 Write numerica metadata as numbers
     add 04eaca01a Fix couch_log formatter test
     add 03d391467 Use correct report level for syslog levels
     add 74b124100 Cleanup payload generation
     add a589ecdb0 Fix format type bug and usage of type
     add c83691af9 Use consistent report_level field name
     add 593c571ee Fix report log test msg format
     add 9f37723af Update callers of maybe add mango stats

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   (f4532ae67)
            \
             N -- N -- N   refs/heads/add-report-logging (9f37723af)

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:
 build-aux/Jenkinsfile.full                |   2 +-
 build-aux/Jenkinsfile.pr                  |   4 +-
 rebar.config.script                       |   2 +-
 src/couch/test/eunit/couch_totp_tests.erl |  37 +++------
 src/docs/src/cve/2023-26268.rst           |  44 +++++++++--
 src/docs/src/install/unix.rst             |   2 +-
 src/docs/src/maintenance/performance.rst  |   4 +-
 src/ken/src/ken_server.erl                |   2 +-
 src/nouveau/src/nouveau_api.erl           |  15 +++-
 src/nouveau/src/nouveau_fabric_info.erl   |   2 +-
 src/nouveau/src/nouveau_fabric_search.erl |  12 ++-
 src/nouveau/src/nouveau_httpd.erl         |   8 +-
 src/nouveau/src/nouveau_index_updater.erl |   9 ++-
 src/nouveau/src/nouveau_maps.erl          | 121 ------------------------------
 src/smoosh/src/smoosh_persist.erl         |  11 +--
 test/elixir/test/config/nouveau.elixir    |   5 +-
 test/elixir/test/nouveau_test.exs         |  70 +++++++++++++++++
 17 files changed, 171 insertions(+), 179 deletions(-)
 delete mode 100644 src/nouveau/src/nouveau_maps.erl