You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by zr...@apache.org on 2021/05/11 16:21:00 UTC

[trafficcontrol] branch master updated (45baf82 -> a211a60)

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

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


    from 45baf82  Add TO Client API for Physical Location Automation (#5822)
     add a211a60  Deprecate ort.pl, change to proxy t3c (#5781)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                      |    1 +
 docs/source/admin/traffic_server.rst              |   49 +-
 docs/source/glossary.rst                          |    7 +-
 traffic_ops_ort/README.md                         |  104 +-
 traffic_ops_ort/build/traffic_ops_ort.spec        |    6 +-
 traffic_ops_ort/t3c/config/config.go              |   86 +-
 traffic_ops_ort/t3c/torequest/torequest.go        |   14 +
 traffic_ops_ort/t3c/util/util.go                  |    2 +-
 traffic_ops_ort/testing/ort-tests/t3c-git_test.go |    2 +
 traffic_ops_ort/testing/ort-tests/t3c-testlibs.go |    1 +
 traffic_ops_ort/traffic_ops_ort.pl                | 2630 +--------------------
 11 files changed, 131 insertions(+), 2771 deletions(-)