You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dg...@apache.org on 2020/12/03 14:45:58 UTC

[incubator-datalab] branch DATALAB-2167 created (now 7427ec8)

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

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


      at 7427ec8  [DATALAB-2167]: Made disabled gear icon if Notebook is in failed status

This branch includes the following new commits:

     new 176b15b  Merge remote-tracking branch 'origin/develop' into develop
     new 7427ec8  [DATALAB-2167]: Made disabled gear icon if Notebook is in failed status

The 2 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.



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


[incubator-datalab] 02/02: [DATALAB-2167]: Made disabled gear icon if Notebook is in failed status

Posted by dg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a commit to branch DATALAB-2167
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 7427ec878a6554d58a4b3d1a0878df882440aa95
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Thu Dec 3 16:45:33 2020 +0200

    [DATALAB-2167]: Made disabled gear icon if Notebook is in failed status
---
 .../management/management-grid/management-grid.component.html           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/management/management-grid/management-grid.component.html b/services/self-service/src/main/resources/webapp/src/app/administration/management/management-grid/management-grid.component.html
index 4be7e7d..1838e8a 100644
--- a/services/self-service/src/main/resources/webapp/src/app/administration/management/management-grid/management-grid.component.html
+++ b/services/self-service/src/main/resources/webapp/src/app/administration/management/management-grid/management-grid.component.html
@@ -190,7 +190,7 @@
           <span [ngClass]="{'not-allow' : selected?.length}">
             <span #settings class="actions" (click)="actions.toggle($event, settings)" *ngIf="element.type !== 'edge node' && element.type !== 'odahu'"
               [ngClass]="{
-                'disabled' : (element.status !== 'running' && element.status !== 'stopped' && element.status !== 'stopping' && element.status !== 'failed')
+                'disabled' : (element.status !== 'running' && element.status !== 'stopped')
                  || selected?.length || inProgress(element.resources)}">
 
             </span>


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


[incubator-datalab] 01/02: Merge remote-tracking branch 'origin/develop' into develop

Posted by dg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a commit to branch DATALAB-2167
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 176b15bcb761213d6c6403c6bdbe0f6866490925
Merge: ca3e6be ce468db
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Thu Dec 3 16:11:23 2020 +0200

    Merge remote-tracking branch 'origin/develop' into develop

 .../app/administration/administration.module.ts    |   5 +-
 .../management-grid/management-grid.component.html |   2 +-
 .../create-odahu-cluster.component.html            |  93 +++++++++++++++++++
 .../create-odahu-cluster.component.scss            |   7 ++
 .../create-odahu-cluster.component.ts              | 103 +++++++++++++++++++++
 .../create-odahu-claster/index.ts}                 |  27 ++++--
 .../webapp/src/app/administration/odahu/index.ts   |  50 ++++++++++
 .../app/administration/odahu/odahu-data.service.ts |  27 ++++++
 .../odahu/odahu-grid/odahu-grid.component.html     |  94 +++++++++++++++++++
 .../odahu/odahu-grid/odahu-grid.component.scss     |  77 +++++++++++++++
 .../odahu/odahu-grid/odahu-grid.component.ts       |  48 ++++++++++
 .../app/administration/odahu/odahu.component.html  |  42 +++++++++
 .../app/administration/odahu/odahu.component.scss} |   0
 .../app/administration/odahu/odahu.component.ts    |  59 ++++++++++++
 .../resources/webapp/src/app/app.routing.module.ts |   8 +-
 .../resources/webapp/src/app/core/core.module.ts   |   3 +-
 .../services/applicationServiceFacade.service.ts   |  20 ++++
 .../webapp/src/app/core/services/index.ts          |   1 +
 .../app/core/services/odahu-deployment.service.ts  |  37 ++++++++
 .../webapp/src/app/core/util/errorUtils.ts         |   2 +-
 .../detail-dialog/detail-dialog.component.html     |  35 ++++++-
 .../detail-dialog/detail-dialog.component.scss     |  27 +++++-
 .../detail-dialog/detail-dialog.component.ts       |  10 +-
 .../resources-grid/resources-grid.component.html   |  30 +++++-
 .../resources-grid/resources-grid.component.scss   |  13 +++
 .../resources-grid/resources-grid.component.ts     |  23 ++++-
 .../resources-grid/resources-grid.model.ts         |  86 +++++++++++++++++
 .../modal-dialog/odahu-action-dialog/index.ts      |  15 +++
 .../odahu-action-dialog.component.ts               |  50 ++++++++++
 .../src/app/shared/navbar/navbar.component.html    |   5 +
 30 files changed, 977 insertions(+), 22 deletions(-)


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