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 2019/11/21 21:54:54 UTC

[trafficcontrol] branch master updated (56b00cc -> e3ca5fa)

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

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


    from 56b00cc  Block server type update when server is assigned DSes (#4136)
     add e3ca5fa  Add top level golang linter and golang unit test (#4106)

No new revisions were added by this update.

Summary of changes:
 traffic_ops/app/lib/API/Keys.pm => .golangci.yml   | 44 ++++++++++-----------
 .../cdn-in-a-box/cache/run.sh => Makefile          | 19 ++++-----
 experimental/traffic_ops_auth/traffic_ops_auth.go  |  5 +--
 .../traffic_router_golang/cgsrch/cgsrch.go         |  2 +-
 .../crconfigdsservers/crconfigdsservers.go         | 10 ++---
 .../crconfigpoller/crconfigpoller.go               | 10 ++---
 .../crstatespoller/crstatespoller.go               | 10 ++---
 .../traffic_router_golang/httpsrvr/httpsrvr.go     | 10 ++---
 experimental/traffic_router_golang/ipmap/ipmap.go  |  2 +-
 .../quadtree/quadtree_test.go                      |  4 +-
 .../traffic_router_golang/traffic_router_golang.go | 16 ++++----
 experimental/webfront/simpleserver/simpleserver.go | 20 +++++-----
 experimental/webfront/webfront.go                  | 46 +++++++++++-----------
 test/router/client/client.go                       | 13 +++---
 test/router/data/httpresult.go                     |  6 +--
 test/router/dnssec/dnssec.go                       | 30 +++++++-------
 test/router/dnssec/dnssec_suite_test.go            | 15 ++++---
 test/router/dnssec/dnssec_test.go                  |  6 +--
 test/router/load/load.go                           |  9 ++---
 test/router/server/server.go                       | 28 ++++++-------
 .../dns/set-self-dns.sh => tools/golang/Dockerfile | 41 ++++++++++---------
 .../tests => tools/golang}/docker-compose.yml      | 22 ++++++-----
 traffic_ops/client/server.go                       |  5 +--
 .../install/bin/convert_profile/convert_profile.go |  3 +-
 .../servers_to_deliveryservice_assignment_test.go  |  6 +--
 traffic_ops/testing/compare/compare.go             | 10 ++---
 traffic_router/tomcat-rpm/tomcat.spec              |  2 +-
 27 files changed, 188 insertions(+), 206 deletions(-)
 copy traffic_ops/app/lib/API/Keys.pm => .golangci.yml (51%)
 copy infrastructure/cdn-in-a-box/cache/run.sh => Makefile (77%)
 mode change 100755 => 100644
 copy infrastructure/cdn-in-a-box/dns/set-self-dns.sh => tools/golang/Dockerfile (50%)
 mode change 100755 => 100644
 copy {traffic_monitor/tests => tools/golang}/docker-compose.yml (73%)