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 1d873f3 TP: adds the ability to add/remove required server
capabilities from DS (#4035)
add 356f2db Rewrite PUT /api/1.1/servers/:id/status to Go (#4030)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 1 +
lib/go-tc/servers.go | 19 ++-
lib/go-util/num.go | 45 +++++++
lib/go-util/num_test.go | 62 +++++++++
.../{steering.go => server_update_status.go} | 28 ++--
.../testing/api/v14/serverupdatestatus_test.go | 149 +++++++++++++++++++++
traffic_ops/testing/api/v14/tc-fixtures.json | 75 ++++++++---
.../traffic_ops_golang/dbhelpers/db_helpers.go | 86 ++++++++++++
traffic_ops/traffic_ops_golang/routing/routes.go | 3 +
.../traffic_ops_golang/server/put_status.go | 137 +++++++++++++++++++
10 files changed, 580 insertions(+), 25 deletions(-)
copy traffic_ops/client/{steering.go => server_update_status.go} (56%)
create mode 100644 traffic_ops/testing/api/v14/serverupdatestatus_test.go
create mode 100644 traffic_ops/traffic_ops_golang/server/put_status.go