You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2022/09/02 09:02:41 UTC

[incubator-datalab] branch DATALAB-1408 updated (0b7b14aae -> 458329d63)

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

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


    from 0b7b14aae [DATALAB-1408]: changed description json
     add eba548f9e fixed notification status
     add f67b4473b Merge pull request #1692 from apache/feat/DATALAB-2864/delete-one-image
     add db517ca7f add terminate request for dataengine service on azure
     add 1a6508bdf Merge pull request #1694 from apache/DATALAB-2898
     add 17fc74f9d fixed some style
     add 0f06bde63 Merge pull request #1695 from apache/hot-fix
     add 14736c910 allow to terminate failed images
     add 035603d49 Merge pull request #1696 from apache/DATALAB-3002
     add 5df550946 minor fix
     add ff52f4f3a Merge pull request #1697 from apache/hot-fix
     add 59b5c4958 [DATALAB-3003]: Added fix when image termination fails if image name contains an underscore symbol
     add 7a9d689a5 Merge pull request #1698 from OleksandrRepnikov/DATALAB-3003
     add 29a7cccc8 fixed style
     add 7c7bd50e5 Merge pull request #1700 from apache/hot-fix
     add 3f0b8ffd6 add full image name for GCP
     add c80b7a2d4 Merge pull request #1699 from apache/DATALAB-3001
     add 936e9b13f refactored code by action modal
     add 807540818 minor fix
     add 2d5ea35dd Merge pull request #1701 from apache/refactor/image-action-dialog
     add 1dcf93e57 [DATALAB-2849]: changed method of downloading key
     add c98f8e2e3 [DATALAB-2849]: changed downloading key command
     add 5d859f32f Merge pull request #1703 from apache/DATALAB-2849
     new 458329d63 Merge branch 'develop' into DATALAB-1408

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/general/lib/os/debian/notebook_lib.py      |  2 +-
 .../scripts/gcp/common_create_notebook_image.py    |  1 +
 .../scripts/gcp/common_terminate_notebook_image.py |  2 +-
 .../service/impl/ImageExploratoryServiceImpl.java  | 23 ++++---
 .../datalab/backendapi/util/RequestBuilder.java    |  7 ++-
 .../app/administration/roles/roles.component.ts    | 10 +++
 .../image-action-dialog.component.html             | 13 ++--
 .../image-action-dialog.component.scss             | 28 +++++++--
 .../image-action-dialog.component.ts               | 65 ++------------------
 .../image-detail-dialog.component.ts               |  4 +-
 .../src/app/resources/images/images.component.html |  5 +-
 .../src/app/resources/images/images.component.ts   | 71 ++++++++++++++--------
 .../src/app/resources/images/images.config.ts      |  8 ++-
 .../src/app/resources/images/images.model.ts       | 10 ++-
 .../src/app/resources/images/images.service.ts     | 42 ++++++++++++-
 15 files changed, 169 insertions(+), 122 deletions(-)


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


[incubator-datalab] 01/01: Merge branch 'develop' into DATALAB-1408

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

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

commit 458329d638be0f2c3c70ca92d676946a3ab912d2
Merge: 0b7b14aae 5d859f32f
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Sep 2 12:02:12 2022 +0300

    Merge branch 'develop' into DATALAB-1408

 .../src/general/lib/os/debian/notebook_lib.py      |  2 +-
 .../scripts/gcp/common_create_notebook_image.py    |  1 +
 .../scripts/gcp/common_terminate_notebook_image.py |  2 +-
 .../service/impl/ImageExploratoryServiceImpl.java  | 23 ++++---
 .../datalab/backendapi/util/RequestBuilder.java    |  7 ++-
 .../app/administration/roles/roles.component.ts    | 10 +++
 .../image-action-dialog.component.html             | 13 ++--
 .../image-action-dialog.component.scss             | 28 +++++++--
 .../image-action-dialog.component.ts               | 65 ++------------------
 .../image-detail-dialog.component.ts               |  4 +-
 .../src/app/resources/images/images.component.html |  5 +-
 .../src/app/resources/images/images.component.ts   | 71 ++++++++++++++--------
 .../src/app/resources/images/images.config.ts      |  8 ++-
 .../src/app/resources/images/images.model.ts       | 10 ++-
 .../src/app/resources/images/images.service.ts     | 42 ++++++++++++-
 15 files changed, 169 insertions(+), 122 deletions(-)


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