You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by an...@apache.org on 2019/03/05 14:00:29 UTC

[incubator-dlab] branch DLAB-375 updated (88a7d94 -> d437305)

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

ankovalyshyn pushed a change to branch DLAB-375
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


    from 88a7d94  [DLAB-375]: missed entry Components declaration added
     new ea2520a  [DLAB-375]: deprecated imports cleanup
     new d437305  [DLAB-375]: deprecated imports cleanup

The 5595 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:
 .../main/resources/webapp/src/app/app.module.ts    |   2 -
 .../resources/webapp/src/app/app.routing.module.ts |   5 -
 .../src/app/core/services/cloudProvider.guard.ts   |   2 -
 .../src/app/core/services/healthStatus.service.ts  |   4 +-
 .../backup-dilog/backup-dilog.component.html       |  81 ------
 .../backup-dilog/backup-dilog.component.scss       |  25 --
 .../backup-dilog/backup-dilog.component.ts         |  74 ------
 .../app/health-status/environment-status.model.ts  |  53 ----
 .../health-status-grid.component.html              |  68 -----
 .../health-status-grid.component.scss              |  23 --
 .../health-status-grid.component.ts                |  86 -------
 .../app/health-status/health-status.component.html |  49 ----
 .../app/health-status/health-status.component.scss |  36 ---
 .../app/health-status/health-status.component.ts   | 230 -----------------
 .../src/app/health-status/health-status.module.ts  |  70 -----
 .../manage-environment-dilog.component.html        |  72 ------
 .../manage-environment-dilog.component.scss        |  86 -------
 .../manage-environment-dilog.component.ts          | 126 ---------
 .../group-name-validarion.directive.ts             |  36 ---
 .../manage-roles-groups.component.html             | 154 -----------
 .../manage-roles-groups.component.scss             | 282 ---------------------
 .../manage-roles-groups.component.ts               | 189 --------------
 .../ssn-monitor/ssn-monitor.component.html         | 116 ---------
 .../ssn-monitor/ssn-monitor.component.scss         |  49 ----
 .../ssn-monitor/ssn-monitor.component.ts           |  58 -----
 .../resources-grid/resources-grid.component.ts     |   2 +-
 .../src/app/shared/navbar/navbar.component.html    |   5 +-
 .../src/app/shared/navbar/navbar.component.ts      |   2 +-
 28 files changed, 5 insertions(+), 1980 deletions(-)
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/backup-dilog/backup-dilog.component.html
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/backup-dilog/backup-dilog.component.scss
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/backup-dilog/backup-dilog.component.ts
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/environment-status.model.ts
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/health-status-grid/health-status-grid.component.html
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/health-status-grid/health-status-grid.component.scss
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/health-status-grid/health-status-grid.component.ts
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/health-status.component.html
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/health-status.component.scss
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/health-status.component.ts
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/health-status.module.ts
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/manage-environment/manage-environment-dilog.component.html
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/manage-environment/manage-environment-dilog.component.scss
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/manage-environment/manage-environment-dilog.component.ts
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/manage-roles-groups/group-name-validarion.directive.ts
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/manage-roles-groups/manage-roles-groups.component.html
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/manage-roles-groups/manage-roles-groups.component.scss
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/manage-roles-groups/manage-roles-groups.component.ts
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/ssn-monitor/ssn-monitor.component.html
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/ssn-monitor/ssn-monitor.component.scss
 delete mode 100644 services/self-service/src/main/resources/webapp/src/app/health-status/ssn-monitor/ssn-monitor.component.ts


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org