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 2021/07/30 01:25:50 UTC

[trafficcontrol] branch master updated (42e1a97 -> 3c4657a)

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 42e1a97  Add TO Client API for Jobs Automation (#5905)
     add 3c4657a  Adding CDN locks for remaining endpoints (#6043)

No new revisions were added by this update.

Summary of changes:
 .../testing/api/v4/staticdnsentries_test.go        | 123 +++++++++++++++++++++
 .../cdnfederation/cdnfederations.go                |  22 +++-
 .../traffic_ops_golang/dbhelpers/db_helpers.go     |  10 ++
 .../traffic_ops_golang/deliveryservice/acme.go     |   2 +-
 .../traffic_ops_golang/deliveryservice/keys.go     |  47 +++++---
 .../traffic_ops_golang/deliveryservice/sslkeys.go  |  11 +-
 .../traffic_ops_golang/deliveryservice/urlkey.go   |  37 ++-----
 traffic_ops/traffic_ops_golang/federations/ds.go   |  21 ++--
 .../invalidationjobs/invalidationjobs.go           |  34 +++++-
 .../staticdnsentry/staticdnsentry.go               |  20 +++-
 .../app/src/common/api/FederationService.js        |   4 +-
 11 files changed, 259 insertions(+), 72 deletions(-)