This is an automated email from the ASF dual-hosted git repository.
shamrick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
from 8f28a9c4fd Fix sort in server's capabilities table. (#7216)
add 68184b471b APIv5 Delivery Service updates for Traffic Portal (#7210)
No new revisions were added by this update.
Summary of changes:
.../common/api/DeliveryServiceRequestService.js | 323 +++--
.../app/src/common/api/DeliveryServiceService.js | 593 +++++---
.../common/modules/chart/bps/ChartBPSController.js | 6 +-
.../chart/httpStatus/ChartHttpStatusController.js | 4 +-
.../common/modules/chart/tps/ChartTPSController.js | 4 +-
.../FormDeliveryServiceController.js | 892 ++++++------
.../edit/FormEditDeliveryServiceController.js | 504 ++++---
.../form.deliveryService.DNS.tpl.html | 41 +-
.../form.deliveryService.HTTP.tpl.html | 41 +-
.../form.deliveryService.Steering.tpl.html | 33 +-
.../form.deliveryService.anyMap.tpl.html | 22 +-
.../new/FormNewDeliveryServiceController.js | 231 +--
...DeliveryServiceConsistentHashRegexController.js | 11 +
.../FormDeliveryServiceTargetController.js | 17 +-
.../FormEditDeliveryServiceTargetController.js | 16 +-
.../new/FormNewDeliveryServiceTargetController.js | 11 +
.../common/modules/form/job/FormJobController.js | 10 +
.../modules/form/origin/FormOriginController.js | 30 +-
.../TableDeliveryServiceCapabilitiesController.js | 13 +
...ableDeliveryServiceRequestCommentsController.js | 17 +-
.../TableDeliveryServiceRequestsController.js | 100 +-
.../TableDeliveryServiceServersController.js | 46 +-
.../TableDeliveryServiceTargetsController.js | 4 +-
.../TableDeliveryServicesController.js | 23 +-
.../TableParameterProfilesController.js | 22 +-
.../TableProfileParametersController.js | 19 +-
.../TableProfilesParamsCompareController.js | 22 +-
...leServerCapabilityDeliveryServicesController.js | 17 +-
.../TableServerDeliveryServicesController.js | 16 +-
.../WidgetDeliveryServicesController.js | 18 +-
.../FormEditDeliveryServiceRequestController.js | 167 +--
.../DeliveryServiceUrlSigKeysController.js | 6 +-
traffic_portal/app/src/scripts/config.js | 7 +-
traffic_portal/package-lock.json | 1528 ++++++--------------
traffic_portal/package.json | 1 +
.../PageObjects/DeliveryServicePage.po.ts | 2 +-
36 files changed, 2331 insertions(+), 2486 deletions(-)