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 e01c2e5 Make CiaB's delivery service topology-based and add a mid
(#5053)
add 271f6a9 New endpoint: Queue updates on the servers in a topology
(#5016)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 3 +-
.../topologies_name_queue_update.rst} | 54 +++++----
lib/go-tc/cdns.go | 11 ++
lib/go-tc/topologies.go | 22 ++++
.../clients/python/trafficops/tosession.py | 13 +++
.../testing/api/v3/topologies_queue_update_test.go | 128 +++++++++++++++++++++
traffic_ops/traffic_ops_golang/cdn/queue.go | 15 +--
.../traffic_ops_golang/dbhelpers/db_helpers.go | 14 +++
traffic_ops/traffic_ops_golang/routing/routes.go | 2 +
.../traffic_ops_golang/topology/queue_update.go | 103 +++++++++++++++++
.../topology_queue_updates.go} | 32 ++++--
.../app/src/common/api/TopologyService.js | 27 +++++
.../topology/edit/FormEditTopologyController.js | 54 ++++++++-
.../modules/form/topology/form.topology.tpl.html | 10 ++
.../deliveryServices/delivery-services-spec.js | 2 +-
15 files changed, 442 insertions(+), 48 deletions(-)
copy docs/source/api/{v2/cdns_id_queue_update.rst =>
v3/topologies_name_queue_update.rst} (56%)
create mode 100644 traffic_ops/testing/api/v3/topologies_queue_update_test.go
create mode 100644 traffic_ops/traffic_ops_golang/topology/queue_update.go
copy traffic_ops/{testing/api/v3/fixtures_test.go =>
v3-client/topology_queue_updates.go} (54%)