You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2021/06/09 20:39:26 UTC

[trafficcontrol] branch master updated (2ad3cb4 -> 0424f65)

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 2ad3cb4  ATS TSB Dockerfile: Define RHEL_VERSION in CMD (#5917)
     add 0424f65  Add the ability to CRD CDN Locks (#5895)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 docs/source/api/v4/cdn_locks.rst                   | 197 ++++++++++++++++++++
 lib/go-tc/cdn_lock.go                              |  48 +++++
 .../migrations/2021052400000000_add_cdn_lock.sql   |  30 +++
 traffic_ops/testing/api/v4/cdn_locks_test.go       | 201 +++++++++++++++++++++
 .../traffic_ops_golang/cdn_lock/cdn_lock.go        | 176 ++++++++++++++++++
 traffic_ops/traffic_ops_golang/routing/routes.go   |   6 +
 traffic_ops/v4-client/cdn_lock.go                  |  45 +++++
 8 files changed, 704 insertions(+)
 create mode 100644 docs/source/api/v4/cdn_locks.rst
 create mode 100644 lib/go-tc/cdn_lock.go
 create mode 100644 traffic_ops/app/db/migrations/2021052400000000_add_cdn_lock.sql
 create mode 100644 traffic_ops/testing/api/v4/cdn_locks_test.go
 create mode 100644 traffic_ops/traffic_ops_golang/cdn_lock/cdn_lock.go
 create mode 100644 traffic_ops/v4-client/cdn_lock.go