You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2020/02/10 21:59:26 UTC

[trafficcontrol] branch master updated (9c65e69 -> 626fb05)

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

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


    from 9c65e69  Fix atstccfg Delivery Service Server caching. (#4387)
     add 626fb05  Rewrote deliveryservices/{{ID}/safe to Go (#4388)

No new revisions were added by this update.

Summary of changes:
 docs/source/api/deliveryservices_id_safe.rst       | 220 ++++++++++-----------
 lib/go-tc/deliveryservices.go                      |  28 +++
 .../clients/python/trafficops/tosession.py         |   6 +-
 traffic_ops/client/deliveryservice.go              |  22 +++
 .../api/v1/deliveryservice_safe_update_test.go     | 100 ++++++++++
 .../traffic_ops_golang/deliveryservice/safe.go     | 124 ++++++++++++
 traffic_ops/traffic_ops_golang/routing/routes.go   |   1 +
 7 files changed, 387 insertions(+), 114 deletions(-)
 create mode 100644 traffic_ops/testing/api/v1/deliveryservice_safe_update_test.go
 create mode 100644 traffic_ops/traffic_ops_golang/deliveryservice/safe.go