You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2019/12/12 16:33:15 UTC

[trafficcontrol] branch master updated (e3c48b6 -> fb67aa5)

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

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


    from e3c48b6  Added Cache Groups overview section (#4154)
     add fb67aa5  Add Go implementation of POST servers/{id}/queue_update (#4181)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 lib/go-tc/servers.go                               |  20 +++++
 traffic_ops/client/server_update_status.go         |  31 +++++++
 .../testing/api/v14/serverupdatestatus_test.go     |  74 +++++++++++++++
 traffic_ops/traffic_ops_golang/routing/routes.go   |   1 +
 .../traffic_ops_golang/server/queue_update.go      | 100 +++++++++++++++++++++
 6 files changed, 227 insertions(+)
 create mode 100644 traffic_ops/traffic_ops_golang/server/queue_update.go