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 0124759 Rewrite cache_stats to Golang (#4029)
add 7e62d07 Rewrite /federations to Go - POST/PUT/DELETE (#4015)
No new revisions were added by this update.
Summary of changes:
docs/source/api/federations.rst | 201 +++++++-----
lib/go-tc/deliveryservice_requests.go | 12 +-
lib/go-tc/federation.go | 129 +++++++-
traffic_ops/client/federation.go | 80 ++++-
traffic_ops/testing/api/v14/federations_test.go | 130 +++++++-
traffic_ops/traffic_ops_golang/api/api.go | 2 +-
.../traffic_ops_golang/api/shared_handlers_test.go | 2 +-
.../traffic_ops_golang/dbhelpers/db_helpers.go | 49 +++
.../traffic_ops_golang/federations/federations.go | 338 ++++++++++++++++++++-
.../federations/federations_test.go | 336 ++++++++++++++++++++
traffic_ops/traffic_ops_golang/routing/routes.go | 3 +
traffic_ops/traffic_ops_golang/tenant/tenancy.go | 4 +-
traffic_portal/conf/config.js | 4 +-
13 files changed, 1182 insertions(+), 108 deletions(-)
create mode 100644
traffic_ops/traffic_ops_golang/federations/federations_test.go