You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2020/01/06 20:15:17 UTC

[trafficcontrol] branch master updated (3580c70 -> 9df084d)

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 3580c70  TP: removed references to deprecated routes (#4234)
     add 9df084d  EDNS0 Client Subnet for Delivery Services (#4198)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   2 +
 docs/source/admin/traffic_router.rst               |   5 +-
 docs/source/api/cdns_name_snapshot.rst             |   8 ++
 docs/source/api/cdns_name_snapshot_new.rst         |   8 ++
 docs/source/api/deliveryservices.rst               |  19 ++-
 docs/source/api/deliveryservices_id.rst            |  12 +-
 docs/source/api/deliveryservices_id_safe.rst       |   7 +-
 docs/source/api/servers_id_deliveryservices.rst    |   7 +-
 docs/source/api/users_id_deliveryservices.rst      |   7 +-
 docs/source/overview/delivery_services.rst         |   6 +
 lib/go-tc/crconfig.go                              |   1 +
 lib/go-tc/deliveryservices.go                      |   6 +-
 ...ions.sql => 20191215000000_add_ecs_enabled.sql} |   4 +-
 .../traffic_ops_golang/crconfig/deliveryservice.go |   4 +
 .../crconfig/deliveryservice_test.go               |   4 +
 .../deliveryservice/deliveryservices.go            | 109 +++++++++++++--
 .../deliveryservice/request/requests_test.go       |  22 +--
 traffic_ops/traffic_ops_golang/routing/routes.go   |   2 +
 .../form.deliveryService.DNS.tpl.html              |  19 ++-
 .../form.deliveryService.HTTP.tpl.html             |  17 +++
 .../form.deliveryService.Steering.tpl.html         |  17 +++
 .../app/src/traffic_portal_properties.json         |   9 +-
 .../traffic_router/core/config/ConfigHandler.java  |   1 +
 .../traffic_router/core/dns/NameServer.java        |  55 ++++++--
 .../traffic_router/core/ds/DeliveryService.java    |  10 ++
 .../traffic_router/core/dns/NameServerTest.java    | 151 ++++++++++++++++++++-
 26 files changed, 460 insertions(+), 52 deletions(-)
 copy traffic_ops/app/db/migrations/{20190319000000_add_max_origin_connections.sql => 20191215000000_add_ecs_enabled.sql} (79%)