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 2a220b4ba1 Add access control to varnish (#7700)
add aabc8cf5aa Fixed Profiles(APIv5) REST calls to respond with RFC3339
timestamp (#7734)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 1 +
docs/source/api/v5/profiles.rst | 8 +-
docs/source/api/v5/profiles_id.rst | 4 +-
lib/go-tc/profiles.go | 22 ++
traffic_ops/testing/api/v5/cdn_locks_test.go | 6 +-
traffic_ops/testing/api/v5/profiles_test.go | 24 +-
traffic_ops/testing/api/v5/traffic_control_test.go | 2 +-
.../traffic_ops_golang/dbhelpers/db_helpers.go | 17 +-
.../dbhelpers/db_helpers_test.go | 51 ++++
traffic_ops/traffic_ops_golang/profile/profiles.go | 314 ++++++++++++++++++++-
traffic_ops/traffic_ops_golang/routing/routes.go | 8 +-
traffic_ops/v5-client/profile.go | 8 +-
12 files changed, 422 insertions(+), 43 deletions(-)