You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2020/02/20 20:47:52 UTC

[trafficcontrol] branch master updated (5a65b6f -> c3c313f)

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 5a65b6f  Traffic Ops client upgrades (#4396)
     add c3c313f  Rewrite deliveryservice/:id/routing (#4392)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  1 +
 docs/source/api/v1/deliveryservices_id_routing.rst | 31 ++++---
 docs/source/api/v2/deliveryservices_id_routing.rst | 24 +++---
 .../traffic_router/traffic_router_api.rst          | 27 ++++++
 lib/go-tc/cdnrouters.go                            | 34 --------
 lib/go-tc/crsstats.go                              | 14 ++++
 traffic_ops/traffic_ops_golang/cdn/capacity.go     | 20 +----
 .../{ping/keys.go => crstats/cdnrouting.go}        | 18 ++--
 .../traffic_ops_golang/crstats/dsrouting.go        | 95 +++++++++++++++++++++
 .../traffic_ops_golang/{cdn => crstats}/routing.go | 97 ++++++++++++----------
 .../traffic_ops_golang/dbhelpers/db_helpers.go     | 12 +++
 .../deliveryservice/deliveryservices.go            | 12 ---
 .../deliveryservices_required_capabilities.go      |  2 +-
 traffic_ops/traffic_ops_golang/routing/routes.go   |  9 +-
 traffic_ops/traffic_ops_golang/server/servers.go   |  3 +-
 15 files changed, 256 insertions(+), 143 deletions(-)
 delete mode 100644 lib/go-tc/cdnrouters.go
 copy traffic_ops/traffic_ops_golang/{ping/keys.go => crstats/cdnrouting.go} (69%)
 create mode 100644 traffic_ops/traffic_ops_golang/crstats/dsrouting.go
 rename traffic_ops/traffic_ops_golang/{cdn => crstats}/routing.go (76%)