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 2019/12/03 17:39:04 UTC

[trafficcontrol] branch master updated (e1571b1 -> 7337c1f)

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 e1571b1  Deprecate /hwinfo (#4143)
     add 7337c1f  Add TO API Routing Blacklist via cdn.conf (#4145)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 docs/source/admin/traffic_ops.rst                  |  15 +-
 traffic_ops/app/conf/cdn.conf                      |   5 +
 traffic_ops/traffic_ops_golang/README.md           |   4 +-
 traffic_ops/traffic_ops_golang/config/config.go    |  45 ++
 .../traffic_ops_golang/config/config_test.go       |  77 +++
 traffic_ops/traffic_ops_golang/routing/routes.go   | 679 +++++++++++----------
 traffic_ops/traffic_ops_golang/routing/routing.go  |  24 +-
 .../traffic_ops_golang/routing/routing_test.go     |  54 +-
 traffic_ops/traffic_ops_golang/routing/wrappers.go |   8 +
 .../traffic_ops_golang/traffic_ops_golang.go       |  24 +
 11 files changed, 617 insertions(+), 319 deletions(-)