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/02 07:19:38 UTC

[incubator-datalab] branch DATALAB-2812 updated: update image model

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

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


The following commit(s) were added to refs/heads/DATALAB-2812 by this push:
     new 1bc0e6070 update image model
1bc0e6070 is described below

commit 1bc0e60706478919e1da2d4210e9013cd8dc71e4
Author: Denys Yankiv <de...@gmail.com>
AuthorDate: Thu Jun 2 10:19:27 2022 +0300

    update image model
---
 .../java/com/epam/datalab/backendapi/resources/dto/ImageInfoRecord.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/ImageInfoRecord.java b/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/ImageInfoRecord.java
index caa6cc209..d1dd17b1f 100644
--- a/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/ImageInfoRecord.java
+++ b/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/dto/ImageInfoRecord.java
@@ -45,7 +45,7 @@ public class ImageInfoRecord {
     private final CloudProvider cloudProvider;
     private final String fullName;
     private final ImageStatus status;
-    private final String sharedStatus;
+    private final boolean isShared;
     private final List<ClusterConfig> clusterConfig;
     private final String exploratoryURL;
     private final List<Library> libraries;


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