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/01/06 22:07:01 UTC

[trafficcontrol] branch master updated (0d9febf -> 001b75d)

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 0d9febf  updated TP to use API 1.5 and TO perl to use 1.5 (#4254)
     add 001b75d  removes the ability to create, update or delete an api endpoint from the api_capability table. Doing this depends on endpoints that are to be deprecated. (#4236)

No new revisions were added by this update.

Summary of changes:
 traffic_portal/app/src/app.js                      |  5 --
 .../app/src/common/api/EndpointService.js          | 58 +----------------
 .../form/endpoint/FormEndpointController.js        | 53 ----------------
 .../endpoint/edit/FormEditEndpointController.js    | 72 ----------------------
 .../src/common/modules/form/endpoint/edit/index.js | 21 -------
 .../modules/form/endpoint/form.endpoint.tpl.html   | 67 --------------------
 .../app/src/common/modules/form/endpoint/index.js  | 21 -------
 .../form/endpoint/new/FormNewEndpointController.js | 39 ------------
 .../src/common/modules/form/endpoint/new/index.js  | 21 -------
 .../table/endpoints/TableEndpointsController.js    | 12 +---
 .../table/endpoints/table.endpoints.tpl.html       |  5 +-
 .../src/modules/private/endpoints/edit/index.js    | 39 ------------
 .../app/src/modules/private/endpoints/new/index.js | 39 ------------
 13 files changed, 6 insertions(+), 446 deletions(-)
 delete mode 100644 traffic_portal/app/src/common/modules/form/endpoint/FormEndpointController.js
 delete mode 100644 traffic_portal/app/src/common/modules/form/endpoint/edit/FormEditEndpointController.js
 delete mode 100644 traffic_portal/app/src/common/modules/form/endpoint/edit/index.js
 delete mode 100644 traffic_portal/app/src/common/modules/form/endpoint/form.endpoint.tpl.html
 delete mode 100644 traffic_portal/app/src/common/modules/form/endpoint/index.js
 delete mode 100644 traffic_portal/app/src/common/modules/form/endpoint/new/FormNewEndpointController.js
 delete mode 100644 traffic_portal/app/src/common/modules/form/endpoint/new/index.js
 delete mode 100644 traffic_portal/app/src/modules/private/endpoints/edit/index.js
 delete mode 100644 traffic_portal/app/src/modules/private/endpoints/new/index.js