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

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


    from 7217a58  Merge pull request #1257 from apache/DATALAB-408
     add 5b309e7  [DATALAB-2347] refactored Configuration component
     add f59aaab  [DATALAB-2347] refactored Manegement component
     add c9bb91a  [DATALAB-2347] refactored Project creation component
     add 62374ea  [DATALAB-2347] refactored Project list component
     add 1263697  [DATALAB-2347] refactored Roles component
     add 173bef9  [DATALAB-2347] refactored classes in core folder
     add d99f822  [DATALAB-2347] refactored audit and billing components
     add 65060c1  [DATALAB-2347] refactored resources components
     add 3e90972  [DATALAB-2347] refactored shared components
     add e48a801  Merge branch 'develop' into DATALAB-2347
     new a2914cd  Merge pull request #1258 from apache/DATALAB-2347

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:
 .../configuration/configuration.component.html     | 104 ++-
 .../configuration/configuration.component.scss     |  48 +-
 .../configuration/configuration.component.ts       | 203 +++---
 .../backup-dilog/backup-dilog.component.html       |  41 +-
 .../backup-dilog/backup-dilog.component.ts         |  41 +-
 .../management/endpoints/endpoints.component.html  | 122 +++-
 .../management/endpoints/endpoints.component.scss  |  24 +-
 .../management/endpoints/endpoints.component.ts    | 103 +--
 .../manage-environment-dilog.component.html        |  99 ++-
 .../manage-environment-dilog.component.scss        |   8 +-
 .../manage-environment-dilog.component.ts          |  34 +-
 .../management/management-data.service.ts          |   6 +-
 .../management-grid/management-grid.component.html | 330 +++++++---
 .../management-grid/management-grid.component.scss | 113 ++--
 .../management-grid/management-grid.component.ts   | 112 ++--
 .../management/management.component.html           |  59 +-
 .../management/management.component.ts             | 128 ++--
 .../administration/management/management.model.ts  |   1 -
 .../ssn-monitor/ssn-monitor.component.html         |   9 +-
 .../ssn-monitor/ssn-monitor.component.scss         |   8 +-
 .../ssn-monitor/ssn-monitor.component.ts           |   7 +-
 .../administration/project/project-data.service.ts |   7 -
 .../project-form/project-form.component.html       | 155 ++++-
 .../project-form/project-form.component.scss       |   8 +-
 .../project/project-form/project-form.component.ts |  15 +-
 .../project-list/project-list.component.html       | 193 +++---
 .../project-list/project-list.component.scss       |  68 +-
 .../project/project-list/project-list.component.ts |  88 +--
 .../administration/project/project.component.html  |  27 +-
 .../administration/project/project.component.ts    |  50 +-
 .../app/administration/roles/roles.component.html  | 137 ++--
 .../app/administration/roles/roles.component.scss  |  77 ++-
 .../app/administration/roles/roles.component.ts    | 259 +++++---
 .../resources/webapp/src/app/app.routing.module.ts | 153 +++--
 .../app/core/directives/click-outside.directive.ts |   9 +-
 .../src/app/core/directives/scrollTo.directive.ts  |   2 +-
 .../src/app/core/interceptors/error.interceptor.ts |   5 +-
 .../core/interceptors/http.token.interceptor.ts    |  12 +-
 ...mputationalResourceApplicationTemplate.model.ts |   7 +-
 .../models/computationalResourceImage.model.ts     |  17 +-
 .../app/core/models/resourceShapeTypes.model.ts    |   3 +-
 .../webapp/src/app/core/pipes/highlight.pipe.ts    |   7 +-
 .../app/core/pipes/lib-sort-pipe/lib-sort.pipe.ts  |   2 +-
 .../local-currency-pipe/local-currency.pipe.ts     |   4 +-
 .../src/app/core/pipes/local-date-pipe/index.ts    |   2 +-
 .../core/pipes/local-date-pipe/local-date.pipe.ts  |   6 +-
 .../core/pipes/long-date-pipe/long-date.pipe.ts    |   8 +-
 .../core/services/applicationSecurity.service.ts   |   3 +-
 .../services/applicationServiceFacade.service.ts   |   5 +-
 .../webapp/src/app/core/services/audit.service.ts  |   6 +
 .../src/app/core/services/authorization.guard.ts   |   6 +-
 .../app/core/services/bucket-browser.service.ts    |  11 +-
 .../src/app/core/services/checkParams.guard.ts     |   6 +-
 .../app/core/services/configutration.service.ts    |   3 +-
 .../src/app/core/services/healthStatus.service.ts  |  14 +-
 .../app/core/services/odahu-deployment.service.ts  |   8 +-
 .../src/app/core/services/progress-bar.service.ts  |   5 +-
 .../src/app/core/services/project.service.ts       |   3 +-
 .../src/app/core/services/userAccessKey.service.ts |  15 +-
 .../src/app/core/services/userResource.service.ts  |  15 +-
 .../webapp/src/app/core/util/checkUtils.ts         |   1 +
 .../webapp/src/app/core/util/compareUtils.ts       |   3 -
 .../webapp/src/app/core/util/dateUtils.ts          |   4 +-
 .../webapp/src/app/core/util/http-status-codes.ts  | 106 +--
 .../webapp/src/app/core/util/sortUtils.ts          |   3 +-
 .../webapp/src/app/login/login.component.css       |  38 +-
 .../audit/audit-grid/audit-grid.component.html     | 150 ++++-
 .../audit/audit-grid/audit-grid.component.scss     |  70 +-
 .../audit/audit-grid/audit-grid.component.ts       |  70 +-
 .../audit-toolbar/audit-toolbar.component.scss     |  11 +-
 .../audit/audit-toolbar/audit-toolbar.component.ts |   9 +-
 .../src/app/reports/audit/audit.component.ts       |   7 +-
 .../reporting-grid/reporting-grid.component.html   | 253 +++++--
 .../reporting-grid/reporting-grid.component.scss   | 162 +++--
 .../reporting-grid/reporting-grid.component.ts     |  80 +--
 .../app/reports/reporting/reporting.component.ts   |  39 +-
 .../src/app/reports/reporting/reporting.module.ts  |   4 +-
 .../reporting/toolbar/toolbar.component.html       |  18 +-
 .../reporting/toolbar/toolbar.component.scss       |  11 +-
 .../reports/reporting/toolbar/toolbar.component.ts |  16 +-
 .../bucket-browser/bucket-browser.component.html   | 276 ++++----
 .../bucket-browser/bucket-browser.component.scss   | 502 +++++++-------
 .../bucket-browser/bucket-browser.component.ts     | 165 ++---
 .../bucket-browser/bucket-browser.module.ts        |  46 +-
 .../bucket-confirmation-dialog.component.html      |  98 ++-
 .../bucket-confirmation-dialog.component.scss      |  93 +--
 .../bucket-confirmation-dialog.component.ts        |  13 +-
 .../bucket-browser/bucket-data.service.ts          |  83 ++-
 .../buckets-tree/bucket-tree.component.html        |  26 +-
 .../buckets-tree/bucket-tree.component.scss        |  44 +-
 .../buckets-tree/bucket-tree.component.ts          |   4 +-
 .../folder-tree/folder-tree.component.html         |  56 +-
 .../folder-tree/folder-tree.component.scss         |  45 +-
 .../folder-tree/folder-tree.component.ts           | 108 +--
 .../bucket-browser/upload-window.component.scss    |  94 +--
 .../cluster-details/cluster-details.component.html | 123 ++--
 .../cluster-details/cluster-details.component.scss |   6 +-
 .../cluster-details/cluster-details.component.ts   |  38 +-
 .../computational/cluster-details/index.ts         |  10 +-
 ...utational-resource-create-dialog.component.html | 378 ++++++-----
 ...utational-resource-create-dialog.component.scss |  43 +-
 ...mputational-resource-create-dialog.component.ts |  33 +-
 .../computational-resources-list.component.html    |  46 +-
 .../computational-resources-list.component.scss    | 208 +++---
 .../computational-resources-list.component.ts      |   2 +-
 .../ami-create-dialog.component.html               |  20 +-
 .../ami-create-dialog.component.scss               |   4 +-
 .../ami-create-dialog.component.ts                 |  15 +-
 .../cost-details-dialog.component.html             |  41 +-
 .../cost-details-dialog.component.scss             |  18 +-
 .../create-environment.component.html              | 306 +++++----
 .../create-environment.component.scss              |  11 +-
 .../create-environment.component.ts                |  23 +-
 .../detail-dialog/detail-dialog.component.html     | 378 ++++++-----
 .../detail-dialog/detail-dialog.component.scss     |  41 +-
 .../detail-dialog/detail-dialog.component.ts       |  53 +-
 .../install-libraries.component.html               | 730 +++++++++++----------
 .../install-libraries.component.scss               | 118 ++--
 .../install-libraries.component.ts                 |  66 +-
 .../install-libraries/install-libraries.model.ts   |  15 +-
 .../libraries-info.component.scss                  |  43 +-
 .../manage-ungit/manage-ungit.component.html       |  78 ++-
 .../manage-ungit/manage-ungit.component.scss       |  18 +-
 .../src/app/resources/resources-grid/index.ts      |  38 +-
 .../resources-grid/resources-grid.component.html   | 227 ++++---
 .../resources-grid/resources-grid.component.scss   | 112 ++--
 .../resources-grid/resources-grid.component.ts     | 103 +--
 .../src/app/resources/resources.component.html     |  42 +-
 .../src/app/resources/resources.component.ts       |  24 +-
 .../webapp/src/app/resources/resources.module.ts   |  30 +-
 .../resources/scheduler/scheduler.component.html   | 317 +++++----
 .../resources/scheduler/scheduler.component.scss   |  18 +-
 .../app/resources/scheduler/scheduler.component.ts |  21 +-
 .../src/app/shared/bubble/bubble.component.css     |   4 +-
 .../src/app/shared/bubble/bubble.component.ts      |  15 +-
 .../dropdown-list/dropdown-list.component.html     |   8 +-
 .../shared/form-controls/dropdowns.component.scss  |  36 +-
 .../multi-level-select-dropdown.component.html     | 167 +++--
 .../multi-level-select-dropdown.component.scss     |  72 +-
 .../multi-level-select-dropdown.component.ts       |  17 +-
 .../multi-select-dropdown.component.html           |  51 +-
 .../inform-message/inform-message.component.css    |  10 +-
 .../inform-message/inform-message.component.ts     |  12 +-
 .../src/app/shared/navbar/navbar.component.html    | 129 ++--
 .../src/app/shared/navbar/navbar.component.scss    |  56 +-
 .../src/app/shared/navbar/navbar.component.ts      |  17 +-
 .../src/app/shared/time-picker/ticker.component.ts |   9 +-
 .../app/shared/time-picker/time-cover.component.ts |   2 +-
 .../shared/time-picker/time-picker.component.scss  |  44 +-
 .../shared/time-picker/time-picker.component.ts    |  20 +-
 .../src/app/webterminal/webterminal.component.ts   |   3 +-
 .../webapp/src/assets/styles/_dialogs.scss         | 139 ++--
 .../webapp/src/assets/styles/_general.scss         | 161 +++--
 .../resources/webapp/src/assets/styles/_reset.scss |  12 +-
 .../resources/webapp/src/assets/styles/_theme.scss | 271 ++++----
 .../src/main/resources/webapp/src/styles.scss      | 116 ++--
 156 files changed, 6307 insertions(+), 4590 deletions(-)

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

Reply via email to