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 2019/11/04 16:07:17 UTC

[trafficcontrol] branch master updated (11f64f6 -> e9143e0)

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 11f64f6  Fix silenced error in Server Capability delete server in TP (#4073)
     add e9143e0  Add atstccfg meta config (#4063)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   3 +-
 lib/go-atscfg/meta.go                              | 175 +++++++++++++++
 lib/go-atscfg/meta_test.go                         | 240 +++++++++++++++++++++
 traffic_ops/ort/atstccfg/meta.go                   | 229 ++++++++++++++++++++
 traffic_ops/ort/atstccfg/routing.go                |  17 +-
 traffic_ops/testing/api/v14/atsconfig_meta_test.go |  16 +-
 .../traffic_ops_golang/ats/atsserver/meta.go       | 162 ++------------
 traffic_ops/traffic_ops_golang/ats/db.go           |  33 +--
 traffic_ops/traffic_ops_golang/routing/routes.go   |   2 +-
 9 files changed, 705 insertions(+), 172 deletions(-)
 create mode 100644 lib/go-atscfg/meta.go
 create mode 100644 lib/go-atscfg/meta_test.go
 create mode 100644 traffic_ops/ort/atstccfg/meta.go