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 b8159abbc0 Move assert functionality (#7288)
add 7b8e4137cc Added ASN table for TPv2 (#7362)
No new revisions were added by this update.
Summary of changes:
.../traffic-portal/nightwatch/globals/globals.ts | 15 +++++
.../typesTable.ts => cacheGroups/asnsTable.ts} | 17 +++---
.../tenant => cacheGroups/asns}/table.spec.ts | 6 +-
.../src/app/api/cache-group.service.ts | 32 +++++++++++
.../src/app/api/testing/cache-group.service.ts | 46 +++++++++++++++-
.../asns/table/asns-table.component.html} | 9 +--
.../table/asns-table.component.scss} | 0
.../table/asns-table.component.spec.ts} | 14 ++---
.../table/asns-table.component.ts} | 64 ++++++++++------------
.../cache-group-table.component.spec.ts | 36 +++++++-----
.../cache-group-table.component.ts | 8 +--
.../traffic-portal/src/app/core/core.module.ts | 3 +
.../app/shared/navigation/navigation.service.ts | 3 +
13 files changed, 178 insertions(+), 75 deletions(-)
copy experimental/traffic-portal/nightwatch/page_objects/{types/typesTable.ts
=> cacheGroups/asnsTable.ts} (71%)
copy experimental/traffic-portal/nightwatch/tests/{users/tenant =>
cacheGroups/asns}/table.spec.ts (85%)
copy
experimental/traffic-portal/src/app/core/{types/table/types-table.component.html
=> cache-groups/asns/table/asns-table.component.html} (72%)
copy
experimental/traffic-portal/src/app/core/cache-groups/{divisions/table/divisions-table.component.scss
=> asns/table/asns-table.component.scss} (100%)
copy
experimental/traffic-portal/src/app/core/cache-groups/{regions/table/regions-table.component.spec.ts
=> asns/table/asns-table.component.spec.ts} (81%)
copy
experimental/traffic-portal/src/app/core/cache-groups/{regions/table/regions-table.component.ts
=> asns/table/asns-table.component.ts} (67%)