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/02/11 22:25:17 UTC

[trafficcontrol] branch master updated (869db0b -> df02f0c)

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 869db0b  Deprecate /regions/name/{{name}} (#4357)
     add df02f0c  Remove methods marked as deprecated in 3.x (#4390)

No new revisions were added by this update.

Summary of changes:
 grove/grovetccfg/grovetccfg.go                     |  28 ++--
 infrastructure/cdn-in-a-box/enroller/enroller.go   |  14 +-
 traffic_ops/client/cachegroup.go                   | 140 +------------------
 traffic_ops/client/cdn.go                          |  25 ----
 traffic_ops/client/crconfig.go                     |   6 -
 traffic_ops/client/deliveryservice.go              |  87 ------------
 traffic_ops/client/division.go                     |  16 ---
 traffic_ops/client/hardware.go                     |  52 -------
 traffic_ops/client/job.go                          |  20 ---
 traffic_ops/client/origin.go                       |   8 +-
 traffic_ops/client/parameter.go                    |   7 -
 traffic_ops/client/profile.go                      |   7 -
 traffic_ops/client/server.go                       |  45 +-----
 traffic_ops/client/servercheck.go                  |  16 ---
 traffic_ops/client/session.go                      |   6 -
 traffic_ops/client/staticdnsentry.go               |  14 +-
 traffic_ops/client/traffic_monitor.go              |  14 --
 traffic_ops/client/type.go                         |   8 --
 .../api/v1/cachegroupsdeliveryservices_test.go     |   7 +-
 traffic_ops/testing/api/v1/crconfig_test.go        |  11 +-
 .../deliveryservices_required_capabilities_test.go |   4 +-
 .../testing/api/v1/deliveryservices_test.go        |   2 +-
 traffic_ops/testing/api/v1/jobs_test.go            |  65 ++++-----
 .../api/v1/regexrevalidatedotconfig_test.go        |   9 +-
 .../servers_to_deliveryservice_assignment_test.go  |  18 ++-
 traffic_ops/testing/api/v1/steeringtargets_test.go | 155 +++++++++++----------
 traffic_ops/testing/api/v1/tenants_test.go         |  33 +++--
 traffic_stats/traffic_stats.go                     |   4 +-
 28 files changed, 221 insertions(+), 600 deletions(-)
 delete mode 100644 traffic_ops/client/hardware.go