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/03/18 20:35:38 UTC

[trafficcontrol] branch master updated (34644fb -> 9df229d)

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 34644fb  Removed references to '/internal/' API endpoints (#4494)
     add 9df229d  Only allow changing of types based on useintable (#4406)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   1 +
 docs/source/api/v1/types_id.rst                    | 139 ++++++++++++++++++++-
 docs/source/api/v2/types.rst                       |  76 +++++++++++
 .../api/v2/{parameters_id.rst => types_id.rst}     | 123 +++++++++---------
 traffic_ops/testing/api/v2/types_test.go           | 117 +++++++++++------
 traffic_ops/traffic_ops_golang/types/types.go      |  46 ++++++-
 traffic_ops/traffic_ops_golang/types/types_test.go |  58 +++++++++
 .../common/modules/form/type/FormTypeController.js |   4 +-
 .../common/modules/form/type/form.type.tpl.html    |   2 +-
 .../modules/form/type/new/FormNewTypeController.js |   1 +
 10 files changed, 465 insertions(+), 102 deletions(-)
 copy docs/source/api/v2/{parameters_id.rst => types_id.rst} (53%)