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/05/25 16:27:34 UTC

[trafficcontrol] branch master updated (f87ccb4a13 -> 9485261063)

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 f87ccb4a13 Fix unable to delete newly created Capability (#7534)
     add 9485261063 [TPv2] Added Role details (#7514)

No new revisions were added by this update.

Summary of changes:
 .../traffic-portal/nightwatch/globals/globals.ts   |   2 +
 .../capabilityDetails.ts => users/roleDetail.ts}   |  19 +--
 .../tests/{statuses => users/role}/detail.spec.ts  |  28 +++--
 .../src/app/api/testing/user.service.ts            |  97 +++++++++++-----
 .../src/app/api/user.service.spec.ts               |  41 ++++++-
 .../traffic-portal/src/app/api/user.service.ts     |  33 ++++++
 .../traffic-portal/src/app/core/core.module.ts     |   4 +
 .../roles/detail/role-detail.component.html}       |  18 +--
 .../roles/detail/role-detail.component.spec.ts}    |  84 ++++++++------
 .../users/roles/detail/role-detail.component.ts    | 127 +++++++++++++++++++++
 .../users/roles/table/roles-table.component.html   |   3 +-
 .../roles/table/roles-table.component.spec.ts      |  45 ++++++--
 .../users/roles/table/roles-table.component.ts     |  42 +++++--
 13 files changed, 424 insertions(+), 119 deletions(-)
 copy experimental/traffic-portal/nightwatch/page_objects/{servers/capabilities/capabilityDetails.ts => users/roleDetail.ts} (64%)
 copy experimental/traffic-portal/nightwatch/tests/{statuses => users/role}/detail.spec.ts (59%)
 copy experimental/traffic-portal/src/app/core/{servers/capabilities/capability-details/capability-details.component.html => users/roles/detail/role-detail.component.html} (61%)
 copy experimental/traffic-portal/src/app/core/{servers/capabilities/capability-details/capability-details.component.spec.ts => users/roles/detail/role-detail.component.spec.ts} (55%)
 create mode 100644 experimental/traffic-portal/src/app/core/users/roles/detail/role-detail.component.ts