This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a change to branch 5.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from f5d305d Adds a more powerful UI grid for changelogs and removes
changelog entry for unqueuing servers updates/revals (#5329)
new d84018b Dont pollute logs with non-errors (#5325)
new 1bf69f1 Fix cmd issue (#5338)
new 522b4c3 Support CentOS 8 RPMs (#5320)
The 3 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:
.github/workflows/ciab.yaml | 12 ++--
CHANGELOG.md | 4 +-
build/functions.sh | 10 ++-
docs/source/admin/quick_howto/ciab.rst | 6 +-
docs/source/admin/traffic_portal/installation.rst | 2 +-
.../source/admin/traffic_router/migrationto2-3.rst | 2 +-
docs/source/development/building.rst | 20 ++++--
docs/source/development/debugging.rst | 2 +-
docs/source/overview/profiles_and_parameters.rst | 2 +-
infrastructure/cdn-in-a-box/Makefile | 36 ++++++++--
.../docker-compose.traffic-portal-test.yml | 2 +-
infrastructure/cdn-in-a-box/docker-compose.yml | 12 ++--
infrastructure/cdn-in-a-box/edge/Dockerfile | 12 ++--
infrastructure/cdn-in-a-box/mid/Dockerfile | 12 ++--
.../optional/docker-compose.socksproxy.yml | 2 +-
.../cdn-in-a-box/optional/docker-compose.vnc.yml | 2 +-
.../cdn-in-a-box/optional/socksproxy/Dockerfile | 8 +--
.../cdn-in-a-box/optional/vnc/Dockerfile | 8 +--
.../cdn-in-a-box/traffic_monitor/Dockerfile | 8 +--
.../cdn-in-a-box/traffic_monitor/Dockerfile-debug | 8 +--
infrastructure/cdn-in-a-box/traffic_ops/Dockerfile | 18 ++---
.../cdn-in-a-box/traffic_ops/Dockerfile-go | 12 ++--
.../cdn-in-a-box/traffic_ops/Dockerfile-go-debug | 8 +--
.../cdn-in-a-box/traffic_portal/Dockerfile | 8 +--
.../traffic_portal_integration_test/Dockerfile | 10 +--
.../cdn-in-a-box/traffic_router/Dockerfile | 8 +--
.../cdn-in-a-box/traffic_stats/Dockerfile | 8 +--
.../cdn-in-a-box/traffic_stats/Dockerfile-debug | 8 +--
infrastructure/docker/build/Dockerfile-docs | 26 ++++---
infrastructure/docker/build/Dockerfile-grove | 21 ++++--
infrastructure/docker/build/Dockerfile-grovetccfg | 21 ++++--
infrastructure/docker/build/Dockerfile-source | 21 ++++--
.../docker/build/Dockerfile-traffic_monitor | 22 ++++--
infrastructure/docker/build/Dockerfile-traffic_ops | 20 ++++--
.../docker/build/Dockerfile-traffic_ops_ort | 23 ++++++-
.../docker/build/Dockerfile-traffic_portal | 22 ++++--
.../docker/build/Dockerfile-traffic_router | 26 ++++---
.../docker/build/Dockerfile-traffic_stats | 21 ++++--
infrastructure/docker/build/docker-compose.yml | 80 ++++++++++++++--------
lib/go-tc/traffic_monitor.go | 2 +-
pkg | 65 ++++++++++++------
traffic_monitor/threadsafe/resultstathistory.go | 2 +-
traffic_ops_ort/build/traffic_ops_ort.spec | 1 +
43 files changed, 403 insertions(+), 220 deletions(-)