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 2020/04/09 17:53:34 UTC

[trafficcontrol] branch master updated (94cb5fd -> 764aaf0)

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 94cb5fd  Fixed segfault in types test when a test fails (#4622)
     add 764aaf0  Update Go to version 1.14 (#4573)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  2 ++
 build/functions.sh                                 |  6 ++--
 docs/source/admin/traffic_ops.rst                  |  7 +++--
 docs/source/admin/traffic_vault.rst                | 15 ++++++----
 docs/source/development/traffic_ops.rst            |  2 +-
 grove/build/build_rpm.sh                           |  2 +-
 grove/grovetccfg/build/build_rpm.sh                |  2 +-
 .../cdn-in-a-box/docker-compose.expose-ports.yml   |  1 +
 infrastructure/cdn-in-a-box/enroller/Dockerfile    |  2 +-
 infrastructure/cdn-in-a-box/traffic_ops/config.sh  |  3 +-
 .../traffic_ops_integration_test/Dockerfile        |  2 +-
 .../cdn-in-a-box/traffic_vault/Dockerfile          |  2 +-
 .../traffic_vault/prestart.d/00-config.sh          | 21 ++++++++------
 infrastructure/docker/build/Dockerfile-grove       |  6 ++--
 infrastructure/docker/build/Dockerfile-grovetccfg  |  6 ++--
 .../docker/build/Dockerfile-traffic_monitor        |  6 ++--
 infrastructure/docker/build/Dockerfile-traffic_ops |  6 ++--
 .../docker/build/Dockerfile-traffic_stats          |  6 ++--
 infrastructure/docker/traffic_vault/Dockerfile     |  2 +-
 tools/golang/Dockerfile                            |  2 +-
 traffic_monitor/tests/Dockerfile-golangtest        |  2 +-
 traffic_ops/app/bin/tests/Dockerfile-golangtest    |  2 +-
 traffic_ops/app/conf/development/riak.conf         |  1 +
 traffic_ops/app/conf/integration/riak.conf         |  1 +
 traffic_ops/app/conf/production/riak.conf          |  3 +-
 traffic_ops/app/conf/test/riak.conf                |  1 +
 traffic_ops/build/traffic_ops.spec                 |  2 +-
 traffic_ops/install/bin/install_go.sh              |  2 +-
 traffic_ops/traffic_ops_golang/README.md           |  2 +-
 .../traffic_ops_golang/config/config_test.go       |  7 +++--
 .../traffic_ops_golang/riaksvc/riak_services.go    | 32 ++++++++++++++++++++--
 .../riaksvc/riak_services_test.go                  | 29 ++++++++++++++++++++
 .../traffic_ops_golang/swaggerdocs/v13/Dockerfile  |  4 +--
 33 files changed, 133 insertions(+), 56 deletions(-)