You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2020/03/25 19:01:46 UTC

[trafficcontrol] branch master updated (4f89fb9 -> cc4da61)

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 4f89fb9  Allow json endpoint on delivery services (#4533)
     add cc4da61  Deprecate servers/hostname/hostName/details (#4512)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 .../api/v1/servers_hostname_name_details.rst       |  10 +-
 docs/source/api/v2/servers_details.rst             | 168 +++++++++++++++++++++
 .../api/v2/servers_hostname_name_details.rst       | 141 -----------------
 .../clients/python/trafficops/tosession.py         |  10 --
 traffic_ops/traffic_ops_golang/routing/routes.go   |   1 -
 traffic_ops/traffic_ops_golang/server/detail.go    |  10 +-
 7 files changed, 184 insertions(+), 157 deletions(-)
 create mode 100644 docs/source/api/v2/servers_details.rst
 delete mode 100644 docs/source/api/v2/servers_hostname_name_details.rst