This is an automated email from the ASF dual-hosted git repository. bhliva pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/develop by this push: new 7d60688 [DLAB-1265] Fixed bug with managing git credentials 7d60688 is described below commit 7d6068813f023293156b7c6b1dffb2d8e70e8e7a Author: Oleh Fuks <olegfuk...@gmail.com> AuthorDate: Thu Nov 14 16:07:32 2019 +0200 [DLAB-1265] Fixed bug with managing git credentials --- .../src/main/java/com/epam/dlab/backendapi/util/RequestBuilder.java | 1 + 1 file changed, 1 insertion(+) diff --git a/services/self-service/src/main/java/com/epam/dlab/backendapi/util/RequestBuilder.java b/services/self-service/src/main/java/com/epam/dlab/backendapi/util/RequestBuilder.java index 5a14da4..ac858e0 100644 --- a/services/self-service/src/main/java/com/epam/dlab/backendapi/util/RequestBuilder.java +++ b/services/self-service/src/main/java/com/epam/dlab/backendapi/util/RequestBuilder.java @@ -302,6 +302,7 @@ public class RequestBuilder { .withNotebookImage(instanceDTO.getImageName()) .withApplicationName(getApplicationNameFromImage(instanceDTO.getImageName())) .withProject(instanceDTO.getProject()) + .withEndpoint(instanceDTO.getEndpoint()) .withNotebookInstanceName(instanceDTO.getExploratoryId()) .withExploratoryName(instanceDTO.getExploratoryName()) .withGitCreds(exploratoryGitCredsDTO.getGitCreds()); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org