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

[incubator-datalab] branch develop updated (8ee2ceb80 -> 1cd9b0638)

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

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


    from 8ee2ceb80 Merge pull request #1735 from apache/DATALAB-2998
     add 996daa5d8 temporally disable tests
     add 598c51078 sort shared info for images, hide from non owners
     new 1cd9b0638 Merge pull request #1736 from apache/DATALAB-2932

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:
 .../main/java/com/epam/datalab/dto/SharedWith.java |  8 +-
 .../resources/ImageExploratoryResource.java        |  5 +-
 .../{ImageInfoRecord.java => ImageInfoDTO.java}    | 46 +++++------
 .../backendapi/resources/dto/ImageInfoRecord.java  |  3 -
 .../resources/dto/ProjectImagesInfo.java           |  2 +-
 .../service/ImageExploratoryService.java           |  2 +-
 .../service/impl/ImageExploratoryServiceImpl.java  | 77 +++++++++++++------
 .../resources/ImageExploratoryResourceTest.java    | 88 +++++++++++-----------
 .../impl/ImageExploratoryServiceImplTest.java      | 33 ++++----
 9 files changed, 147 insertions(+), 117 deletions(-)
 copy services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/{ImageInfoRecord.java => ImageInfoDTO.java} (61%)


---------------------------------------------------------------------
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 #1736 from apache/DATALAB-2932

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

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

commit 1cd9b0638d3fd0542b9a8da4d48efa92c9e0b8a2
Merge: 8ee2ceb80 598c51078
Author: Denys Yankiv <de...@gmail.com>
AuthorDate: Thu Sep 22 17:03:39 2022 +0300

    Merge pull request #1736 from apache/DATALAB-2932
    
    [DATALAB-2932]: add section shared with

 .../main/java/com/epam/datalab/dto/SharedWith.java |  8 +-
 .../resources/ImageExploratoryResource.java        |  5 +-
 .../{ImageInfoRecord.java => ImageInfoDTO.java}    | 46 +++++------
 .../backendapi/resources/dto/ImageInfoRecord.java  |  3 -
 .../resources/dto/ProjectImagesInfo.java           |  2 +-
 .../service/ImageExploratoryService.java           |  2 +-
 .../service/impl/ImageExploratoryServiceImpl.java  | 77 +++++++++++++------
 .../resources/ImageExploratoryResourceTest.java    | 88 +++++++++++-----------
 .../impl/ImageExploratoryServiceImplTest.java      | 33 ++++----
 9 files changed, 147 insertions(+), 117 deletions(-)


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