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/11/04 22:35:27 UTC

[trafficcontrol] branch master updated (b9780ea -> 99c7e8d)

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 b9780ea  Add atscfg logic for Server Capabilities. (#3980)
     add 99c7e8d  Prevent Assigning Servers to Delivery Services Without Required Capabilities (#4072)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 .../api/deliveryservices_id_servers_eligible.rst   |   6 +-
 docs/source/glossary.rst                           |   3 +
 .../cdn-in-a-box/traffic_ops/to-access.sh          |   0
 lib/go-tc/deliveryservice_servers.go               |  88 ++++++++--------
 lib/go-util/str.go                                 |   9 ++
 .../testing/api/v14/deliveryserviceservers_test.go | 116 ++++++++++++++++++---
 .../testing/api/v14/serverservercapability_test.go |   1 -
 .../traffic_ops_golang/dbhelpers/db_helpers.go     |  36 +++++++
 .../traffic_ops_golang/deliveryservice/eligible.go |  19 +++-
 .../deliveryservice/servers/servers.go             |  49 ++++++++-
 .../server/servers_assignment.go                   |  32 ++++++
 12 files changed, 295 insertions(+), 65 deletions(-)
 mode change 100644 => 100755 infrastructure/cdn-in-a-box/traffic_ops/to-access.sh