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 94e4ede  Fix MaxRevalDurationDays validation for invalidation jobs 
(#4718)
     add fac8490  Deliveryservice Topologies (#4692)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   2 +
 docs/source/api/v3/deliveryservices.rst            |  11 +-
 docs/source/api/v3/deliveryservices_id.rst         |   1 +
 docs/source/api/v3/deliveryservices_id_safe.rst    |   4 +-
 docs/source/api/v3/servers_id_deliveryservices.rst |   4 +-
 lib/go-tc/deliveryservices.go                      |  15 +-
 traffic_ops/ort/atstccfg/cfgfile/cfgfile_test.go   | 164 ++++++++++-----------
 .../api/v3/cachegroupsdeliveryservices_test.go     |   2 +-
 traffic_ops/testing/api/v3/cdnfederations_test.go  |   4 +-
 traffic_ops/testing/api/v3/crconfig_test.go        |   2 +-
 .../deliveryservices_required_capabilities_test.go |   2 +-
 .../testing/api/v3/deliveryservices_test.go        |  25 +++-
 .../testing/api/v3/deliveryserviceservers_test.go  |   4 +-
 .../api/v3/deliveryservicesideligible_test.go      |   2 +-
 .../testing/api/v3/deliveryservicesregexes_test.go |   2 +-
 .../testing/api/v3/federation_users_test.go        |   2 +-
 traffic_ops/testing/api/v3/federations_test.go     |   2 +-
 traffic_ops/testing/api/v3/jobs_test.go            |   2 +-
 traffic_ops/testing/api/v3/origins_test.go         |   2 +-
 .../testing/api/v3/readonlycannotmodify_test.go    |   2 +-
 traffic_ops/testing/api/v3/servers_test.go         |   2 +-
 .../servers_to_deliveryservice_assignment_test.go  |   2 +-
 .../testing/api/v3/serverservercapability_test.go  |   2 +-
 .../testing/api/v3/staticdnsentries_test.go        |   5 +-
 traffic_ops/testing/api/v3/steering_test.go        |   2 +-
 traffic_ops/testing/api/v3/steeringtargets_test.go |   2 +-
 traffic_ops/testing/api/v3/tc-fixtures.json        | 127 ++++++++++++++++
 traffic_ops/testing/api/v3/tenants_test.go         |  40 +----
 traffic_ops/testing/api/v3/user_test.go            |   2 +-
 .../deliveryservice/deliveryservices.go            | 122 +++++++++++++--
 .../deliveryservice/request/requests_test.go       |  30 ++--
 traffic_ops/traffic_ops_golang/routing/routes.go   |   4 +-
 traffic_portal/app/src/common/api/ServerService.js |   8 -
 .../FormDeliveryServiceController.js               |   6 +-
 .../edit/FormEditDeliveryServiceController.js      |   6 +-
 .../form.deliveryService.DNS.tpl.html              |  18 ++-
 .../form.deliveryService.HTTP.tpl.html             |  18 ++-
 .../form.deliveryService.anyMap.tpl.html           |  18 ++-
 .../new/FormNewDeliveryServiceController.js        |   6 +-
 .../table.cdnDeliveryServices.tpl.html             |   2 +
 .../TableDeliveryServiceServersController.js       |   8 +-
 .../table.deliveryServiceServers.tpl.html          |   4 +-
 .../TableDeliveryServicesController.js             |  13 +-
 .../table.deliveryServices.tpl.html                |   2 +
 .../table.profileDeliveryServices.tpl.html         |   2 +
 .../table.serverDeliveryServices.tpl.html          |   2 +
 .../table.tenantDeliveryServices.tpl.html          |   2 +
 .../table.typeDeliveryServices.tpl.html            |   2 +
 .../FormEditDeliveryServiceRequestController.js    |   6 +-
 .../private/deliveryServiceRequests/edit/index.js  |   3 +
 .../modules/private/deliveryServices/edit/index.js |   3 +
 .../modules/private/deliveryServices/new/index.js  |   3 +
 .../private/deliveryServices/servers/index.js      |   8 +-
 53 files changed, 516 insertions(+), 218 deletions(-)

Reply via email to