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 2019/12/16 20:42:27 UTC

[trafficcontrol] branch master updated (383f8b5 -> 811d65d)

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 383f8b5  Fix atstccfg hosting.config including inactive DS (#4214)
     add 811d65d  Fixes #3813 implement `/profiles/name/{{name}}/copy/{{fromName}}` in Go (#4204)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 lib/go-tc/profiles.go                              |  63 ++--
 traffic_ops/client/profile.go                      | 148 ++++++----
 traffic_ops/testing/api/v14/profiles_test.go       |  72 +++++
 traffic_ops/traffic_ops_golang/profile/copy.go     | 181 ++++++++++++
 .../traffic_ops_golang/profile/copy_test.go        | 325 +++++++++++++++++++++
 traffic_ops/traffic_ops_golang/routing/routes.go   |   5 +-
 7 files changed, 702 insertions(+), 93 deletions(-)
 create mode 100644 traffic_ops/traffic_ops_golang/profile/copy.go
 create mode 100644 traffic_ops/traffic_ops_golang/profile/copy_test.go