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

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


    from 6ae0a25  [DLAB-373]: fixed issue with dowmloading csv report and pem 
key
     new 0cbdaf3  [DLAB-373]: updated cdk and material packages
     new fd0d3d5  [DLAB-373]: moved loading of BrowserAnimationsModule to the 
top of list
     new 524758d  [DLAB-373]: replaced mat input component with field wrapper
     new 0c8362c  [DLAB-373]: adapted ng rangepicher with new packages versions
     new dd1f4d8  [DLAB-373]: fixed initialUserAccessKeyCheck added takeWhile 
alive
     new ccd3c2b  [DLAB-373]: fixed error parse format on auth check request
     new 807d13b  [DLAB-373]: added redirect to login page on unauthorized 
response
     new 7d4016c  [DLAB-373]: added notification module
     new 55daf6f  [DLAB-373]: removed unused service files
     new d953944  [DLAB-373]: added missed license header
     new f6c1ec8  [DLAB-373]: fixed issue with backup response reader
     new 747003a  [DLAB-373]: updated toasts templates according new 
notification module

The 5562 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:
 .../src/main/resources/webapp/angular.json         |   3 +-
 .../src/main/resources/webapp/package-lock.json    |  48 +++++++---
 .../src/main/resources/webapp/package.json         |   8 +-
 .../app/access-denied/access-denied.component.scss |   1 +
 .../app/access-denied/access-denied.component.ts   |   1 +
 .../main/resources/webapp/src/app/app.module.ts    |  14 ++-
 ...p.token.interceptor.ts => error.interceptor.ts} |  43 +++++----
 .../core/interceptors/httpInterceptor.service.ts   | 103 ---------------------
 .../core/interceptors/logInterceptor.factory.ts    |  26 ------
 .../webapp/src/app/core/pipes/highlight.pipe.ts    |   3 +-
 .../core/services/applicationSecurity.service.ts   |   5 +-
 .../services/applicationServiceFacade.service.ts   |   2 +-
 .../services/dataengineConfiguration.service.ts    |   1 -
 .../src/app/core/services/healthStatus.service.ts  |   1 -
 .../core/services/librariesInstallation.service.ts |   1 -
 .../src/app/core/services/manageUngit.service.ts   |   1 -
 .../src/app/core/services/storage.service.ts       |  18 ++++
 .../health-status-grid.component.ts                |  23 ++---
 .../app/health-status/health-status.component.ts   |  79 ++++++----------
 .../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 +-
 .../src/app/management/management.component.ts     |  14 +--
 .../src/app/reporting/reporting.component.ts       |  16 ++--
 .../webapp/src/app/reporting/reporting.module.ts   |  10 +-
 .../app/reporting/toolbar/toolbar.component.html   |   2 +-
 .../src/app/reporting/toolbar/toolbar.component.ts |  25 +++--
 .../cluster-details/cluster-details.component.ts   |  19 ++--
 ...mputational-resource-create-dialog.component.ts |  18 ++--
 .../computational-resources-list.component.ts      |  15 +--
 .../ami-create-dialog.component.ts                 |  16 +---
 .../detail-dialog/detail-dialog.component.ts       |  20 ++--
 ...loratory-environment-create-dialog.component.ts |  20 ++--
 .../install-libraries.component.ts                 |  17 +---
 .../manage-ungit/manage-ungit.component.ts         |  16 +---
 .../resources-grid/resources-grid.component.ts     |  17 +---
 .../src/app/resources/resources.component.ts       |  12 +--
 .../app/resources/scheduler/scheduler.component.ts |  27 ++----
 .../confirmation-dialog.component.ts               |  12 +--
 .../key-upload-dialog.component.ts                 |  12 +--
 .../src/app/shared/navbar/navbar.component.ts      |  20 ++--
 .../shared/time-picker/time-picker.component.ts    |   4 +-
 .../src/main/resources/webapp/src/styles.scss      |   9 +-
 .../main/resources/webapp/src/tsconfig.app.json    |   8 +-
 .../src/main/resources/webapp/tsconfig.json        |  15 ++-
 46 files changed, 274 insertions(+), 466 deletions(-)
 copy 
services/self-service/src/main/resources/webapp/src/app/core/interceptors/{http.token.interceptor.ts
 => error.interceptor.ts} (51%)
 delete mode 100644 
services/self-service/src/main/resources/webapp/src/app/core/interceptors/httpInterceptor.service.ts
 delete mode 100644 
services/self-service/src/main/resources/webapp/src/app/core/interceptors/logInterceptor.factory.ts


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

Reply via email to