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 2020/02/27 09:15:12 UTC

[incubator-dlab] branch develop updated (7ce3069 -> 0e8c625)

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 7ce3069  Merge pull request #619 from apache/DLAB-1517
     add 868e4b0  [DLAB-625] Created Jupyterlab template for Azure
     add acd8932  [DLAB-625] Bugfix
     add 04399b8  [DLAB-625] Fixed minor bug and updated jupyterlab version
     new 0e8c625  Merge pull request #620 from apache/DLAB-625

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/general/conf/dlab.ini                      |  2 +-
 .../{jupyter_Dockerfile => jupyterlab_Dockerfile}  |  4 +-
 ...escription.json => jupyterlab_description.json} |  6 +-
 .../general/files/gcp/jupyterlab_description.json  |  2 +-
 ...upyter_configure.py => jupyterlab_configure.py} | 77 ++++++++++++++--------
 .../src/general/scripts/azure/ssn_configure.py     |  1 +
 .../jenkins_jobs/create_notebook_image/config.xml  |  1 +
 .../jenkins_jobs/create_notebook_server/config.xml |  1 +
 .../jenkins_jobs/manage_git_credentials/config.xml |  1 +
 .../jenkins_jobs/start_notebook_server/config.xml  |  1 +
 .../jenkins_jobs/stop_notebook_server/config.xml   |  1 +
 .../terminate_notebook_image/config.xml            |  1 +
 .../terminate_notebook_server/config.xml           |  1 +
 .../src/jupyterlab/Dockerfile_jupyterlab           |  8 ++-
 .../scripts/configure_jupyterlab_node.py           |  7 --
 15 files changed, 71 insertions(+), 43 deletions(-)
 copy infrastructure-provisioning/src/general/files/azure/{jupyter_Dockerfile => jupyterlab_Dockerfile} (96%)
 copy infrastructure-provisioning/src/general/files/azure/{rstudio_description.json => jupyterlab_description.json} (84%)
 copy infrastructure-provisioning/src/general/scripts/azure/{jupyter_configure.py => jupyterlab_configure.py} (90%)


---------------------------------------------------------------------
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 #620 from apache/DLAB-625

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 0e8c625694151521e14edc6373cbf543b55f1915
Merge: 7ce3069 04399b8
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Thu Feb 27 11:15:01 2020 +0200

    Merge pull request #620 from apache/DLAB-625
    
    [DLAB-625][Dev] Created Jupyterlab template for Azure

 .../src/general/conf/dlab.ini                      |   2 +-
 .../src/general/files/azure/jupyterlab_Dockerfile  |  51 +++
 .../files/azure/jupyterlab_description.json        |  25 ++
 .../general/files/gcp/jupyterlab_description.json  |   2 +-
 .../general/scripts/azure/jupyterlab_configure.py  | 398 +++++++++++++++++++++
 .../src/general/scripts/azure/ssn_configure.py     |   1 +
 .../jenkins_jobs/create_notebook_image/config.xml  |   1 +
 .../jenkins_jobs/create_notebook_server/config.xml |   1 +
 .../jenkins_jobs/manage_git_credentials/config.xml |   1 +
 .../jenkins_jobs/start_notebook_server/config.xml  |   1 +
 .../jenkins_jobs/stop_notebook_server/config.xml   |   1 +
 .../terminate_notebook_image/config.xml            |   1 +
 .../terminate_notebook_server/config.xml           |   1 +
 .../src/jupyterlab/Dockerfile_jupyterlab           |   8 +-
 .../scripts/configure_jupyterlab_node.py           |   7 -
 15 files changed, 489 insertions(+), 12 deletions(-)


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