This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a change to branch 5.1.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from 924138d Ensure that 5.x TS is not logging all 0's for cache_stats,
when linked with a 5.x TM/TO (#5714)
new 00916fb Return legacy Monitoring Config from legacy Monitoring Config
handler (#5755)
new d1b3487 Fix ORT adding remap lines for DSes not on Mids (#5713)
new 737f777 TM UI - Sort Delivery Service States (#5745)
new 47b68cd Fixes an issue where multiple interfaces reported by a cache
are included in the vitals (bandwidth) (#5730)
new 48a6398 Fixed TM to report ONLINE caches as available (#5776)
The 5 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:
CHANGELOG.md | 4 +
lib/go-atscfg/remapdotconfig.go | 3 +-
lib/go-atscfg/remapdotconfig_test.go | 143 ++++++++++++
lib/go-tc/nullable_test.go | 1 +
lib/go-tc/traffic_monitor.go | 47 +++-
traffic_monitor/datareq/cachestate.go | 15 ++
traffic_monitor/health/cache.go | 37 +++-
traffic_monitor/health/cache_test.go | 329 ++++++++++++++++++++++++++--
traffic_monitor/manager/monitorconfig.go | 2 +-
traffic_monitor/static/script.js | 5 +-
traffic_ops/testing/api/v1/crconfig_test.go | 83 ++++++-
traffic_ops/testing/api/v1/tc-fixtures.json | 36 +--
traffic_ops/testing/api/v2/crconfig_test.go | 83 ++++++-
traffic_ops/testing/api/v2/tc-fixtures.json | 36 +--
traffic_ops/testing/api/v3/crconfig_test.go | 81 +++++++
traffic_ops/testing/api/v3/tc-fixtures.json | 36 +--
16 files changed, 870 insertions(+), 71 deletions(-)