You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by lf...@apache.org on 2020/09/15 08:45:54 UTC

[incubator-dlab] branch DLAB-2052 created (now 7346547)

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

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


      at 7346547  [DLAB-2052]: Downgraded RStudio to the previous version

This branch includes the following new commits:

     new 7346547  [DLAB-2052]: Downgraded RStudio to the previous version

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-2052]: Downgraded RStudio to the previous version

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

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

commit 7346547883f54fbdeaa240ee0087c3b99405e70f
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Sep 15 11:45:31 2020 +0300

    [DLAB-2052]: Downgraded RStudio to the previous version
---
 infrastructure-provisioning/src/general/conf/dlab.ini                   | 2 +-
 .../src/general/files/aws/rstudio_description.json                      | 2 +-
 .../src/general/files/azure/rstudio_description.json                    | 2 +-
 .../src/general/files/gcp/rstudio_description.json                      | 2 +-
 .../src/main/java/com/epam/dlab/backendapi/domain/NotebookTemplate.java | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/infrastructure-provisioning/src/general/conf/dlab.ini b/infrastructure-provisioning/src/general/conf/dlab.ini
index 830e0b2..c59d343 100644
--- a/infrastructure-provisioning/src/general/conf/dlab.ini
+++ b/infrastructure-provisioning/src/general/conf/dlab.ini
@@ -243,7 +243,7 @@ tensorflow_version = 2.1.0
 ### Version of Zeppelin to be installed on notebook
 zeppelin_version = 0.8.2
 ### Version of Rstudio to be installed on notebook
-rstudio_version = 1.3.1073
+rstudio_version = 1.2.5033
 ### Version of Scala to be installed on notebook
 scala_version = 2.12.8
 ### Version of Livy top be installed on notebook
diff --git a/infrastructure-provisioning/src/general/files/aws/rstudio_description.json b/infrastructure-provisioning/src/general/files/aws/rstudio_description.json
index 61344c3..f517632 100644
--- a/infrastructure-provisioning/src/general/files/aws/rstudio_description.json
+++ b/infrastructure-provisioning/src/general/files/aws/rstudio_description.json
@@ -19,7 +19,7 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "RStudio 1.3.1073",
+      "template_name": "RStudio 1.2.5033",
       "description": "Base image with RStudio node creation routines",
       "environment_type": "exploratory",
       "version": "RStudio-1.2.5033",
diff --git a/infrastructure-provisioning/src/general/files/azure/rstudio_description.json b/infrastructure-provisioning/src/general/files/azure/rstudio_description.json
index 61eecb2..caf01fb 100644
--- a/infrastructure-provisioning/src/general/files/azure/rstudio_description.json
+++ b/infrastructure-provisioning/src/general/files/azure/rstudio_description.json
@@ -15,7 +15,7 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "RStudio 1.3.1073",
+      "template_name": "RStudio 1.2.5033",
       "description": "Base image with RStudio node creation routines",
       "environment_type": "exploratory",
       "version": "RStudio-1.2.5033",
diff --git a/infrastructure-provisioning/src/general/files/gcp/rstudio_description.json b/infrastructure-provisioning/src/general/files/gcp/rstudio_description.json
index e627340..27c2771 100644
--- a/infrastructure-provisioning/src/general/files/gcp/rstudio_description.json
+++ b/infrastructure-provisioning/src/general/files/gcp/rstudio_description.json
@@ -23,7 +23,7 @@
   "exploratory_environment_versions" :
   [
     {
-      "template_name": "RStudio 1.3.1073",
+      "template_name": "RStudio 1.2.5033",
       "description": "Base image with rstudio node creation routines",
       "environment_type": "exploratory",
       "version": "RStudio-1.2.5033",
diff --git a/services/self-service/src/main/java/com/epam/dlab/backendapi/domain/NotebookTemplate.java b/services/self-service/src/main/java/com/epam/dlab/backendapi/domain/NotebookTemplate.java
index 142a3b7..12741c6 100644
--- a/services/self-service/src/main/java/com/epam/dlab/backendapi/domain/NotebookTemplate.java
+++ b/services/self-service/src/main/java/com/epam/dlab/backendapi/domain/NotebookTemplate.java
@@ -26,7 +26,7 @@ public enum NotebookTemplate {
 	DEEP_LEARNING("Deep Learning  2.4"),
 	TENSOR("Jupyter with TensorFlow 2.1.0"),
 	TENSOR_RSTUDIO("RStudio with TensorFlow 2.1.0"),
-	RSTUDIO("RStudio 1.3.1073");
+	RSTUDIO("RStudio 1.2.5033");
 
 	private String name;
 


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