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/12/03 10:09:13 UTC

[incubator-dlab] branch develop updated: [DLAB-1331] Remove credentials from RStudio/Rstudio with TensorFlow

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

ofuks 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 f0c39f3  [DLAB-1331] Remove credentials from RStudio/Rstudio with TensorFlow
f0c39f3 is described below

commit f0c39f39b44d7d9d56ee282b8fb2f422b939a169
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Tue Dec 3 12:07:02 2019 +0200

    [DLAB-1331] Remove credentials from RStudio/Rstudio with TensorFlow
---
 .../src/main/java/com/epam/dlab/backendapi/dao/ExploratoryDAO.java   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/services/self-service/src/main/java/com/epam/dlab/backendapi/dao/ExploratoryDAO.java b/services/self-service/src/main/java/com/epam/dlab/backendapi/dao/ExploratoryDAO.java
index ca11b9d..944c155 100644
--- a/services/self-service/src/main/java/com/epam/dlab/backendapi/dao/ExploratoryDAO.java
+++ b/services/self-service/src/main/java/com/epam/dlab/backendapi/dao/ExploratoryDAO.java
@@ -102,9 +102,8 @@ public class ExploratoryDAO extends BaseDAO {
 	 */
 	public Iterable<Document> findExploratory(String user) {
 		return find(USER_INSTANCES, eq(USER, user),
-				fields(exclude(ExploratoryLibDAO.EXPLORATORY_LIBS,
-						ExploratoryLibDAO.COMPUTATIONAL_LIBS,
-						SCHEDULER_DATA)));
+				fields(exclude(ExploratoryLibDAO.EXPLORATORY_LIBS, ExploratoryLibDAO.COMPUTATIONAL_LIBS, SCHEDULER_DATA,
+						EXPLORATORY_USER, EXPLORATORY_PASS)));
 	}
 
 	/**


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