You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by of...@apache.org on 2020/11/09 10:47:19 UTC

[incubator-datalab] branch develop updated: [DATALAB-1895] Added more changes

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new c8c49f9  [DATALAB-1895] Added more changes
c8c49f9 is described below

commit c8c49f9777f11c58f059bef62f5c29c420400448
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Mon Nov 9 12:43:58 2020 +0200

    [DATALAB-1895] Added more changes
---
 .../datalab/backendapi/resources/InfrastructureInfoResource.java   | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/InfrastructureInfoResource.java b/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/InfrastructureInfoResource.java
index adf0423..c477c1e 100644
--- a/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/InfrastructureInfoResource.java
+++ b/services/self-service/src/main/java/com/epam/datalab/backendapi/resources/InfrastructureInfoResource.java
@@ -90,11 +90,4 @@ public class InfrastructureInfoResource {
         return Response.ok(infrastructureInfoService.getInfrastructureMetaInfo())
                 .build();
     }
-
-//    @GET
-//    @Path("/s")
-//    public Response getStatus(@Auth UserInfo userInfo, @QueryParam("s") StringList list) {
-//        infrastructureInfoService.updateInfrastructureStatuses(userInfo, "local", list);
-//        return Response.ok().build();
-//    }
 }


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