This is an automated email from the ASF dual-hosted git repository.

hshpak pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


    from bdb8503a5 Merge pull request #1683 from apache/DATALAB-2889
     add 1a6f310ba added directive for validating
     add f9132443d minor fix
     new 0950350f5 Merge pull request #1685 from 
apache/fix/DATALAB-2863/group-name-validation

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../app/administration/administration.module.ts    |  5 +-
 .../webapp/src/app/administration/roles/index.ts   | 14 +++---
 .../app/administration/roles/roles.component.html  |  1 +
 .../app/administration/roles/roles.component.ts    | 18 +++-----
 .../webapp/src/app/core/directives/index.ts        | 19 ++++++--
 .../directives/is-group-name-unique.directive.ts   | 54 ++++++++++++++++++++++
 .../project.model.ts => core/models/role.model.ts} | 34 ++++++++------
 .../app/core/services/rolesManagement.service.ts   | 11 +----
 8 files changed, 109 insertions(+), 47 deletions(-)
 create mode 100644 
services/self-service/src/main/resources/webapp/src/app/core/directives/is-group-name-unique.directive.ts
 copy 
services/self-service/src/main/resources/webapp/src/app/{administration/project/project.model.ts
 => core/models/role.model.ts} (61%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to