You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by bh...@apache.org on 2019/02/25 10:32:59 UTC

[incubator-dlab] 01/01: Merge pull request #14 from apache/bugfix-DLAB-311

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

bhliva pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 819905325f9c534d86875c419c6af976481f0361
Merge: 1867260 5da9dad
Author: bhliva <bo...@ukr.net>
AuthorDate: Mon Feb 25 12:32:54 2019 +0200

    Merge pull request #14 from apache/bugfix-DLAB-311
    
    [DLAB-363]: Updated Angular version and related dependency

 .../src/main/resources/webapp/.angular-cli.json    |    61 -
 .../src/main/resources/webapp/angular.json         |   136 +
 .../src/main/resources/webapp/package-lock.json    | 15755 +++++++++++++++++++
 .../src/main/resources/webapp/package.json         |    44 +-
 .../app/access-denied/access-denied.component.scss |     1 +
 .../app/access-denied/access-denied.component.ts   |     1 +
 .../main/resources/webapp/src/app/app.module.ts    |    31 +-
 .../dictionary => collections}/dictionary.ts       |    10 +-
 .../idictionary.ts => collections/index.ts}        |    12 +-
 .../resources/webapp/src/app/core/core.module.ts   |     4 +-
 .../app/core/directives/click-outside.directive.ts |    20 +-
 .../src/app/core/interceptors/error.interceptor.ts |    57 +
 .../core/interceptors/http.token.interceptor.ts    |    46 +
 .../core/interceptors/httpInterceptor.service.ts   |   100 -
 .../core/interceptors/logInterceptor.factory.ts    |    26 -
 .../nocache.interceptor.ts}                        |    26 +-
 ...mputationalResourceApplicationTemplate.model.ts |     3 +-
 .../models/computationalResourceImage.model.ts     |     4 +-
 .../models/exploratoryEnvironmentVersion.model.ts  |     3 +-
 .../app/core/models/resourceShapeTypes.model.ts    |     2 +-
 .../webapp/src/app/core/pipes/highlight.pipe.ts    |     3 +-
 .../core/services/applicationSecurity.service.ts   |   201 +-
 .../services/applicationServiceFacade.service.ts   |   325 +-
 .../src/app/core/services/authorization.guard.ts   |     2 +-
 .../webapp/src/app/core/services/backup.service.ts |    17 +-
 .../src/app/core/services/billingReport.service.ts |    15 +-
 .../src/app/core/services/checkParams.guard.ts     |     7 +-
 .../src/app/core/services/cloudProvider.guard.ts   |     4 +-
 .../services/dataengineConfiguration.service.ts    |    25 +-
 .../src/app/core/services/healthStatus.service.ts  |   110 +-
 .../webapp/src/app/core/services/index.ts          |     1 +
 .../core/services/librariesInstallation.service.ts |    40 +-
 .../src/app/core/services/manageUngit.service.ts   |    18 +-
 .../services/managementEnvironments.service.ts     |    15 +-
 .../app/core/services/rolesManagement.service.ts   |    45 +-
 .../src/app/core/services/scheduler.service.ts     |    25 +-
 .../src/app/core/services/storage.service.ts       |    54 +
 .../src/app/core/services/userAccessKey.service.ts |    35 +-
 .../src/app/core/services/userResource.service.ts  |    85 +-
 .../webapp/src/app/core/util/errorUtils.ts         |     9 +-
 .../webapp/src/app/core/util/fileUtils.ts          |    11 +-
 .../resources/webapp/src/app/core/util/index.ts    |     2 -
 .../health-status-grid.component.html              |     6 +-
 .../health-status-grid.component.ts                |    21 +-
 .../app/health-status/health-status.component.html |     4 +-
 .../app/health-status/health-status.component.ts   |    62 +-
 .../src/app/health-status/health-status.module.ts  |     4 +-
 .../group-name-validarion.directive.ts             |     7 +-
 .../manage-roles-groups.component.scss             |     2 +-
 .../manage-roles-groups.component.ts               |     2 +-
 .../webapp/src/app/login/login.component.css       |     7 +-
 .../webapp/src/app/login/login.component.ts        |     5 +-
 .../management-grid/management-grid.component.html |     2 +-
 .../src/app/management/management.component.ts     |    12 +-
 .../src/main/resources/webapp/src/app/operators.ts |     4 -
 .../src/app/reporting/reporting.component.ts       |    20 +-
 .../webapp/src/app/reporting/reporting.module.ts   |     6 +-
 .../src/app/reporting/toolbar/toolbar.component.ts |     5 +-
 .../cluster-details/cluster-details.component.html |     4 +-
 .../cluster-details/cluster-details.component.ts   |    15 +-
 ...utational-resource-create-dialog.component.html |    10 +-
 ...utational-resource-create-dialog.component.scss |     1 +
 ...mputational-resource-create-dialog.component.ts |    20 +-
 .../computational-resource-create.model.ts         |     2 +-
 .../computational-resource-create-dialog/index.ts  |     3 -
 .../computational-resources-list.component.html    |     2 +-
 .../computational-resources-list.component.ts      |    13 +-
 .../ami-create-dialog.component.scss               |     7 +-
 .../ami-create-dialog.component.ts                 |    14 +-
 .../detail-dialog/detail-dialog.component.html     |     4 +-
 .../detail-dialog/detail-dialog.component.ts       |    16 +-
 ...ratory-environment-create-dialog.component.html |     2 +-
 ...loratory-environment-create-dialog.component.ts |    18 +-
 .../exploratory-environment-create.model.ts        |     2 +-
 .../exploratory-environment-create-dialog/index.ts |     3 -
 .../exploratory/install-libraries/index.ts         |     3 -
 .../install-libraries.component.ts                 |    25 +-
 .../install-libraries/install-libraries.model.ts   |     2 +-
 .../manage-ungit/manage-ungit.component.ts         |    12 +-
 .../resources/manage-ungit/manage-ungit.model.ts   |     2 +-
 .../src/app/resources/resources-grid/index.ts      |     5 -
 .../resources-grid/resources-grid.component.html   |    12 +-
 .../resources-grid/resources-grid.component.ts     |    19 +-
 .../src/app/resources/resources.component.html     |     2 +-
 .../src/app/resources/resources.component.ts       |    14 +-
 .../resources/scheduler/scheduler.component.scss   |    14 +-
 .../app/resources/scheduler/scheduler.component.ts |    23 +-
 .../confirmation-dialog.component.html             |     2 +-
 .../confirmation-dialog.component.ts               |    15 +-
 .../confirmation-dialog.model.ts                   |     6 +-
 .../key-upload-dialog.component.ts                 |    12 +-
 .../key-upload-dialog/key-upload.model.ts          |     8 +-
 .../app/shared/modal-dialog/modal.component.scss   |     8 +-
 .../src/app/shared/navbar/navbar.component.ts      |    41 +-
 .../shared/time-picker/time-picker.component.ts    |     6 +-
 .../resources/webapp/src/assets/styles/_reset.scss |     3 +-
 .../resources/webapp/src/assets/styles/_theme.scss |    98 +-
 .../src/main/resources/webapp/src/polyfills.ts     |     1 -
 .../src/main/resources/webapp/src/styles.scss      |     9 +-
 .../main/resources/webapp/src/tsconfig.app.json    |     8 +-
 .../main/resources/webapp/src/tsconfig.spec.json   |    26 -
 .../src/main/resources/webapp/tsconfig.json        |    16 +-
 .../src/main/resources/webapp/tslint.json          |     2 +-
 103 files changed, 16970 insertions(+), 1120 deletions(-)


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