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/02/18 21:56:13 UTC

[trafficcontrol] branch master updated (89ab66e -> b084b66)

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 89ab66e  TP: Fixes missing ecs enabled property on a number of ds tables (#4400)
     add b084b66  Update generic API Create to allow arrays in POST if set on object (#4356)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 docs/source/api/parameters.rst                     |   2 -
 docs/source/api/profileparameters.rst              |   2 -
 traffic_ops/client/parameter.go                    |  58 ++++++---
 traffic_ops/client/profile_parameter.go            |  19 +++
 traffic_ops/testing/api/v1/parameters_test.go      |  14 +++
 .../testing/api/v1/profile_parameters_test.go      |  55 +++++++++
 traffic_ops/testing/api/v1/withobjs_test.go        |   8 +-
 .../traffic_ops_golang/api/shared_handlers.go      | 131 ++++++++++++++++++---
 .../traffic_ops_golang/api/shared_interfaces.go    |   5 +
 .../traffic_ops_golang/parameter/parameters.go     |   2 +
 .../profileparameter/profile_parameters.go         |   6 +-
 12 files changed, 257 insertions(+), 46 deletions(-)