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/01/03 21:59:02 UTC

[trafficcontrol] branch master updated (34f2734 -> 7da5af9)

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 34f2734  TO image: Copy files from a previous build stage instead of trafficops-perl (#4247)
     add 7da5af9  Rewrite GET stats_summary from Perl to Golang (#4127)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 docs/source/api/stats_summary.rst                  | 176 ++++++++++++++++++++
 lib/go-tc/stats_summary.go                         | 120 ++++++++++++--
 traffic_ops/client/stats_summary.go                | 126 +++++----------
 traffic_ops/testing/api/v14/stats_summary_test.go  | 179 +++++++++++++++++++++
 traffic_ops/testing/api/v14/tc-fixtures.json       |  16 ++
 .../testing/api/v14/traffic_control_test.go        |   1 +
 traffic_ops/traffic_ops_golang/routing/routes.go   |   3 +
 .../trafficstats/stats_summary.go                  | 124 ++++++++++++++
 traffic_stats/traffic_stats.go                     |  27 ++--
 .../vendor/github.com/apache/trafficcontrol/lib    |   1 -
 .../apache/trafficcontrol/traffic_ops/client       |   1 -
 12 files changed, 658 insertions(+), 117 deletions(-)
 create mode 100644 docs/source/api/stats_summary.rst
 create mode 100644 traffic_ops/testing/api/v14/stats_summary_test.go
 create mode 100644 traffic_ops/traffic_ops_golang/trafficstats/stats_summary.go
 delete mode 120000 traffic_stats/vendor/github.com/apache/trafficcontrol/lib
 delete mode 120000 traffic_stats/vendor/github.com/apache/trafficcontrol/traffic_ops/client