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/03/25 16:26:15 UTC

[incubator-dlab] branch develop updated (2d83485 -> dfbce93)

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 2d83485  Merge pull request #57 from Dyoma33/DLAB-535-dev
     add 9c6f497  added reverse proxy to azure
     add c6c2c4a  fixed typo
     add 2d2d1b7  Fixed issue with type of Edge IP address
     add 63f001e  fixed typo
     add afc04ea  increased keep-alive timeout for nginx;
     add 522a66e  fixed typo;
     add 1017a12  fixed issue with timeout
     add 3f2eecc  fixed issue with timeout
     new dfbce93  Merge pull request #59 from apache/DLAB-252

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:
 .../src/edge/templates/nginx.conf                  |  7 +-
 .../src/general/files/azure/base_Dockerfile        |  1 +
 .../general/scripts/azure/dataengine_configure.py  | 65 +++++++++++++++-
 .../scripts/azure/deeplearning_configure.py        | 86 +++++++++++++++++-----
 .../src/general/scripts/azure/edge_configure.py    | 67 ++++++++++++++---
 .../src/general/scripts/azure/edge_prepare.py      | 22 ++++++
 .../src/general/scripts/azure/jupyter_configure.py | 60 +++++++++++++--
 .../src/general/scripts/azure/rstudio_configure.py | 60 +++++++++++++--
 .../src/general/scripts/azure/tensor_configure.py  | 68 ++++++++++++++---
 .../general/scripts/azure/zeppelin_configure.py    | 64 +++++++++++++---
 10 files changed, 432 insertions(+), 68 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 #59 from apache/DLAB-252

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 dfbce9309195a863dbf1cd4338c17a4ac6ce4255
Merge: 2d83485 3f2eecc
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Mon Mar 25 18:26:11 2019 +0200

    Merge pull request #59 from apache/DLAB-252
    
    Added reverse proxy functionality for DLab on Azure

 .../src/edge/templates/nginx.conf                  |  7 +-
 .../src/general/files/azure/base_Dockerfile        |  1 +
 .../general/scripts/azure/dataengine_configure.py  | 65 +++++++++++++++-
 .../scripts/azure/deeplearning_configure.py        | 86 +++++++++++++++++-----
 .../src/general/scripts/azure/edge_configure.py    | 67 ++++++++++++++---
 .../src/general/scripts/azure/edge_prepare.py      | 22 ++++++
 .../src/general/scripts/azure/jupyter_configure.py | 60 +++++++++++++--
 .../src/general/scripts/azure/rstudio_configure.py | 60 +++++++++++++--
 .../src/general/scripts/azure/tensor_configure.py  | 68 ++++++++++++++---
 .../general/scripts/azure/zeppelin_configure.py    | 64 +++++++++++++---
 10 files changed, 432 insertions(+), 68 deletions(-)


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