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 2023/04/10 15:25:58 UTC

[trafficcontrol] branch master updated (375b10dc00 -> 6a4bc56d42)

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 375b10dc00 Bump vm2 from 3.9.11 to 3.9.15 in /traffic_portal/app/src (#7438)
     add 6a4bc56d42 TPv2 have tests use sidebar (#7398)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/tpv2.yml                         |   7 +-
 experimental/traffic-portal/karma.conf.js          |   5 +-
 .../traffic-portal/nightwatch/globals/globals.ts   |   8 +-
 .../traffic-portal/nightwatch/nightwatch.conf.js   |  14 +-
 .../nightwatch/page_objects/common.ts              |  49 +++-
 .../nightwatch/page_objects/login.ts               |   2 +-
 .../tests/cacheGroups/asns/table.spec.ts           |   8 +-
 .../tests/cacheGroups/coordinates/table.spec.ts    |   8 +-
 .../tests/cacheGroups/divisions/table.spec.ts      |   8 +-
 .../tests/cacheGroups/regions/table.spec.ts        |   8 +-
 .../nightwatch/tests/cacheGroups/table.spec.ts     |   8 +-
 .../tests/deliveryServices/ds.card.spec.ts         |   8 +-
 .../tests/deliveryServices/ds.invalidate.spec.ts   |  18 +-
 .../nightwatch/tests/servers/physLoc/table.spec.ts |   8 +-
 .../nightwatch/tests/servers/servers.spec.ts       |   8 +-
 .../nightwatch/tests/types/table.spec.ts           |   8 +-
 .../nightwatch/tests/users/changeLogs.spec.ts      |   8 +-
 .../nightwatch/tests/users/tenant/table.spec.ts    |   8 +-
 .../nightwatch/tests/users/users.spec.ts           |  24 +-
 experimental/traffic-portal/package-lock.json      | 269 ++++++++++++++++++---
 experimental/traffic-portal/package.json           |   5 +-
 .../app/shared/navigation/navigation.service.ts    |  12 +-
 .../tp-sidebar/tp-sidebar.component.html           |   4 +-
 23 files changed, 393 insertions(+), 112 deletions(-)