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

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


    from cfb13db8c refactored code
     add f5e206073 [DATALAB-2842] added logic by disable recreate button
     new 7ea28f151 Merge pull request #1564 from 
apache/fix/DATALAB-2842/button-visibility-of-edge-node-recreation

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:
 .../create-odahu-cluster.component.ts              |   2 +-
 .../webapp/src/app/administration/project/index.ts |   8 +-
 .../administration/project/project-data.service.ts |   2 +-
 .../project/project-form/project-form.component.ts |   8 +-
 .../project-list/project-list.component.html       |  31 +++--
 .../project-list/project-list.component.scss       |  19 ++-
 .../project/project-list/project-list.component.ts | 141 ++++++++++++---------
 .../administration/project/project.component.ts    |  29 +----
 .../app/administration/project/project.config.ts}  |  12 +-
 .../endpoint-model.ts => project/project.model.ts} |  24 +++-
 .../webapp/src/app/core/directives/index.ts        |   8 +-
 .../directives/is-endpoint-active.directive.ts     |  60 +++++++++
 .../webapp/src/app/core/util/checkEndpointList.ts} |  12 +-
 .../webapp/src/app/core/util/checkUtils.ts         |   2 +-
 .../resources/webapp/src/app/core/util/index.ts    |   1 +
 .../create-environment.component.ts                |  15 ++-
 .../resources-grid/resources-grid.component.ts     |   2 +-
 .../notification-dialog.component.ts               |   3 +-
 .../src/app/shared/navbar/navbar.component.html    |   4 +-
 19 files changed, 244 insertions(+), 139 deletions(-)
 copy 
services/{datalab-mongo-migration/src/main/java/com/epam/datalab/migration/DbMigration.java
 => 
self-service/src/main/resources/webapp/src/app/administration/project/project.config.ts}
 (83%)
 copy 
services/self-service/src/main/resources/webapp/src/app/administration/{administration-models/endpoint-model.ts
 => project/project.model.ts} (69%)
 create mode 100644 
services/self-service/src/main/resources/webapp/src/app/core/directives/is-endpoint-active.directive.ts
 copy 
services/{common/src/main/java/com/epam/datalab/exceptions/DynamicChangePropertiesException.java
 => 
self-service/src/main/resources/webapp/src/app/core/util/checkEndpointList.ts} 
(73%)


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

Reply via email to