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 214ebb08dc Fix Pkg to Only Add Weasel if Already Exists (#6977)
add d5dc15c01a Add the ability to register users to TPv2 (#6968)
No new revisions were added by this update.
Summary of changes:
.../src/app/api/testing/user.service.ts | 52 +++++++++++++
.../traffic-portal/src/app/api/user.service.ts | 56 ++++++++++++++
.../traffic-portal/src/app/core/core.module.ts | 4 +-
.../user-registration-dialog.component.html | 38 ++++++++++
.../user-registration-dialog.component.scss} | 35 ++++++---
.../user-registration-dialog.component.spec.ts | 68 +++++++++++++++++
.../user-registration-dialog.component.ts | 87 ++++++++++++++++++++++
.../src/app/core/users/users.component.html | 6 +-
.../src/app/core/users/users.component.spec.ts | 4 +-
.../src/app/core/users/users.component.ts | 13 +++-
10 files changed, 347 insertions(+), 16 deletions(-)
create mode 100644
experimental/traffic-portal/src/app/core/users/user-registration-dialog/user-registration-dialog.component.html
copy
experimental/traffic-portal/src/app/{login/reset-password-dialog/reset-password-dialog.component.scss
=>
core/users/user-registration-dialog/user-registration-dialog.component.scss}
(62%)
create mode 100644
experimental/traffic-portal/src/app/core/users/user-registration-dialog/user-registration-dialog.component.spec.ts
create mode 100644
experimental/traffic-portal/src/app/core/users/user-registration-dialog/user-registration-dialog.component.ts