You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2020/03/18 17:06:52 UTC

[trafficcontrol] branch master updated (1520c87 -> 6ebaa70)

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

rawlin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 1520c87  Deprecate GET profiles_id (#4504)
     add 6ebaa70  Add ORT atstccfg plugin hook to modify files (#4515)

No new revisions were added by this update.

Summary of changes:
 traffic_ops/ort/atstccfg/atstccfg.go               | 16 +++--
 traffic_ops/ort/atstccfg/cfgfile/all.go            | 13 ++--
 .../ort/atstccfg/cfgfile/astatsdotconfig.go        |  3 +-
 traffic_ops/ort/atstccfg/cfgfile/atsdotrules.go    |  3 +-
 .../ort/atstccfg/cfgfile/bgfetchdotconfig.go       |  3 +-
 traffic_ops/ort/atstccfg/cfgfile/cachedotconfig.go |  3 +-
 .../ort/atstccfg/cfgfile/cacheurldotconfig.go      |  5 +-
 traffic_ops/ort/atstccfg/cfgfile/cfgfile.go        | 80 +---------------------
 traffic_ops/ort/atstccfg/cfgfile/cfgfile_test.go   |  3 +-
 traffic_ops/ort/atstccfg/cfgfile/chkconfig.go      |  3 +-
 .../ort/atstccfg/cfgfile/dropqstringdotconfig.go   |  3 +-
 traffic_ops/ort/atstccfg/cfgfile/facts.go          |  3 +-
 .../ort/atstccfg/cfgfile/headerrewritedotconfig.go |  3 +-
 .../atstccfg/cfgfile/headerrewritemiddotconfig.go  |  3 +-
 .../ort/atstccfg/cfgfile/hostingdotconfig.go       |  3 +-
 .../ort/atstccfg/cfgfile/ipallowdotconfig.go       |  3 +-
 .../ort/atstccfg/cfgfile/loggingdotconfig.go       |  3 +-
 traffic_ops/ort/atstccfg/cfgfile/loggingdotyaml.go |  3 +-
 .../ort/atstccfg/cfgfile/logsxmldotconfig.go       |  3 +-
 traffic_ops/ort/atstccfg/cfgfile/meta.go           |  3 +-
 traffic_ops/ort/atstccfg/cfgfile/packages.go       |  3 +-
 .../ort/atstccfg/cfgfile/parentdotconfig.go        |  3 +-
 .../ort/atstccfg/cfgfile/plugindotconfig.go        |  3 +-
 .../ort/atstccfg/cfgfile/recordsdotconfig.go       |  3 +-
 .../ort/atstccfg/cfgfile/regexremapdotconfig.go    |  2 +-
 .../atstccfg/cfgfile/regexrevalidatedotconfig.go   |  3 +-
 traffic_ops/ort/atstccfg/cfgfile/remapdotconfig.go |  3 +-
 traffic_ops/ort/atstccfg/cfgfile/routing.go        | 28 ++++----
 .../ort/atstccfg/cfgfile/servercachedotconfig.go   |  3 +-
 .../ort/atstccfg/cfgfile/serverunknownconfig.go    |  3 +-
 .../ort/atstccfg/cfgfile/setdscpdotconfig.go       |  3 +-
 traffic_ops/ort/atstccfg/cfgfile/sslkeys.go        |  9 +--
 .../ort/atstccfg/cfgfile/sslmulticertdotconfig.go  |  3 +-
 .../ort/atstccfg/cfgfile/storagedotconfig.go       |  3 +-
 traffic_ops/ort/atstccfg/cfgfile/sysctldotconf.go  |  3 +-
 traffic_ops/ort/atstccfg/cfgfile/unknownconfig.go  |  2 +-
 .../ort/atstccfg/cfgfile/urisigningconfig.go       |  3 +-
 traffic_ops/ort/atstccfg/cfgfile/urlsigconfig.go   |  3 +-
 .../ort/atstccfg/cfgfile/volumedotconfig.go        |  3 +-
 traffic_ops/ort/atstccfg/config/config.go          | 78 +++++++++++++++++++++
 traffic_ops/ort/atstccfg/plugin/hello_world.go     | 31 ++++++---
 traffic_ops/ort/atstccfg/plugin/plugin.go          | 32 ++++-----
 traffic_ops/ort/atstccfg/plugin/plugin_test.go     | 49 ++++++-------
 traffic_ops/ort/traffic_ops_ort.pl                 |  3 +
 44 files changed, 245 insertions(+), 196 deletions(-)