You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by bh...@apache.org on 2019/11/15 12:55:46 UTC

[incubator-dlab] branch develop updated: [DLAB-1265] Fixed bug with managing git credentials

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 <ol...@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-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org