This is an automated email from the ASF dual-hosted git repository.
bhliva pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.
from 1867260 Merge pull request #8 from apache/feature-DLAB-418
add 0c7322c [DLAB-363]: Upgrade Angular version to 7.x
add fe5fd4a [DLAB-363]: rx new version breaking changes fixes
add 306b655 [DLAB-363]: debugging deprecated components
add c70b67a [DLAB-363]: fixed models circular dependencies
add 228d75c [DLAB-363]: fixed services circular dependencies
add 6257b2f [DLAB-363]: fixed components circular dependencies; privacy
invocation
add 3a59e76 [DLAB-363]: added http interceptor with jwt service
add 749a2b4 [DLAB-363]: changed fonts props according prod build
add 88f1116 [DLAB-363]: moved core service collections
add e5a6216 [DLAB-363]: added no cache interceptor
add c489911 [DLAB-363]: added service changes to app.module
add 372fb4b [DLAB-363]: adapted backup module
add 6442d9d [DLAB-363]: adapted login module
add 6a0ae96 [DLAB-363]: added storage service
add 1660e8f [DLAB-363]: prevent state change issues on templates
add 618beb2 [DLAB-363]: prevent state change issues on templates
add ec66195 [DLAB-363]: prevent state change issues on templates
add 23fe50e [DLAB-363]: updated storage service
add bd72bde [DLAB-363]: updated billing, rolesManagement, healthStatus
services
add 3d10578 [DLAB-363]: updated main facade with new option types
add af282fb [DLAB-363]: updated scheduler services
add 9f3f3a1 [DLAB-363]: updated users request Ņonverting
add bb65966 Merge branch 'develop' of github.com:epam/DLab into
bugfix-DLAB-311
add 66d79c8 [DLAB-373]: fixed issue with start stop edge requests
add 7c7a604 [DLAB-373]: fixed issue with action butts aligning
add d1cc5ef [DLAB-373]: added extra check on edge actions to prevent
premature error
add ce305b6 [DLAB-373]: additional header param for key uploading
add 249dc8b [DLAB-373]: fixed issue with library installation
add 6ae0a25 [DLAB-373]: fixed issue with dowmloading csv report and pem
key
add 0cbdaf3 [DLAB-373]: updated cdk and material packages
add fd0d3d5 [DLAB-373]: moved loading of BrowserAnimationsModule to the
top of list
add 524758d [DLAB-373]: replaced mat input component with field wrapper
add 0c8362c [DLAB-373]: adapted ng rangepicher with new packages versions
add dd1f4d8 [DLAB-373]: fixed initialUserAccessKeyCheck added takeWhile
alive
add ccd3c2b [DLAB-373]: fixed error parse format on auth check request
add 807d13b [DLAB-373]: added redirect to login page on unauthorized
response
add 7d4016c [DLAB-373]: added notification module
add 55daf6f [DLAB-373]: removed unused service files
add d953944 [DLAB-373]: added missed license header
add f6c1ec8 [DLAB-373]: fixed issue with backup response reader
add 747003a [DLAB-373]: updated toasts templates according new
notification module
add 1bcaeff [DLAB-373]: fixed build prod command
add 7f13e70 [DLAB-373]: fixed validation messages posirioning
add e98b277 [DLAB-373]: theme differences fixes
add a4bf3b1 [DLAB-373]: added build dev command
add 5da9dad merge develop into bugfix-DLAB-311
new 8199053 Merge pull request #14 from apache/bugfix-DLAB-311
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:
.../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 +-
.../imageType.enum.ts => collections/index.ts} | 7 +-
.../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} | 38 +-
...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 +-
.../util/collections/dictionary/idictionary.ts | 27 -
.../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 +-
104 files changed, 16969 insertions(+), 1155 deletions(-)
delete mode 100644
services/self-service/src/main/resources/webapp/.angular-cli.json
create mode 100644 services/self-service/src/main/resources/webapp/angular.json
create mode 100644
services/self-service/src/main/resources/webapp/package-lock.json
rename
services/self-service/src/main/resources/webapp/src/app/core/{util/collections/dictionary
=> collections}/dictionary.ts (89%)
copy
services/self-service/src/main/resources/webapp/src/app/core/{models/imageType.enum.ts
=> collections/index.ts} (86%)
create mode 100644
services/self-service/src/main/resources/webapp/src/app/core/interceptors/error.interceptor.ts
create mode 100644
services/self-service/src/main/resources/webapp/src/app/core/interceptors/http.token.interceptor.ts
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
copy
services/self-service/src/main/resources/webapp/src/app/core/{services/appRouting.service.ts
=> interceptors/nocache.interceptor.ts} (54%)
create mode 100644
services/self-service/src/main/resources/webapp/src/app/core/services/storage.service.ts
delete mode 100644
services/self-service/src/main/resources/webapp/src/app/core/util/collections/dictionary/idictionary.ts
delete mode 100644
services/self-service/src/main/resources/webapp/src/tsconfig.spec.json
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]