You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by sh...@apache.org on 2022/03/07 23:00:50 UTC

[trafficcontrol] branch master updated (8b28cac -> bbc5f8f)

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 8b28cac  Fix stored DSRs cannot be unmarshaled after changes to DS JSON representation (#6582)
     add bbc5f8f  Upgrade Profiles Traffic Portal view to use AG-Grid tables (#6404)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   9 +-
 traffic_portal/app/src/app.js                      |   2 -
 .../common/modules/form/cdn/FormCDNController.js   |   2 +-
 .../modules/table/agGrid/CommonGridController.js   | 119 +++++
 .../cdnProfiles/TableCDNProfilesController.js      |  55 ---
 .../src/common/modules/table/cdnProfiles/index.js  |  21 -
 .../table/cdnProfiles/table.cdnProfiles.tpl.html   |  68 ---
 .../modules/table/cdns/TableCDNsController.js      |   2 +-
 .../table/profiles/TableProfilesController.js      | 519 ++++++++++++---------
 .../modules/table/profiles/table.profiles.tpl.html |  68 +--
 .../app/src/modules/private/cdns/profiles/index.js |  42 --
 traffic_portal/test/integration/Data/profiles.ts   |  52 +--
 .../integration/PageObjects/ProfilesPage.po.ts     | 255 +++++-----
 .../test/integration/specs/Profiles.spec.ts        | 124 ++---
 14 files changed, 640 insertions(+), 698 deletions(-)
 delete mode 100644 traffic_portal/app/src/common/modules/table/cdnProfiles/TableCDNProfilesController.js
 delete mode 100644 traffic_portal/app/src/common/modules/table/cdnProfiles/index.js
 delete mode 100644 traffic_portal/app/src/common/modules/table/cdnProfiles/table.cdnProfiles.tpl.html
 delete mode 100644 traffic_portal/app/src/modules/private/cdns/profiles/index.js