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/08 17:29:57 UTC

[trafficcontrol] branch master updated (2cfdffc -> 18613e3)

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 2cfdffc  Fixed an issue that led to incomplete data structures being swapped i… (#4094)
     add 18613e3  Correctly handle assigning org servers to ds that have req caps (#4099)

No new revisions were added by this update.

Summary of changes:
 .../api/deliveryservices_id_servers_eligible.rst   |   2 +-
 .../testing/api/v14/deliveryserviceservers_test.go |  77 +++++++++++++
 traffic_ops/testing/api/v14/tc-fixtures.json       | 125 ++++++++++++++++++++-
 .../deliveryservices_required_capabilities.go      |  17 ++-
 .../deliveryservices_required_capabilities_test.go |   2 +-
 .../traffic_ops_golang/deliveryservice/eligible.go |  10 +-
 .../deliveryservice/servers/servers.go             |  22 +++-
 .../traffic_ops_golang/federations/federations.go  |   4 +-
 .../server/servers_assignment.go                   |  14 ++-
 .../modules/form/server/FormServerController.js    |   3 +
 .../modules/form/server/form.server.tpl.html       |   2 +-
 .../TableServerDeliveryServicesController.js       |   3 +
 .../table.serverDeliveryServices.tpl.html          |   4 +-
 .../table/servers/TableServersController.js        |   5 +-
 .../app/src/common/service/utils/ServerUtils.js    |   4 +
 15 files changed, 265 insertions(+), 29 deletions(-)