This is an automated email from the ASF dual-hosted git repository.
rawlin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from aafb72c Disallow updating regexes that have set number 0 and type
HOST_REGEXP (#5297)
add d710192 Delivery Service/server assignment safeties (#5328)
No new revisions were added by this update.
Summary of changes:
.../actions/to-integration-tests}/.gitignore | 11 +-
infrastructure/cdn-in-a-box/.gitignore | 1 +
lib/go-tc/servers.go | 18 +-
.../api/v1/cachegroupsdeliveryservices_test.go | 34 +++
.../deliveryservices_required_capabilities_test.go | 1 +
.../testing/api/v1/deliveryserviceservers_test.go | 1 +
traffic_ops/testing/api/v1/servers_test.go | 10 +
.../testing/api/v1/serverservercapability_test.go | 9 +
.../api/v2/cachegroupsdeliveryservices_test.go | 34 +++
.../deliveryservices_required_capabilities_test.go | 1 +
.../testing/api/v2/deliveryserviceservers_test.go | 1 +
traffic_ops/testing/api/v2/servers_test.go | 18 +-
.../testing/api/v2/serverservercapability_test.go | 9 +
.../api/v3/cachegroupsdeliveryservices_test.go | 45 +++-
.../deliveryservices_required_capabilities_test.go | 1 +
.../testing/api/v3/deliveryservices_test.go | 11 +-
.../testing/api/v3/deliveryserviceservers_test.go | 158 +++++++++++
.../servers_to_deliveryservice_assignment_test.go | 2 +-
.../testing/api/v3/serverservercapability_test.go | 1 +
traffic_ops/testing/api/v3/tc-fixtures.json | 48 ++++
traffic_ops/testing/api/v3/tenants_test.go | 7 +-
traffic_ops/traffic_ops_golang/.gitignore | 5 +
.../traffic_ops_golang/dbhelpers/db_helpers.go | 19 +-
.../deliveryservice/servers/delete.go | 107 ++++++--
.../deliveryservice/servers/servers.go | 62 ++++-
.../traffic_ops_golang/server/put_status.go | 91 +++++--
traffic_ops/traffic_ops_golang/server/servers.go | 294 +++++++++++++++------
.../server/servers_assignment.go | 102 +++++--
.../traffic_ops_golang/server/servers_test.go | 6 +-
traffic_ops/v3-client/deliveryservice.go | 36 ++-
30 files changed, 963 insertions(+), 180 deletions(-)
copy {experimental/graphql.sample/volumes/pg-db =>
.github/actions/to-integration-tests}/.gitignore (89%)