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/03/27 17:41:08 UTC

[trafficcontrol] branch master updated (b6040e8 -> 726dac3)

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 b6040e8  Fixed snapshots passing cdnID in body not qstring (#4554)
     add 726dac3  go fmt (#4550)

No new revisions were added by this update.

Summary of changes:
 grove/remap/remap.go                               |  4 ++-
 infrastructure/cdn-in-a-box/enroller/enroller.go   |  2 +-
 lib/go-atscfg/remapdotconfig.go                    |  2 +-
 lib/go-atscfg/remapdotconfig_test.go               |  4 +--
 traffic_ops/client/cdn.go                          |  1 -
 traffic_ops/client/deliveryservice.go              |  2 +-
 traffic_ops/client/profile.go                      |  2 +-
 traffic_ops/ort/atstccfg/cfgfile/remapdotconfig.go |  2 +-
 traffic_ops/testing/api/v1/capabilities_test.go    | 35 +++++++++++-----------
 .../api/v1/deliveryservice_safe_update_test.go     |  2 +-
 traffic_ops/testing/api/v1/jobs_test.go            |  4 +--
 traffic_ops/testing/api/v1/user_test.go            |  3 +-
 traffic_ops/testing/api/v2/capabilities_test.go    | 35 +++++++++++-----------
 traffic_ops/testing/api/v2/jobs_test.go            |  4 +--
 traffic_ops/testing/api/v2/user_test.go            |  3 +-
 traffic_ops/traffic_ops_golang/api/api_test.go     |  2 +-
 traffic_ops/traffic_ops_golang/cdn/dnssec.go       |  2 +-
 traffic_ops/traffic_ops_golang/region/name.go      |  2 +-
 .../trafficstats/deliveryservice.go                |  2 +-
 traffic_ops/traffic_ops_golang/types/types_test.go |  7 ++---
 traffic_ops/v1-client/cachegroup.go                |  1 -
 traffic_ops/v1-client/cdn.go                       |  1 -
 traffic_ops/v1-client/user.go                      |  4 ++-
 23 files changed, 61 insertions(+), 65 deletions(-)