This is an automated email from the ASF dual-hosted git repository.
ankovalyshyn pushed a change to branch feature/projects
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.
from 761393d [DLAB-631]: fixed parameters passing impacted prod build
new 72b6fb9 [DLAB-631]: fixed backdrop issue on 403 page
new 536904e [DLAB-631]: added Delete Endpoint
new 484d8d6 [DLAB-631]: added admin guard to check user access
new deffced [DLAB-631]: modified passageway to check user access
new 9598995 [DLAB-631]: moved manage roles functionality into separate
page
new 766d0f9 [DLAB-631]: moved manage roles functionality into separate
page
new 3c78764 [DLAB-631]: added roles to navigation
new 397c9f3 [DLAB-631]: added tabs with endpoints list
new 182e9c2 [DLAB-631]: added ability to delete endpoints with
confirmation
new 8cee4bb [DLAB-631]: tabs component fixes
The 10 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/access-denied/access-denied.component.scss | 5 -
.../app/administration/administration.module.ts | 5 +-
.../management/endpoints/endpoints.component.html | 80 +++++++---
.../management/endpoints/endpoints.component.scss | 42 ++++++
.../management/endpoints/endpoints.component.ts | 15 +-
.../src/app/administration/management/index.ts | 7 -
.../manage-roles-groups.component.html | 154 --------------------
.../management/management.component.html | 44 +++---
.../management/management.component.ts | 92 ++++++------
.../administration/project/project.component.html | 2 +-
.../group-name-validarion.directive.ts | 0
.../scheduler => administration/roles}/index.ts | 21 +--
.../app/administration/roles/roles.component.html | 161 +++++++++++++++++++++
.../roles.component.scss} | 0
.../roles.component.ts} | 82 +++++++++--
.../resources/webapp/src/app/app.routing.module.ts | 11 +-
.../resources/webapp/src/app/core/core.module.ts | 2 +
.../{cloudProvider.guard.ts => admin.quard.ts} | 4 +-
.../services/applicationServiceFacade.service.ts | 6 +
.../src/app/core/services/cloudProvider.guard.ts | 2 +-
.../src/app/core/services/endpoint.service.ts | 9 ++
.../src/app/core/services/healthStatus.service.ts | 8 +-
.../webapp/src/app/core/services/index.ts | 1 +
.../manage-ungit/manage-ungit.component.html | 2 +-
.../src/app/shared/navbar/navbar.component.html | 15 +-
.../src/app/shared/navbar/navbar.component.scss | 34 +++--
.../webapp/src/assets/styles/_general.scss | 1 +
.../src/main/resources/webapp/src/styles.scss | 4 +-
28 files changed, 496 insertions(+), 313 deletions(-)
delete mode 100644
services/self-service/src/main/resources/webapp/src/app/administration/management/manage-roles-groups/manage-roles-groups.component.html
rename
services/self-service/src/main/resources/webapp/src/app/administration/{management/manage-roles-groups
=> roles}/group-name-validarion.directive.ts (100%)
copy
services/self-service/src/main/resources/webapp/src/app/{resources/scheduler =>
administration/roles}/index.ts (71%)
create mode 100644
services/self-service/src/main/resources/webapp/src/app/administration/roles/roles.component.html
rename
services/self-service/src/main/resources/webapp/src/app/administration/{management/manage-roles-groups/manage-roles-groups.component.scss
=> roles/roles.component.scss} (100%)
rename
services/self-service/src/main/resources/webapp/src/app/administration/{management/manage-roles-groups/manage-roles-groups.component.ts
=> roles/roles.component.ts} (68%)
copy
services/self-service/src/main/resources/webapp/src/app/core/services/{cloudProvider.guard.ts
=> admin.quard.ts} (91%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]