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/07/15 11:18:36 UTC

[incubator-dlab] branch feature/projects updated: DLAB-000 fixed issue with docker container name

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

bhliva pushed a commit to branch feature/projects
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/feature/projects by this push:
     new 1fa4b76  DLAB-000 fixed issue with docker container name
1fa4b76 is described below

commit 1fa4b7604ea59f39111abea4e0ad19bce3398aa5
Author: bhliva <bo...@epam.com>
AuthorDate: Mon Jul 15 14:18:15 2019 +0300

    DLAB-000 fixed issue with docker container name
---
 .../java/com/epam/dlab/backendapi/service/impl/ProjectServiceImpl.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/provisioning-service/src/main/java/com/epam/dlab/backendapi/service/impl/ProjectServiceImpl.java b/services/provisioning-service/src/main/java/com/epam/dlab/backendapi/service/impl/ProjectServiceImpl.java
index 650a42b..e3fd8e7 100644
--- a/services/provisioning-service/src/main/java/com/epam/dlab/backendapi/service/impl/ProjectServiceImpl.java
+++ b/services/provisioning-service/src/main/java/com/epam/dlab/backendapi/service/impl/ProjectServiceImpl.java
@@ -63,7 +63,7 @@ public class ProjectServiceImpl implements ProjectService {
 
 		folderListenerExecutor.start(configuration.getKeyLoaderDirectory(),
 				configuration.getKeyLoaderPollTimeout(),
-				new ProjectCallbackHandler(systemUserInfoService, selfService, userInfo.getName(), uuid,
+				new ProjectCallbackHandler(systemUserInfoService, selfService, userInfo.getSimpleName(), uuid,
 						action, CALLBACK_URI, projectName, getEdgeClass()));
 
 		RunDockerCommand runDockerCommand = new RunDockerCommand()


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