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

[incubator-dlab] branch DLAB-1265 created (now a6bdae0)

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

ofuks pushed a change to branch DLAB-1265
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


      at a6bdae0  [DLAB-1265] Fixed bug with managing git credentials

This branch includes the following new commits:

     new a6bdae0  [DLAB-1265] Fixed bug with managing git credentials

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-dlab] 01/01: [DLAB-1265] Fixed bug with managing git credentials

Posted by of...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a6bdae079c697bc20a0b81bb481547d410f52892
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