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

cmcfarlen pushed a change to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 358e84c069 cripts: rename get/set macros to Get/Set (#11488)
     new 7424734bd4 Change remap ACL matching policy to 'Match on IP and 
Method' (#11433)
     new 35bc37f38a Doc: Clarification of ACL filters (#11448)
     new 10a1682303 Fix unused parameters in conditionally built experimental 
plugins (#11491)
     new 80f98db5fc Pascal case (#11492)
     new 27d5ecd1de records.yaml - Some more cleanup from the records.yaml root 
key rename. (#11494)
     new e13c2e740a Fixes broken matchers after PascalCase (#11500)
     new 6e0a4b86ea records.yaml - Some more cleanup after renaming the root 
node. (#11502)
     new 06506c09cb wasm plugin: provide defaults for struct SanitizationConfig 
(#11503)

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configs/records.yaml.default.in                    |   2 +-
 doc/admin-guide/files/records.yaml.en.rst          |  12 ++
 doc/admin-guide/files/remap.config.en.rst          | 171 +++++++++++++++++---
 doc/developer-guide/cripts/cripts-bundles.en.rst   |  13 +-
 .../cripts/cripts-connections.en.rst               |  28 ++--
 doc/developer-guide/cripts/cripts-crypto.en.rst    |  10 +-
 doc/developer-guide/cripts/cripts-headers.en.rst   |  16 +-
 doc/developer-guide/cripts/cripts-matcher.en.rst   |  22 +--
 doc/developer-guide/cripts/cripts-misc.en.rst      |  90 +++++++----
 doc/developer-guide/cripts/cripts-overview.en.rst  |  19 +++
 doc/developer-guide/cripts/cripts-urls.en.rst      |  28 ++--
 doc/developer-guide/cripts/cripts-variables.en.rst |  12 +-
 example/cripts/example1.cc                         |  74 ++++-----
 include/cripts/Bundle.hpp                          |  18 +--
 include/cripts/Bundles/Caching.hpp                 |   8 +-
 include/cripts/Bundles/Common.hpp                  |   8 +-
 include/cripts/Bundles/Headers.hpp                 |   6 +-
 include/cripts/Bundles/LogsMetrics.hpp             |   8 +-
 include/cripts/ConfigsBase.hpp                     |  35 ++--
 include/cripts/Connections.hpp                     |  82 ++++------
 include/cripts/Context.hpp                         |  18 +--
 include/cripts/Crypto.hpp                          |  58 +++----
 include/cripts/Epilogue.hpp                        |  74 ++++-----
 include/cripts/Error.hpp                           |  28 ++--
 include/cripts/Files.hpp                           |   6 +-
 include/cripts/Headers.hpp                         | 160 +++++++-----------
 include/cripts/Instance.hpp                        |  38 ++---
 include/cripts/Lulu.hpp                            |  84 +++-------
 include/cripts/Matcher.hpp                         |  66 +++++---
 include/cripts/Metrics.hpp                         |  57 ++++---
 include/cripts/Plugins.hpp                         |  10 +-
 include/cripts/Preamble.hpp                        |  12 ++
 include/cripts/Time.hpp                            |  24 +--
 include/cripts/Transaction.hpp                     |   6 +-
 include/cripts/Urls.hpp                            | 179 +++++++++++----------
 include/proxy/http/HttpTransact.h                  |   1 +
 include/proxy/http/remap/UrlRewrite.h              |  10 +-
 plugins/experimental/maxmind_acl/mmdb.cc           |   2 +-
 plugins/experimental/otel_tracer/otel_tracer.cc    |   2 +-
 plugins/experimental/stek_share/state_machine.h    |  17 +-
 plugins/experimental/stek_share/state_manager.h    |   2 +-
 plugins/experimental/stek_share/stek_share.cc      |   8 +-
 plugins/experimental/uri_signing/match.cc          |   2 +-
 plugins/experimental/uri_signing/parse.cc          |   2 +-
 plugins/experimental/uri_signing/uri_signing.cc    |   2 +-
 plugins/experimental/wasm/ats_context.cc           |   4 +-
 plugins/experimental/wasm/ats_wasm.cc              |   5 +-
 .../wasm/lib/include/proxy-wasm/wasm.h             |   4 +-
 plugins/experimental/wasm/wasm_main.cc             |   2 +-
 src/cripts/Bundles/Common.cc                       |  22 +--
 src/cripts/Bundles/HRWBridge.cc                    |  14 +-
 src/cripts/Bundles/Headers.cc                      |  18 +--
 src/cripts/Bundles/LogsMetrics.cc                  |  46 +++---
 src/cripts/Configs.cc                              |  22 +--
 src/cripts/Connections.cc                          |  49 ++++--
 src/cripts/Context.cc                              |  47 +++---
 src/cripts/Crypto.cc                               |  26 +--
 src/cripts/Error.cc                                |  16 +-
 src/cripts/Files.cc                                |   4 +-
 src/cripts/Headers.cc                              |  32 ++--
 src/cripts/Instance.cc                             |  31 +++-
 src/cripts/Lulu.cc                                 |  32 ++--
 src/cripts/Matcher.cc                              |   4 +-
 src/cripts/Plugins.cc                              |   6 +-
 src/cripts/Urls.cc                                 | 122 +++++++-------
 src/proxy/http/HttpTransact.cc                     |   7 +-
 src/proxy/http/remap/UrlRewrite.cc                 |  35 +++-
 src/records/RecordsConfig.cc                       |   2 +
 tests/autest.sh                                    |   1 +
 tests/autest.sh.in                                 |   1 +
 tests/gold_tests/ip_allow/ip_category.test.py      |   1 +
 tests/gold_tests/remap/all_acl_combinations.py     | 146 +++++++++++++++++
 .../h3_sni.replay.yaml => remap/base.replay.yaml}  |  57 +++----
 tests/gold_tests/remap/deactivate_ip_allow.py      |  96 +++++++++++
 tests/gold_tests/remap/deny_head_post.replay.yaml  |   2 -
 tests/gold_tests/remap/remap_acl.test.py           | 128 +++++++++++++--
 .../remap/remap_acl_all_allowed.replay.yaml        |   2 -
 .../remap/remap_acl_all_denied.replay.yaml         |   2 -
 .../remap/remap_acl_get_allowed.replay.yaml        |   2 -
 .../remap/remap_acl_get_post_allowed.replay.yaml   |   2 -
 .../remap/remap_acl_get_post_denied.replay.yaml    |   2 -
 tests/gold_tests/timeout/quic_poll_timeout.test.py |   8 +-
 82 files changed, 1558 insertions(+), 972 deletions(-)
 create mode 100644 tests/gold_tests/remap/all_acl_combinations.py
 copy tests/gold_tests/{h3/replays/h3_sni.replay.yaml => 
remap/base.replay.yaml} (68%)
 create mode 100644 tests/gold_tests/remap/deactivate_ip_allow.py

Reply via email to