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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
