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:20 UTC

[incubator-dlab] branch odahu-integration updated (fc6ffdc -> 0810373)

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

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


    from fc6ffdc  Added some changes after merge
     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 0810373  Merge pull request #621 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 #621 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 odahu-integration
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 08103734164960b23b59a5f67d1993515f46be4c
Merge: fc6ffdc 04399b8
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Thu Feb 27 11:15:12 2020 +0200

    Merge pull request #621 from apache/DLAB-625
    
    [DLAB-625][odahu-int] 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