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/10 21:40:29 UTC

[trafficcontrol] branch master updated (61202d0 -> 6cde210)

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 61202d0  Fix doc build (#4476)
     add 6cde210  deprecate /servers/checks and move functionality to /servercheck (#4452)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  2 +
 docs/source/api/v1/servers_checks.rst              | 13 +++-
 docs/source/api/v2/servercheck.rst                 | 66 ++++++++++++++++++++-
 traffic_ops/client/servercheck.go                  |  5 +-
 traffic_ops/traffic_ops_golang/api/api.go          | 28 ++++++++-
 traffic_ops/traffic_ops_golang/routing/routes.go   |  4 +-
 .../traffic_ops_golang/servercheck/servercheck.go  | 69 +++++++++++++++-------
 traffic_portal/app/src/common/api/ServerService.js |  2 +-
 8 files changed, 157 insertions(+), 32 deletions(-)