You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2022/04/27 23:17:40 UTC

[trafficcontrol] branch master updated (7c39eec425 -> 7c20bdab55)

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 7c39eec425 Document Traffic Monitor configuration files (#6769)
     add 7c20bdab55 Add "sharing" ability to CDN locks (#6761)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  1 +
 docs/source/api/v4/cdn_locks.rst                   | 41 ++++++----
 lib/go-tc/cdn_lock.go                              | 11 +--
 ...2514493300_add_user_sharing_cdn_locks.down.sql} |  7 +-
 ...042514493300_add_user_sharing_cdn_locks.up.sql} | 14 ++--
 traffic_ops/testing/api/v4/cdn_locks_test.go       | 20 +++++
 .../traffic_ops_golang/cdn_lock/cdn_lock.go        | 88 +++++++++++++++++++---
 .../traffic_ops_golang/dbhelpers/db_helpers.go     | 69 ++++++++++++++---
 .../deliveryservices_required_capabilities_test.go |  6 +-
 .../traffic_ops_golang/profile/copy_test.go        |  4 +-
 .../select/lock/DialogSelectLockController.js      | 19 ++++-
 .../dialog/select/lock/dialog.select.lock.tpl.html | 15 ++++
 .../app/src/common/modules/locks/locks.tpl.html    |  2 +-
 13 files changed, 238 insertions(+), 59 deletions(-)
 copy traffic_ops/app/db/{trafficvault/migrations/2021121011532000_set_provider_not_null.up.sql => migrations/2022042514493300_add_user_sharing_cdn_locks.down.sql} (87%)
 copy traffic_ops/app/db/migrations/{00000000000000_init.down.sql => 2022042514493300_add_user_sharing_cdn_locks.up.sql} (55%)