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 d385dcb04e Update TP to use API v5 (#7766)
add 9d3c806aae TO: Add fields to servers v5 endpoints to indicate update
failures (#7750)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 1 +
docs/source/api/v5/servers.rst | 20 ++-
docs/source/api/v5/servers_hostname_update.rst | 6 +-
.../api/v5/servers_hostname_update_status.rst | 2 +
lib/go-tc/servers.go | 70 +++++++++-
lib/go-tc/servers_test.go | 12 +-
...2023082308560644_server_update_status.down.sql} | 9 +-
...> 2023082308560644_server_update_status.up.sql} | 9 +-
traffic_ops/testing/api/v5/cdn_locks_test.go | 20 ++-
.../testing/api/v5/servers_hostname_update_test.go | 32 ++++-
.../traffic_ops_golang/dbhelpers/db_helpers.go | 24 ++++
traffic_ops/traffic_ops_golang/server/servers.go | 14 ++
.../traffic_ops_golang/server/servers_test.go | 23 +++-
.../server/servers_update_status.go | 94 +++++++------
.../server/servers_update_status_test.go | 152 +++++++++++----------
traffic_ops/traffic_ops_golang/server/update.go | 65 +++++++--
traffic_ops/v5-client/server.go | 4 +-
traffic_ops/v5-client/server_update_status.go | 13 +-
18 files changed, 401 insertions(+), 169 deletions(-)
copy traffic_ops/app/db/migrations/{2022030308363540_add_dnssec_perms.down.sql
=> 2023082308560644_server_update_status.down.sql} (86%)
copy traffic_ops/app/db/migrations/{2022030308363540_add_dnssec_perms.down.sql
=> 2023082308560644_server_update_status.up.sql} (80%)