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:13:39 UTC

[incubator-dlab] branch DLAB-1265-release created (now 5172cf0)

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

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


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

This branch includes the following new commits:

     new 5172cf0  [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-release
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 5172cf065f96cf63871cb113919f1f4f33a95e1c
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