You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ma...@apache.org on 2022/02/28 15:55:21 UTC

[trafficcontrol] branch master updated (577b2f1 -> 60dfb2d)

This is an automated email from the ASF dual-hosted git repository.

mattjackson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 577b2f1  Assign Triage Role GHA: Use defaults if inputs are not set (#6556)
     add 60dfb2d  Add support for overriding which TM status for TO to query (#6574)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  1 +
 docs/source/overview/profiles_and_parameters.rst   |  3 +
 .../traffic_ops_golang/cachegroup/dspost.go        |  1 +
 .../traffic_ops_golang/cachesstats/cachesstats.go  | 49 +-------------
 traffic_ops/traffic_ops_golang/cdn/capacity.go     | 74 ++--------------------
 traffic_ops/traffic_ops_golang/cdn/health.go       | 42 +++++++-----
 traffic_ops/traffic_ops_golang/crconfig/handler.go |  1 +
 .../traffic_ops_golang/deliveryservice/capacity.go | 71 +++++++++++----------
 .../traffic_ops_golang/deliveryservice/health.go   | 44 +++++++------
 .../deliveryservice/request/requests.go            |  4 +-
 .../deliveryservicesregexes.go                     |  2 +
 .../invalidationjobs/invalidationjobs.go           |  2 +
 .../traffic_ops_golang/profile/profile_import.go   |  2 +
 traffic_ops/traffic_ops_golang/server/servers.go   |  3 +
 .../util/monitorhlp/monitorhlp.go                  | 48 +++++++++-----
 15 files changed, 145 insertions(+), 202 deletions(-)