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/03/19 22:12:07 UTC

[trafficcontrol] branch master updated (4353f74 -> a122818)

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 4353f74  Deprecate GET tenants/:id (#4507)
     add a122818  Deprecate servers/status (#4516)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  1 +
 docs/source/api/v1/servers_status.rst              | 10 +++-
 docs/source/api/v2/servers_status.rst              | 66 ----------------------
 .../clients/python/trafficops/tosession.py         |  9 ---
 traffic_ops/client/serversstatus.go                | 44 ---------------
 traffic_ops/testing/api/v2/serversstatus_test.go   | 52 -----------------
 traffic_ops/traffic_ops_golang/routing/routes.go   |  4 --
 .../traffic_ops_golang/server/status_count.go      |  7 ++-
 8 files changed, 14 insertions(+), 179 deletions(-)
 delete mode 100644 docs/source/api/v2/servers_status.rst
 delete mode 100644 traffic_ops/client/serversstatus.go
 delete mode 100644 traffic_ops/testing/api/v2/serversstatus_test.go