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 2020/11/11 17:23:44 UTC

[trafficcontrol] branch 5.0.x updated (2961a9a -> 693454c)

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

ocket8888 pushed a change to branch 5.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 2961a9a  fixed peer polling to include ipv4 and ipv6 correctly (#5239)
     add b552a6b  Fix IPv6 Address validation in geniso (#5243)
     add 1104bb1  GitHub Actions: Cache CPAN modules (#5253)
     add 670614d  Fix servers client methods changing call signatures (#5248)
     add e383525  t3c should use the --dir option when calling atstccfg in order (#5251)
     add 693454c  GHA: Cache CPAN modules by OS version (#5262)

No new revisions were added by this update.

Summary of changes:
 .github/actions/run-ciab/run-ciab.sh               |   2 +
 .github/workflows/ciab.yaml                        |  13 +++
 .gitignore                                         |   3 +
 CHANGELOG.md                                       |   1 +
 docs/source/admin/quick_howto/ciab.rst             |   7 ++
 infrastructure/cdn-in-a-box/enroller/enroller.go   |   4 +-
 infrastructure/cdn-in-a-box/traffic_ops/Dockerfile |  19 +++-
 .../traffic_ops/Dockerfile.dockerignore            |   1 +
 .../cdn-in-a-box/traffic_ops/local/.gitkeep        |   0
 lib/go-tc/servers.go                               |  95 +++++++++++++++++-
 traffic_monitor/towrap/towrap.go                   |  24 ++---
 .../api/v3/cachegroupsdeliveryservices_test.go     |   8 +-
 traffic_ops/testing/api/v3/crconfig_test.go        |   6 +-
 .../testing/api/v3/deliveryserviceservers_test.go  |  46 +++++----
 traffic_ops/testing/api/v3/monitoring_test.go      |   4 +-
 traffic_ops/testing/api/v3/servers_test.go         |  42 ++++----
 .../servers_to_deliveryservice_assignment_test.go  |  10 +-
 .../testing/api/v3/serverservercapability_test.go  |   4 +-
 .../testing/api/v3/serverupdatestatus_test.go      |  34 +++----
 traffic_ops/testing/api/v3/traffic_control_test.go |   2 +-
 traffic_ops/traffic_ops_golang/iso/iso.go          |  12 ++-
 traffic_ops/traffic_ops_golang/iso/iso_test.go     | 108 +++++++++++++++++++--
 traffic_ops/traffic_ops_golang/iso/mkisofs.go      |   4 +-
 traffic_ops/traffic_ops_golang/iso/mkisofs_test.go |   8 +-
 traffic_ops/v3-client/server.go                    |  70 ++++++++-----
 traffic_ops_ort/atstccfg/toreqnew/toreqnew.go      |   8 +-
 traffic_ops_ort/t3c/config/config.go               |  23 +++--
 traffic_ops_ort/t3c/t3c.go                         |  14 ++-
 traffic_ops_ort/t3c/torequest/torequest.go         |   1 +
 29 files changed, 413 insertions(+), 160 deletions(-)
 copy vendor/github.com/modern-go/reflect2/relfect2_s390x.s => infrastructure/cdn-in-a-box/traffic_ops/local/.gitkeep (100%)