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 12c717c DNSSEC Refresh check compile fix (#5293)
new 1455741 Change ORT to use API /update endpoint (#5308)
new ad94e5e Validate Topology Cache Group non-emptiness on Delivery
Services's CDN (#5304)
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:
CHANGELOG.md | 1 +
.../testing/api/v3/deliveryservices_test.go | 104 +++++++++++++
.../traffic_ops_golang/dbhelpers/db_helpers.go | 52 ++++++-
.../deliveryservice/deliveryservices.go | 16 +-
.../deliveryservice/servers/servers.go | 2 +-
traffic_ops/traffic_ops_golang/server/servers.go | 6 +-
.../traffic_ops_golang/topology/topologies.go | 143 +----------------
.../topology_validation/topology_validation.go | 172 +++++++++++++++++++++
traffic_ops_ort/atstccfg/getdata/getdata.go | 17 +-
9 files changed, 344 insertions(+), 169 deletions(-)
create mode 100644
traffic_ops/traffic_ops_golang/topology/topology_validation/topology_validation.go