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/03/02 22:07:33 UTC

[trafficcontrol] branch master updated (78b261d -> 4ab0cc2)

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 78b261d  TP: upgrades application build dependencies (#4401)
     add 4ab0cc2  Deprecate /riak/ping and add /vault/ping (#4446)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  2 +
 .../api/v1/{cdns_configs.rst => riak_ping.rst}     | 40 ++++++++-----------
 .../api/{v1/cdns_configs.rst => v2/vault_ping.rst} | 45 ++++++++--------------
 traffic_ops/app/db/seeds.sql                       |  5 +++
 traffic_ops/traffic_ops_golang/ping/riak.go        | 16 ++++++--
 .../traffic_ops_golang/ping/{riak.go => vault.go}  |  2 +-
 traffic_ops/traffic_ops_golang/routing/routes.go   |  2 +-
 7 files changed, 55 insertions(+), 57 deletions(-)
 copy docs/source/api/v1/{cdns_configs.rst => riak_ping.rst} (63%)
 copy docs/source/api/{v1/cdns_configs.rst => v2/vault_ping.rst} (59%)
 copy traffic_ops/traffic_ops_golang/ping/{riak.go => vault.go} (96%)