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 2018/12/13 22:57:02 UTC

[trafficcontrol] 01/01: updated cachegroup api to include cachegroup fallbacks. updated docum… (#3110)

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

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

commit 9df709e2d707c5ef6ae03e7aaba860ee073caeed
Merge: 28aab0f 29e1c07
Author: Rawlin Peters <Ra...@gmail.com>
AuthorDate: Thu Dec 13 15:56:57 2018 -0700

    updated cachegroup api to include cachegroup fallbacks. updated docum… (#3110)
    
    * updated cachegroup api to include cachegroup fallbacks. updated documentation
    
    * updated cachegroup integration test to include fallbacks
    
    * updated cachegroup integration test test data
    
    * updated in response to comments: minor fixes, removed deleteCacheGroupFallbacks method, moved cachegroup fallback validation into Validate method
    
    * updated in response to comments: minor fixes for logging

 docs/source/api/v12/cachegroup.rst                 | 57 ++++++++++++++--
 lib/go-tc/cachegroups.go                           |  2 +
 traffic_ops/testing/api/v14/cachegroups_test.go    | 79 +++++++++++++++++++++-
 traffic_ops/testing/api/v14/tc-fixtures.json       | 49 +++++++++++++-
 .../traffic_ops_golang/cachegroup/cachegroups.go   | 66 +++++++++++++++++-
 .../cachegroup/cachegroups_test.go                 |  6 ++
 6 files changed, 247 insertions(+), 12 deletions(-)