This is an automated email from the ASF dual-hosted git repository.
srijeet0406 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
from 264e743468 Added Api Contract Test case for cdn_locks endpoint (#7591)
add f3f88ed2e3 Fixed ASN(APIv5) REST calls to respond with RFC3339
timestamp (#7561)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 1 +
docs/source/api/v5/asns.rst | 22 +-
docs/source/api/v5/asns_id.rst | 4 +-
lib/go-tc/asns.go | 56 +++++
traffic_ops/testing/api/v5/asns_test.go | 4 +-
traffic_ops/testing/api/v5/traffic_control_test.go | 2 +-
traffic_ops/traffic_ops_golang/asn/asns.go | 231 +++++++++++++++++++++
.../traffic_ops_golang/dbhelpers/db_helpers.go | 15 ++
.../dbhelpers/db_helpers_test.go | 51 +++++
traffic_ops/traffic_ops_golang/routing/routes.go | 14 +-
traffic_ops/v5-client/asn.go | 8 +-
11 files changed, 380 insertions(+), 28 deletions(-)