This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from 2c54c27 Find a better way to determine last status change (#4989)
add d1a50b0 ORT Multi-Interface Support (#4990)
No new revisions were added by this update.
Summary of changes:
lib/go-atscfg/atscfg.go | 297 +-
lib/go-atscfg/atscfg_test.go | 30 +
lib/go-atscfg/hostingdotconfig.go | 20 +-
lib/go-atscfg/hostingdotconfig_test.go | 8 +-
lib/go-atscfg/ipallowdotconfig.go | 118 +-
lib/go-atscfg/ipallowdotconfig_test.go | 178 +-
lib/go-atscfg/meta.go | 55 +-
lib/go-atscfg/meta_test.go | 74 +-
lib/go-atscfg/parentdotconfig.go | 717 +-
lib/go-atscfg/parentdotconfig_test.go | 1195 +-
lib/go-atscfg/recordsdotconfig.go | 33 +
lib/go-atscfg/recordsdotconfig_test.go | 9 +-
lib/go-atscfg/remapdotconfig.go | 491 +-
lib/go-atscfg/remapdotconfig_test.go | 11008 +++++++++++--------
lib/go-atscfg/topologyheaderrewritedotconfig.go | 46 +-
lib/go-tc/ats.go | 1 -
traffic_ops_ort/atstccfg/cfgfile/all.go | 50 +-
.../atstccfg/cfgfile/astatsdotconfig.go | 8 +-
traffic_ops_ort/atstccfg/cfgfile/atsdotrules.go | 9 +-
.../atstccfg/cfgfile/bgfetchdotconfig.go | 8 +-
traffic_ops_ort/atstccfg/cfgfile/cachedotconfig.go | 20 +-
.../atstccfg/cfgfile/cacheurldotconfig.go | 8 +-
traffic_ops_ort/atstccfg/cfgfile/cfgfile.go | 43 +-
traffic_ops_ort/atstccfg/cfgfile/cfgfile_test.go | 169 +-
.../atstccfg/cfgfile/dropqstringdotconfig.go | 8 +-
traffic_ops_ort/atstccfg/cfgfile/facts.go | 7 +-
.../atstccfg/cfgfile/headerrewritedotconfig.go | 21 +-
.../atstccfg/cfgfile/headerrewritemiddotconfig.go | 48 +-
.../atstccfg/cfgfile/hostingdotconfig.go | 32 +-
.../atstccfg/cfgfile/ipallowdotconfig.go | 43 +-
.../atstccfg/cfgfile/loggingdotconfig.go | 8 +-
traffic_ops_ort/atstccfg/cfgfile/loggingdotyaml.go | 8 +-
.../atstccfg/cfgfile/logsxmldotconfig.go | 8 +-
traffic_ops_ort/atstccfg/cfgfile/meta.go | 87 +-
.../atstccfg/cfgfile/parentdotconfig.go | 489 +-
.../atstccfg/cfgfile/plugindotconfig.go | 7 +-
.../atstccfg/cfgfile/recordsdotconfig.go | 8 +-
.../atstccfg/cfgfile/regexremapdotconfig.go | 7 +-
.../atstccfg/cfgfile/regexrevalidatedotconfig.go | 8 +-
traffic_ops_ort/atstccfg/cfgfile/remapdotconfig.go | 306 +-
traffic_ops_ort/atstccfg/cfgfile/routing.go | 17 +-
.../atstccfg/cfgfile/servercachedotconfig.go | 6 +-
.../atstccfg/cfgfile/serverunknownconfig.go | 12 +-
.../atstccfg/cfgfile/setdscpdotconfig.go | 7 +-
.../atstccfg/cfgfile/sslmulticertdotconfig.go | 8 +-
.../atstccfg/cfgfile/storagedotconfig.go | 8 +-
traffic_ops_ort/atstccfg/cfgfile/sysctldotconf.go | 8 +-
traffic_ops_ort/atstccfg/cfgfile/unknownconfig.go | 10 +-
traffic_ops_ort/atstccfg/cfgfile/urlsigconfig.go | 6 +-
.../atstccfg/cfgfile/volumedotconfig.go | 8 +-
traffic_ops_ort/atstccfg/config/config.go | 4 +-
traffic_ops_ort/atstccfg/plugin/plugin_test.go | 9 +-
traffic_ops_ort/atstccfg/toreq/toreq.go | 80 +-
traffic_ops_ort/atstccfg/toreqnew/toreqnew.go | 25 +
54 files changed, 9069 insertions(+), 6829 deletions(-)