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 2021/10/18 18:52:13 UTC

[trafficcontrol] branch master updated (1f56100 -> 4fa582d)

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 1f56100  Added SANs to Cert Page (#6282)
     add 4fa582d  Fix /cdns/{name}/federations?id=# to search for CDN (#6287)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  1 +
 traffic_ops/testing/api/v2/cdnfederations_test.go  | 25 ++++--
 traffic_ops/testing/api/v2/federations_test.go     |  4 +-
 traffic_ops/testing/api/v2/tc-fixtures.json        | 12 ++-
 traffic_ops/testing/api/v3/cdnfederations_test.go  | 38 +++++----
 traffic_ops/testing/api/v3/federations_test.go     |  4 +-
 traffic_ops/testing/api/v3/tc-fixtures.json        | 12 ++-
 traffic_ops/testing/api/v4/cdnfederations_test.go  | 40 ++++++----
 traffic_ops/testing/api/v4/federations_test.go     |  4 +-
 traffic_ops/testing/api/v4/tc-fixtures.json        | 12 ++-
 .../cdnfederation/cdnfederations.go                | 89 +++++++++++++++++-----
 .../traffic_ops_golang/dbhelpers/db_helpers.go     | 11 +++
 12 files changed, 189 insertions(+), 63 deletions(-)