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/18 13:47:28 UTC

[trafficcontrol] branch master updated (0d3b849 -> be43e76)

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 0d3b849  Fix merge non-conflict error (#5300)
     add be43e76  Add validation to topology updates and server updates/deletions (#5299)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 traffic_ops/testing/api/v3/servers_test.go         |  63 +++-
 traffic_ops/testing/api/v3/tc-fixtures.json        | 335 +++++++++++++++++++++
 traffic_ops/testing/api/v3/topologies_test.go      |  66 +++-
 .../traffic_ops_golang/dbhelpers/db_helpers.go     |  45 +++
 traffic_ops/traffic_ops_golang/server/servers.go   |  64 ++--
 .../traffic_ops_golang/topology/topologies.go      |  95 ++++--
 7 files changed, 602 insertions(+), 67 deletions(-)