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/19 13:32:06 UTC

[incubator-dlab] branch DLAB-1289 created (now 73c3dec)

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

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


      at 73c3dec  [DLAB-1289] Added 'Create Notebook JupyterLab' role

This branch includes the following new commits:

     new 73c3dec  [DLAB-1289] Added 'Create Notebook JupyterLab' role

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-1289] Added 'Create Notebook JupyterLab' role

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

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

commit 73c3dec75583333f47e6ed3e47d171eafac3d8cd
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Tue Nov 19 15:31:16 2019 +0200

    [DLAB-1289] Added 'Create Notebook JupyterLab' role
---
 .../src/ssn/files/aws/mongo_roles.json               | 20 ++++++++++----------
 .../src/ssn/files/gcp/mongo_roles.json               |  4 ++--
 .../src/main/resources/mongo/aws/mongo_roles.json    | 10 ++++++++++
 .../src/main/resources/mongo/gcp/mongo_roles.json    | 10 ++++++++++
 4 files changed, 32 insertions(+), 12 deletions(-)

diff --git a/infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json b/infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json
index 5cd7734..54d2cd6 100644
--- a/infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json
+++ b/infrastructure-provisioning/src/ssn/files/aws/mongo_roles.json
@@ -110,6 +110,16 @@
     ]
   },
   {
+    "_id": "nbCreateJupyterLab",
+    "description": "Create Notebook JupyterLab",
+    "exploratories": [
+      "docker.dlab-jupyterlab"
+    ],
+    "groups": [
+      "$anyuser"
+    ]
+  },
+  {
     "_id": "nbCreateRstudio",
     "description": "Create Notebook RStudio",
     "exploratories": [
@@ -150,16 +160,6 @@
     ]
   },
   {
-    "_id": "nbCreateJupyterlab",
-    "description": "Create Notebook Jupyterlab in Docker container",
-    "exploratories": [
-      "docker.dlab-jupyterlab"
-    ],
-    "groups": [
-      "$anyuser"
-    ]
-  },
-  {
     "_id": "nbCreateDataEngine",
     "description": "Create Data Engine",
     "computationals": [
diff --git a/infrastructure-provisioning/src/ssn/files/gcp/mongo_roles.json b/infrastructure-provisioning/src/ssn/files/gcp/mongo_roles.json
index b9f764c..51cdd3c 100644
--- a/infrastructure-provisioning/src/ssn/files/gcp/mongo_roles.json
+++ b/infrastructure-provisioning/src/ssn/files/gcp/mongo_roles.json
@@ -90,8 +90,8 @@
     ]
   },
   {
-    "_id": "nbCreateJupyterlab",
-    "description": "Create Notebook Jupyterlab",
+    "_id": "nbCreateJupyterLab",
+    "description": "Create Notebook JupyterLab",
     "exploratories": [
       "docker.dlab-jupyterlab"
     ],
diff --git a/services/self-service/src/main/resources/mongo/aws/mongo_roles.json b/services/self-service/src/main/resources/mongo/aws/mongo_roles.json
index 70eb16e..54d2cd6 100644
--- a/services/self-service/src/main/resources/mongo/aws/mongo_roles.json
+++ b/services/self-service/src/main/resources/mongo/aws/mongo_roles.json
@@ -110,6 +110,16 @@
     ]
   },
   {
+    "_id": "nbCreateJupyterLab",
+    "description": "Create Notebook JupyterLab",
+    "exploratories": [
+      "docker.dlab-jupyterlab"
+    ],
+    "groups": [
+      "$anyuser"
+    ]
+  },
+  {
     "_id": "nbCreateRstudio",
     "description": "Create Notebook RStudio",
     "exploratories": [
diff --git a/services/self-service/src/main/resources/mongo/gcp/mongo_roles.json b/services/self-service/src/main/resources/mongo/gcp/mongo_roles.json
index cf7b398..51cdd3c 100644
--- a/services/self-service/src/main/resources/mongo/gcp/mongo_roles.json
+++ b/services/self-service/src/main/resources/mongo/gcp/mongo_roles.json
@@ -90,6 +90,16 @@
     ]
   },
   {
+    "_id": "nbCreateJupyterLab",
+    "description": "Create Notebook JupyterLab",
+    "exploratories": [
+      "docker.dlab-jupyterlab"
+    ],
+    "groups": [
+      "$anyuser"
+    ]
+  },
+  {
     "_id": "nbCreateRstudio",
     "description": "Create Notebook RStudio",
     "exploratories": [


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