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/07/14 10:27:44 UTC

[incubator-datalab] branch develop updated (1e7fb74b4 -> e254586d1)

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 1e7fb74b4 Merge pull request #1598 from apache/DATALAB-2887
     add c7bdbab65 [DATALAB-2883] finished modal info window about images
     add 74ff6711c [DATALAB-2883] finished modal info window about images
     add bed5a6f6f swaped action in action menu
     add 3779cb43e Merge branch 'feat/DATALAB-2883/view-additional-info-about-images' of github.com:apache/incubator-datalab into feat/DATALAB-2883/view-additional-info-about-images
     new e254586d1 Merge pull request #1600 from apache/feat/DATALAB-2883/view-additional-info-about-images

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:
 .../index.ts                                       |  8 +--
 .../library-name-normalize.pipe.ts}                | 20 ++++--
 .../pipes/truncate-text-pipe/truncate-text.pipe.ts |  8 +--
 .../webapp/src/app/core/util/sortUtils.ts          |  2 +-
 .../detail-dialog/detail-dialog.component.html     | 68 +++++++++---------
 .../detail-dialog/detail-dialog.component.ts       | 10 +--
 .../image-detail-dialog.component.html             | 83 ++++++++++++++++++++++
 .../image-detail-dialog.component.scss}            | 57 ++++++++-------
 .../image-detail-dialog.component.ts               | 50 +++++++++++++
 .../image-detail-dialog.module.ts}                 | 26 ++++---
 .../library-info-modal.component.html}             | 13 ++--
 .../library-info-modal.component.scss}             |  4 ++
 .../library-info-modal.component.ts}               | 23 +++---
 .../library-info-modal.module.ts}                  | 14 ++--
 .../share-image/share-image-dialog.component.html} |  0
 .../share-image/share-image-dialog.component.scss} |  0
 .../share-image/share-image-dialog.component.ts}   | 15 ++--
 .../share-image/share-image-dialog.module.ts}      | 12 ++--
 .../src/app/resources/images/images.component.html | 24 +++----
 .../src/app/resources/images/images.component.ts   | 26 +++----
 .../src/app/resources/images/images.model.ts       | 23 ++++++
 .../webapp/src/app/resources/resources.module.ts   |  8 ++-
 .../src/main/resources/webapp/src/styles.scss      |  9 +++
 23 files changed, 343 insertions(+), 160 deletions(-)
 copy services/self-service/src/main/resources/webapp/src/app/core/pipes/{convert-file-size => library-name-normalize}/index.ts (82%)
 copy services/self-service/src/main/resources/webapp/src/app/core/pipes/{capitalize-first-letter-pipe/capitalize-first-letter.pipe.ts => library-name-normalize/library-name-normalize.pipe.ts} (68%)
 create mode 100644 services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-detail-dialog/image-detail-dialog.component.html
 copy services/self-service/src/main/resources/webapp/src/app/{reports/audit/audit-toolbar/audit-toolbar.component.scss => resources/exploratory/image-detail-dialog/image-detail-dialog.component.scss} (64%)
 create mode 100644 services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-detail-dialog/image-detail-dialog.component.ts
 copy services/self-service/src/main/resources/webapp/src/app/resources/exploratory/{cost-details-dialog/index.ts => image-detail-dialog/image-detail-dialog.module.ts} (60%)
 copy services/self-service/src/main/resources/webapp/src/app/{shared/modal-dialog/progress-dialog/progress-dialog.component.html => resources/exploratory/library-info-modal/library-info-modal.component.html} (74%)
 copy services/self-service/src/main/resources/webapp/src/app/{administration/odahu/odahu.component.scss => resources/exploratory/library-info-modal/library-info-modal.component.scss} (95%)
 copy services/self-service/src/main/resources/webapp/src/app/{shared/modal-dialog/progress-dialog/progress-dialog.component.ts => resources/exploratory/library-info-modal/library-info-modal.component.ts} (66%)
 copy services/self-service/src/main/resources/webapp/src/app/{swagger/index.ts => resources/exploratory/library-info-modal/library-info-modal.module.ts} (76%)
 rename services/self-service/src/main/resources/webapp/src/app/{shared/modal-dialog/share-image/share-image-modal.component.html => resources/exploratory/share-image/share-image-dialog.component.html} (100%)
 rename services/self-service/src/main/resources/webapp/src/app/{shared/modal-dialog/share-image/share-image-modal.component.scss => resources/exploratory/share-image/share-image-dialog.component.scss} (100%)
 rename services/self-service/src/main/resources/webapp/src/app/{shared/modal-dialog/share-image/share-image-modal.component.ts => resources/exploratory/share-image/share-image-dialog.component.ts} (77%)
 rename services/self-service/src/main/resources/webapp/src/app/{shared/modal-dialog/share-image/share-image.module.ts => resources/exploratory/share-image/share-image-dialog.module.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 #1600 from apache/feat/DATALAB-2883/view-additional-info-about-images

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 e254586d1e9cc33241e5a198a0bd058228903ded
Merge: 1e7fb74b4 3779cb43e
Author: Hennadii Shpak <61...@users.noreply.github.com>
AuthorDate: Thu Jul 14 13:27:40 2022 +0300

    Merge pull request #1600 from apache/feat/DATALAB-2883/view-additional-info-about-images
    
    Feat/datalab 2883/view additional info about images

 .../pipes/library-name-normalize/index.ts}         | 15 ++--
 .../library-name-normalize.pipe.ts}                | 29 ++++----
 .../pipes/truncate-text-pipe/truncate-text.pipe.ts |  8 +--
 .../webapp/src/app/core/util/sortUtils.ts          |  2 +-
 .../detail-dialog/detail-dialog.component.html     | 68 +++++++++---------
 .../detail-dialog/detail-dialog.component.ts       | 10 +--
 .../image-detail-dialog.component.html             | 83 ++++++++++++++++++++++
 .../image-detail-dialog.component.scss}            | 56 +++++++++++----
 .../image-detail-dialog.component.ts               | 50 +++++++++++++
 .../image-detail-dialog.module.ts}                 | 23 ++++--
 .../library-info-modal.component.html}             | 22 ++----
 .../library-info-modal.component.scss}             | 20 +-----
 .../library-info-modal.component.ts}               | 29 ++++----
 .../library-info-modal.module.ts}                  | 15 ++--
 .../share-image/share-image-dialog.component.html} |  0
 .../share-image/share-image-dialog.component.scss} |  0
 .../share-image/share-image-dialog.component.ts}   | 15 ++--
 .../share-image/share-image-dialog.module.ts}      | 12 ++--
 .../src/app/resources/images/images.component.html | 24 +++----
 .../src/app/resources/images/images.component.ts   | 26 +++----
 .../src/app/resources/images/images.model.ts       | 23 ++++++
 .../webapp/src/app/resources/resources.module.ts   |  8 ++-
 .../src/main/resources/webapp/src/styles.scss      |  9 +++
 23 files changed, 365 insertions(+), 182 deletions(-)


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