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

[incubator-datalab] branch develop updated (799fd3fd2 -> 068f38b0c)

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 799fd3fd2 Merge pull request #1727 from apache/DATALAB-1408
     add 529b9b1dc added modal for confirm unshare user, added notification message
     add ee6f7287c minor fix
     new 068f38b0c Merge pull request #1728 from apache/feat/DATALAB-3046/confrimation-and-notification-windows

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:
 .../image-action-dialog.component.html             |  2 +-
 .../image-action-dialog.component.scss             |  4 +++
 .../image-action-dialog.module.ts                  | 11 ++++--
 .../share-dialog/share-dialog.component.html       |  8 +++--
 .../share-dialog/share-dialog.component.scss       | 15 +++++---
 .../share-dialog/share-dialog.component.ts         | 41 ++++++++++++++++------
 .../terminate-dialog.component.html                |  2 +-
 .../terminate-dialog.component.scss                |  5 +--
 .../un-share-warning.component.html}               | 24 +++++++++----
 .../un-share-warning.component.scss}               | 26 +++++++++-----
 .../unshare-warning/un-share-warning.component.ts} | 15 ++++----
 .../src/app/resources/images/images.config.ts      |  8 +++--
 .../src/app/resources/images/images.model.ts       |  6 ++++
 13 files changed, 116 insertions(+), 51 deletions(-)
 copy services/self-service/src/main/resources/webapp/src/app/resources/exploratory/{library-info-modal/library-info-modal.component.html => image-action-dialog/unshare-warning/un-share-warning.component.html} (60%)
 copy services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/{image-action.config.ts => unshare-warning/un-share-warning.component.scss} (74%)
 copy services/self-service/src/main/resources/webapp/src/app/resources/exploratory/{library-info-modal/library-info-modal.component.ts => image-action-dialog/unshare-warning/un-share-warning.component.ts} (73%)


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


[incubator-datalab] 01/01: Merge pull request #1728 from apache/feat/DATALAB-3046/confrimation-and-notification-windows

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

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

commit 068f38b0c41bc7c8f79e74b07fbafb8d5c598d43
Merge: 799fd3fd2 ee6f7287c
Author: Hennadii Shpak <61...@users.noreply.github.com>
AuthorDate: Wed Sep 14 19:43:48 2022 +0300

    Merge pull request #1728 from apache/feat/DATALAB-3046/confrimation-and-notification-windows
    
    Feat/datalab 3046/confrimation and notification windows

 .../image-action-dialog.component.html             |  2 +-
 .../image-action-dialog.component.scss             |  4 ++
 .../image-action-dialog.module.ts                  | 11 +++-
 .../share-dialog/share-dialog.component.html       |  8 ++-
 .../share-dialog/share-dialog.component.scss       | 15 +++--
 .../share-dialog/share-dialog.component.ts         | 41 ++++++++++----
 .../terminate-dialog.component.html                |  2 +-
 .../terminate-dialog.component.scss                |  5 +-
 .../un-share-warning.component.html}               | 33 +++++------
 .../un-share-warning.component.scss}               | 51 ++++-------------
 .../un-share-warning.component.ts}                 | 65 +++++-----------------
 .../src/app/resources/images/images.config.ts      |  8 ++-
 .../src/app/resources/images/images.model.ts       |  6 ++
 13 files changed, 115 insertions(+), 136 deletions(-)


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