This is an automated email from the ASF dual-hosted git repository.

neuman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from d8c1007  Queries with invalid type parameter should return 400s, not 
500s (#4721)
     add 9db1632  Prohibit assigning topology-based delivery services to caches 
(#4702)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  1 +
 lib/go-tc/deliveryservices.go                      |  4 +-
 traffic_ops/client/cachegroup.go                   | 25 ++++++
 traffic_ops/client/coordinate.go                   | 23 ------
 traffic_ops/client/deliveryservice.go              |  5 ++
 traffic_ops/client/deliveryserviceserver.go        | 34 ++++++--
 traffic_ops/client/server.go                       |  6 +-
 traffic_ops/client/util.go                         |  7 +-
 .../traffic_ops/client/coordinate.go               |  2 +-
 .../api/v1/cachegroupsdeliveryservices_test.go     |  4 +-
 .../api/v2/cachegroupsdeliveryservices_test.go     |  4 +-
 .../api/v3/cachegroupsdeliveryservices_test.go     | 22 +++++-
 traffic_ops/testing/api/v3/crconfig_test.go        |  2 +-
 .../deliveryservices_required_capabilities_test.go |  2 +-
 .../testing/api/v3/deliveryserviceservers_test.go  | 54 ++++++++++++-
 traffic_ops/testing/api/v3/servers_test.go         |  2 +-
 .../servers_to_deliveryservice_assignment_test.go  | 61 +++++++++++++++
 .../testing/api/v3/serverservercapability_test.go  |  2 +-
 .../traffic_ops_golang/cachegroup/dspost.go        | 47 ++++++-----
 .../traffic_ops_golang/cachegroup/queueupdate.go   |  8 +-
 .../cachegroupparameter/parameters.go              |  4 +-
 .../cachegroupparameter/unassigned_parameters.go   |  2 +-
 .../traffic_ops_golang/dbhelpers/db_helpers.go     | 90 +++++++++++++++++++++-
 .../dbhelpers/db_helpers_test.go                   |  2 +-
 .../deliveryservice/servers/servers.go             | 77 +++++++++++-------
 traffic_ops/traffic_ops_golang/routing/routes.go   | 22 ++----
 .../server/servers_assignment.go                   | 12 ++-
 traffic_ops/v1-client/coordinate.go                |  2 +-
 traffic_ops/v2-client/coordinate.go                |  2 +-
 29 files changed, 407 insertions(+), 121 deletions(-)

Reply via email to