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/06/03 09:41:43 UTC

[incubator-datalab] 01/01: Merge pull request #1539 from apache/feat/DATALAB-2811/view-list-of-all-images

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 eba4b59600577699ccee03e058aaeef218e5f188
Merge: ae5f5cdcc 776e09c48
Author: Denys Yankiv <de...@gmail.com>
AuthorDate: Fri Jun 3 12:41:37 2022 +0300

    Merge pull request #1539 from apache/feat/DATALAB-2811/view-list-of-all-images
    
    Feat/datalab 2811/view list of all images

 .../com/epam/datalab/model/exploratory/Image.java  |   4 +
 .../backendapi/dao/ImageExploratoryDAO.java        |   2 +
 .../backendapi/dao/ImageExploratoryDAOImpl.java    |  12 +
 .../resources/ImageExploratoryResource.java        |  20 ++
 .../dto/{ImageInfoRecord.java => ImageFilter.java} |  38 ++-
 .../backendapi/resources/dto/ImageInfoRecord.java  |  16 ++
 .../resources/dto/ProjectImagesInfo.java}          |  32 +--
 .../service/ImageExploratoryService.java           |   5 +
 .../service/impl/ImageExploratoryServiceImpl.java  |  36 +++
 .../resources/webapp/src/app/app.routing.module.ts |  32 ++-
 .../resources/webapp/src/app/core/core.module.ts   |   7 +-
 .../capitalize-first-letter.pipe.ts}               |  26 +-
 .../{ => capitalize-first-letter-pipe}/index.ts    |  17 +-
 .../resources/webapp/src/app/core/pipes/index.ts   |   1 +
 .../src/app/core/services/appRouting.service.ts    |   2 +-
 .../services/applicationServiceFacade.service.ts   |  21 +-
 .../webapp/src/app/core/services/index.ts          |   1 +
 .../app/core/services/user-images-page.service.ts} |  32 +--
 .../src/app/core/services/userResource.service.ts  |  15 +-
 .../reporting-grid/reporting-grid.component.ts     |  15 +-
 .../bucket-browser/bucket-browser.component.ts     |  17 +-
 .../src/app/resources/images/images.component.html | 266 +++++++++++++++++++++
 .../src/app/resources/images/images.component.scss |  87 +++++++
 .../src/app/resources/images/images.component.ts   | 124 ++++++++++
 .../images/images.config.ts}                       |  37 ++-
 .../src/app/resources/images/images.model.ts       |  20 ++
 .../webapp/src/app/resources/images/index.ts       |   2 +
 .../resources-grid/resources-grid.component.ts     |   9 +-
 .../resources-grid/resources-grid.model.ts         |   7 -
 .../src/app/resources/resources.component.html     |  28 +--
 .../src/app/resources/resources.component.ts       |   2 +-
 .../webapp/src/app/resources/resources.module.ts   |  10 +-
 .../src/app/shared/bubble/bubble.component.ts      |  29 ++-
 .../src/app/shared/navbar/navbar.component.html    | 113 +++++----
 .../src/app/shared/navbar/navbar.component.ts      |   5 +-
 .../webapp/src/app/shared/navbar/navbar.config.ts  |  25 +-
 .../src/main/resources/webapp/src/styles.scss      |   1 +
 .../resources/ImageExploratoryResourceTest.java    |  21 +-
 .../service/impl/BillingServiceImplTest.java       |  28 ++-
 .../impl/ImageExploratoryServiceImplTest.java      |  20 +-
 40 files changed, 950 insertions(+), 235 deletions(-)


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