This is an automated email from the ASF dual-hosted git repository.
zrhoffman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
from c1f82c4000 Api v5 should return rfc3339 timestamps for static dns
entries (#7740)
add d73b065c8d Fixes Parameters V5 apis to respond with RFC3339 date/time
Format (#7708)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 1 +
docs/source/api/v5/parameters.rst | 8 +-
docs/source/api/v5/parameters_id.rst | 4 +-
lib/go-tc/parameters.go | 45 +++
traffic_ops/testing/api/v5/iso_test.go | 2 +-
traffic_ops/testing/api/v5/parameters_test.go | 10 +-
.../testing/api/v5/profile_parameters_test.go | 2 +-
traffic_ops/testing/api/v5/traffic_control_test.go | 2 +-
.../traffic_ops_golang/dbhelpers/db_helpers.go | 15 +
.../traffic_ops_golang/parameter/parameters.go | 341 +++++++++++++++++++++
traffic_ops/traffic_ops_golang/routing/routes.go | 8 +-
traffic_ops/v5-client/parameter.go | 10 +-
12 files changed, 425 insertions(+), 23 deletions(-)