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/16 15:32:04 UTC

[incubator-datalab] branch develop updated (865e0ec23 -> fb043d610)

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 865e0ec23 Merge pull request #1729 from apache/DATALAB-2999
     add 597723c16 move autocomplete to image resource
     new fb043d610 Merge pull request #1730 from apache/DATALAB-2999

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:
 .../datalab/backendapi/SelfServiceApplication.java |  1 -
 .../backendapi/resources/AutoCompleteResource.java | 47 ----------------------
 .../resources/ImageExploratoryResource.java        | 10 +++++
 .../backendapi/resources/dto/SharedWithDTO.java    |  6 +--
 .../backendapi/service/AutoCompleteService.java    | 47 ----------------------
 .../service/ImageExploratoryService.java           |  1 +
 .../service/impl/ImageExploratoryServiceImpl.java  | 11 +++++
 7 files changed, 24 insertions(+), 99 deletions(-)
 delete mode 100644 services/self-service/src/main/java/com/epam/datalab/backendapi/resources/AutoCompleteResource.java
 delete mode 100644 services/self-service/src/main/java/com/epam/datalab/backendapi/service/AutoCompleteService.java


---------------------------------------------------------------------
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 #1730 from apache/DATALAB-2999

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 fb043d610ff9f6672be54765925ebfd6c551f2fb
Merge: 865e0ec23 597723c16
Author: Denys Yankiv <de...@gmail.com>
AuthorDate: Fri Sep 16 18:31:58 2022 +0300

    Merge pull request #1730 from apache/DATALAB-2999
    
    [DATALAB-2999]: move autocomplete to image resource

 .../datalab/backendapi/SelfServiceApplication.java |  1 -
 .../backendapi/resources/AutoCompleteResource.java | 47 ----------------------
 .../resources/ImageExploratoryResource.java        | 10 +++++
 .../backendapi/resources/dto/SharedWithDTO.java    |  6 +--
 .../backendapi/service/AutoCompleteService.java    | 47 ----------------------
 .../service/ImageExploratoryService.java           |  1 +
 .../service/impl/ImageExploratoryServiceImpl.java  | 11 +++++
 7 files changed, 24 insertions(+), 99 deletions(-)


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