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 c99b0fb CDN-in-a-Box now caches Carton dependencies by default (#3733)
add 968cb6c Rewrite cachegroups/{id}/unassigned_parameters to golang
(#3905)
No new revisions were added by this update.
Summary of changes:
docs/source/api/cachegroups_id_parameters.rst | 23 +++-
.../api/cachegroups_id_unassigned_parameters.rst | 21 +++
traffic_ops/client/cachegroup_parameters.go | 34 +++--
.../testing/api/v14/cachegroups_parameters_test.go | 44 ++++++-
.../traffic_ops_golang/cachegroup/dspost.go | 3 +-
.../traffic_ops_golang/cachegroup/queueupdate.go | 13 +-
.../parameters.go | 6 +-
.../parameters_test.go | 143 ++++++++++++---------
.../unassigned_parameters.go} | 57 ++++----
.../traffic_ops_golang/dbhelpers/db_helpers.go | 14 +-
.../dbhelpers/db_helpers_test.go | 64 +++++++++
traffic_ops/traffic_ops_golang/routing/routes.go | 5 +-
12 files changed, 299 insertions(+), 128 deletions(-)
copy traffic_ops/traffic_ops_golang/{cachegroup =>
cachegroupparameter}/parameters.go (94%)
rename traffic_ops/traffic_ops_golang/{cachegroup =>
cachegroupparameter}/parameters_test.go (63%)
rename traffic_ops/traffic_ops_golang/{cachegroup/parameters.go =>
cachegroupparameter/unassigned_parameters.go} (56%)