You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/10/21 10:50:09 UTC

[incubator-dlab] branch develop updated (3794651 -> ad5c5cc)

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

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


    from 3794651  Merge pull request #351 from apache/DLAB-1057
     add 4bb9e0a  [DLAB-1107] Added parameter for notebook image creation for test purpose
     add 3109b99  [DLAB-1107] Added parameter for notebook image creation for test purpose[bugfix]
     add 87656bf  [DLAB-1107] Added parameter for notebook image creation for test purpose[bugfix2]
     add 0b71619  [DLAB-1107] Added parameter for notebook image creation for test purpose[bugfix2]
     add 039de65  [DLAB-1107] Added parameter for notebook image creation for test purpose[bugfix3]
     add a5c77b3  [DLAB-1107] Added image_enabled parameter and shared image functionality[All clouds]
     add 60caf57  [DLAB-1107] Added image_enabled parameter and shared image functionality[All clouds]
     add db84846  Merge branch 'develop' into DLAB-1107
     new ad5c5cc  Merge pull request #348 from apache/DLAB-1107

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.


Summary of changes:
 infrastructure-provisioning/scripts/deploy_dlab.py |  2 +
 .../src/general/conf/dlab.ini                      |  4 +-
 .../src/general/lib/aws/actions_lib.py             |  2 +-
 .../general/scripts/aws/common_prepare_notebook.py | 13 +++++--
 .../general/scripts/aws/deeplearning_configure.py  | 42 ++++++++++++++++-----
 .../src/general/scripts/aws/jupyter_configure.py   | 31 +++++++++++----
 .../src/general/scripts/aws/rstudio_configure.py   | 44 +++++++++++++++++-----
 .../scripts/aws/tensor-rstudio_configure.py        | 42 ++++++++++++++++-----
 .../src/general/scripts/aws/tensor_configure.py    | 42 ++++++++++++++++-----
 .../src/general/scripts/aws/zeppelin_configure.py  | 44 +++++++++++++++++-----
 .../scripts/azure/common_prepare_notebook.py       |  9 ++++-
 .../scripts/azure/deeplearning_configure.py        | 36 ++++++++++++++----
 .../src/general/scripts/azure/jupyter_configure.py | 28 ++++++++++++--
 .../src/general/scripts/azure/rstudio_configure.py | 36 ++++++++++++++----
 .../src/general/scripts/azure/tensor_configure.py  | 36 ++++++++++++++----
 .../general/scripts/azure/zeppelin_configure.py    | 36 ++++++++++++++----
 .../general/scripts/gcp/common_prepare_notebook.py | 18 ++++++---
 .../general/scripts/gcp/deeplearning_configure.py  | 32 +++++++++++-----
 .../src/general/scripts/gcp/jupyter_configure.py   | 31 ++++++++++-----
 .../src/general/scripts/gcp/rstudio_configure.py   | 33 +++++++++++-----
 .../scripts/gcp/tensor-rstudio_configure.py        | 33 +++++++++++-----
 .../src/general/scripts/gcp/tensor_configure.py    | 32 +++++++++++-----
 .../src/general/scripts/gcp/zeppelin_configure.py  | 33 +++++++++++-----
 .../src/ssn/scripts/docker_build.py                |  1 +
 24 files changed, 500 insertions(+), 160 deletions(-)


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


[incubator-dlab] 01/01: Merge pull request #348 from apache/DLAB-1107

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

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

commit ad5c5ccbbf9cc6f82016bdabbc88fecde44f768f
Merge: 3794651 db84846
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Mon Oct 21 13:50:01 2019 +0300

    Merge pull request #348 from apache/DLAB-1107
    
    [DLAB-1107] Added image_enabled parameter and shared image functionality[All clouds]

 infrastructure-provisioning/scripts/deploy_dlab.py |  2 +
 .../src/general/conf/dlab.ini                      |  4 +-
 .../src/general/lib/aws/actions_lib.py             |  2 +-
 .../general/scripts/aws/common_prepare_notebook.py | 13 +++++--
 .../general/scripts/aws/deeplearning_configure.py  | 42 ++++++++++++++++-----
 .../src/general/scripts/aws/jupyter_configure.py   | 31 +++++++++++----
 .../src/general/scripts/aws/rstudio_configure.py   | 44 +++++++++++++++++-----
 .../scripts/aws/tensor-rstudio_configure.py        | 42 ++++++++++++++++-----
 .../src/general/scripts/aws/tensor_configure.py    | 42 ++++++++++++++++-----
 .../src/general/scripts/aws/zeppelin_configure.py  | 44 +++++++++++++++++-----
 .../scripts/azure/common_prepare_notebook.py       |  9 ++++-
 .../scripts/azure/deeplearning_configure.py        | 36 ++++++++++++++----
 .../src/general/scripts/azure/jupyter_configure.py | 28 ++++++++++++--
 .../src/general/scripts/azure/rstudio_configure.py | 36 ++++++++++++++----
 .../src/general/scripts/azure/tensor_configure.py  | 36 ++++++++++++++----
 .../general/scripts/azure/zeppelin_configure.py    | 36 ++++++++++++++----
 .../general/scripts/gcp/common_prepare_notebook.py | 18 ++++++---
 .../general/scripts/gcp/deeplearning_configure.py  | 32 +++++++++++-----
 .../src/general/scripts/gcp/jupyter_configure.py   | 31 ++++++++++-----
 .../src/general/scripts/gcp/rstudio_configure.py   | 33 +++++++++++-----
 .../scripts/gcp/tensor-rstudio_configure.py        | 33 +++++++++++-----
 .../src/general/scripts/gcp/tensor_configure.py    | 32 +++++++++++-----
 .../src/general/scripts/gcp/zeppelin_configure.py  | 33 +++++++++++-----
 .../src/ssn/scripts/docker_build.py                |  1 +
 24 files changed, 500 insertions(+), 160 deletions(-)


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