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/05 16:25:27 UTC

[trafficcontrol] branch master updated (b54c111 -> 28ed37d)

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 b54c111  deprecates the /cdns/usage/overview endpoint (#4368)
     add 28ed37d  cachegroupparameters rewrite (#4339)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 docs/source/api/cachegroupparameters.rst           |  59 +++++++-
 lib/go-tc/cachegroup_parameter_associations.go     |  64 +++++++++
 traffic_ops/client/cachegroup_parameters.go        |  17 +++
 .../testing/api/v1/cachegroups_parameters_test.go  |  15 +++
 .../cachegroupparameter/parameters.go              | 148 +++++++++++++++++++++
 .../traffic_ops_golang/dbhelpers/db_helpers.go     |   9 ++
 traffic_ops/traffic_ops_golang/routing/routes.go   |   2 +
 8 files changed, 312 insertions(+), 3 deletions(-)
 create mode 100644 lib/go-tc/cachegroup_parameter_associations.go