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 252ec08 Fix missed files in PR (#4024)
add 591ce2f Rewrite federation user GET/POST/DELETE (#4014)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 2 +
docs/source/api/federations_id_users.rst | 22 +++
lib/go-tc/federation.go | 20 +++
traffic_ops/client/federation.go | 38 +++++
.../testing/api/v14/federation_users_test.go | 149 +++++++++++++++++
traffic_ops/testing/api/v14/withobjs.go | 2 +
traffic_ops/traffic_ops_golang/federations/user.go | 180 +++++++++++++++++++++
traffic_ops/traffic_ops_golang/routing/routes.go | 5 +
8 files changed, 418 insertions(+)
create mode 100644 traffic_ops/testing/api/v14/federation_users_test.go
create mode 100644 traffic_ops/traffic_ops_golang/federations/user.go