You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2019/11/10 03:06:46 UTC

[trafficserver] branch 9.0.x updated (fc4fab6 -> 8f373b4)

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

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


    from fc4fab6  Cleans up some of the filenames mess (#6144)
     new e67db9b  Doc: clean up build errors.
     new 8f373b4  Fix build warnings, since some configs do not have docs

The 2 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:
 doc/admin-guide/files/logging.yaml.en.rst    |  4 ++--
 doc/admin-guide/logging/examples.en.rst      |  2 +-
 doc/admin-guide/logging/understanding.en.rst |  2 +-
 doc/admin-guide/plugins/lua.en.rst           |  8 ++++----
 doc/release-notes/upgrading.en.rst           | 12 ++++++------
 5 files changed, 14 insertions(+), 14 deletions(-)


[trafficserver] 02/02: Fix build warnings, since some configs do not have docs

Posted by zw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 8f373b4d11aa1f716c18c609be499e69c71ad15e
Author: Leif Hedstrom <le...@ogre.com>
AuthorDate: Sat Nov 9 20:06:35 2019 -0700

    Fix build warnings, since some configs do not have docs
---
 doc/release-notes/upgrading.en.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/release-notes/upgrading.en.rst b/doc/release-notes/upgrading.en.rst
index 67c98e2..6ad85ab 100644
--- a/doc/release-notes/upgrading.en.rst
+++ b/doc/release-notes/upgrading.en.rst
@@ -83,17 +83,17 @@ The following configurations still exist, and functions, but are considered
 deprecated and will be removed in a future release. We **strongly** encourage
 you to avoid using any of these:
 
-  * :ts:cv:`proxy.config.http.parent_proxy.file`
   * :ts:cv:`proxy.config.socks.socks_config_file`
-  * :ts:cv:`proxy.config.cache.control.filename`
-  * :ts:cv:`proxy.config.cache.ip_allow.filename`
-  * :ts:cv:`proxy.config.cache.hosting_filename`
-  * :ts:cv:`proxy.config.cache.volume_filename`
-  * :ts:cv:`proxy.config.dns.splitdns.filename`
   * :ts:cv:`proxy.config.log.config.filename`
   * :ts:cv:`proxy.config.url_remap.filename`
   * :ts:cv:`proxy.config.ssl.server.multicert.filename`
   * :ts:cv:`proxy.config.ssl.servername.filename`
+  * ``proxy.config.http.parent_proxy.file``
+  * ``proxy.config.cache.control.filename``
+  * ``proxy.config.cache.ip_allow.filename``
+  * ``proxy.config.cache.hosting_filename``
+  * ``proxy.config.cache.volume_filename``
+  * ``proxy.config.dns.splitdns.filename``
 
 Deprecated or Removed Features
 ------------------------------


[trafficserver] 01/02: Doc: clean up build errors.

Posted by zw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit e67db9b68e40edb8436f221f4834bc79bb566760
Author: Alan M. Carroll <am...@apache.org>
AuthorDate: Sat Oct 19 17:32:14 2019 -0500

    Doc: clean up build errors.
    
    (cherry picked from commit ee5a7a411e3397cf362ef58b9071543021fd577b)
---
 doc/admin-guide/files/logging.yaml.en.rst    | 4 ++--
 doc/admin-guide/logging/examples.en.rst      | 2 +-
 doc/admin-guide/logging/understanding.en.rst | 2 +-
 doc/admin-guide/plugins/lua.en.rst           | 8 ++++----
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/admin-guide/files/logging.yaml.en.rst b/doc/admin-guide/files/logging.yaml.en.rst
index f4d6937..d7e076a 100644
--- a/doc/admin-guide/files/logging.yaml.en.rst
+++ b/doc/admin-guide/files/logging.yaml.en.rst
@@ -325,7 +325,7 @@ common fields:
 
    formats:
    - name: minimalfmt
-     format: '%<chi> : %<cqu> : %<pssc>'
+     format: '%<chi> , %<cqu> , %<pssc>'
 
 The following is an example of a format that uses aggregate operators to
 produce a summary log:
@@ -334,7 +334,7 @@ produce a summary log:
 
    formats:
    - name: summaryfmt
-     format: '%<LAST(cqts)> : %<COUNT(*)> : %<SUM(psql)>'
+     format: '%<LAST(cqts)>:%<COUNT(*)>:%<SUM(psql)>'
      interval: 10
 
 The following is an example of a filter that will cause only REFRESH_HIT events
diff --git a/doc/admin-guide/logging/examples.en.rst b/doc/admin-guide/logging/examples.en.rst
index a4895cf..84b919c 100644
--- a/doc/admin-guide/logging/examples.en.rst
+++ b/doc/admin-guide/logging/examples.en.rst
@@ -247,7 +247,7 @@ to clients:
 
    formats:
    - name: mysummary
-     format: '%<LAST(cqts)> : %<COUNT(*)> : %<SUM(psql)>'
+     format: '%<LAST(cqts)>:%<COUNT(*)>:%<SUM(psql)>'
      interval: 10
 
 Dual Output to Compact Binary Logs and ASCII Pipes
diff --git a/doc/admin-guide/logging/understanding.en.rst b/doc/admin-guide/logging/understanding.en.rst
index 6cad223..b789315 100644
--- a/doc/admin-guide/logging/understanding.en.rst
+++ b/doc/admin-guide/logging/understanding.en.rst
@@ -151,7 +151,7 @@ aforementioned aggregate functions and the specification of an interval, as so:
 
    formats:
    - name: mysummary
-     format: '%<operator(field)> : %<operator(field)>'
+     format: '%<operator(field)> , %<operator(field)>'
      interval: n
 
 The interval itself is given with *n* as the number of seconds for each period
diff --git a/doc/admin-guide/plugins/lua.en.rst b/doc/admin-guide/plugins/lua.en.rst
index 5686b28..dd0d197 100644
--- a/doc/admin-guide/plugins/lua.en.rst
+++ b/doc/admin-guide/plugins/lua.en.rst
@@ -977,7 +977,7 @@ Here is an example:
     end
 
 
-`TOP <#lua-plugin>`_
+:ref:`TOP <admin-plugins-ts-lua>`
 
 ts.client_request.get_ssl_protocol
 -----------------------------------------------
@@ -997,7 +997,7 @@ Here is an example:
     end
 
 
-`TOP <#lua-plugin>`_
+:ref:`TOP <admin-plugins-ts-lua>`
 
 ts.client_request.get_ssl_cipher
 -----------------------------------------------
@@ -1017,7 +1017,7 @@ Here is an example:
     end
 
 
-`TOP <#lua-plugin>`_
+:ref:`TOP <admin-plugins-ts-lua>`
 
 ts.client_request.get_ssl_curve
 -----------------------------------------------
@@ -1037,7 +1037,7 @@ Here is an example:
     end
 
 
-`TOP <#lua-plugin>`_
+:ref:`TOP <admin-plugins-ts-lua>`
 
 ts.http.set_cache_url
 ---------------------