You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2019/09/30 08:46:03 UTC

[incubator-dlab] branch DLAB-1055 created (now db83347)

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

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


      at db83347  [DLAB-1055] Brought back accidentally removed link to Ungit

This branch includes the following new commits:

     new db83347  [DLAB-1055] Brought back accidentally removed link to Ungit

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-1055] Brought back accidentally removed link to Ungit

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

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

commit db83347b1368aa6db556284bd529b02c3e3c4dc7
Author: Demyan Mysakovets <de...@gmail.com>
AuthorDate: Mon Sep 30 11:45:48 2019 +0300

    [DLAB-1055] Brought back accidentally removed link to Ungit
---
 .../src/general/scripts/aws/zeppelin_configure.py                   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/infrastructure-provisioning/src/general/scripts/aws/zeppelin_configure.py b/infrastructure-provisioning/src/general/scripts/aws/zeppelin_configure.py
index ed445bf..890025d 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/zeppelin_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/zeppelin_configure.py
@@ -321,9 +321,9 @@ if __name__ == "__main__":
                "Action": "Create new notebook server",
                "exploratory_url": [
                    {"description": "Apache Zeppelin",
-                    "url": zeppelin_notebook_acces_url}#,
-                   #{"description": "Ungit",
-                   # "url": zeppelin_ungit_acces_url},
+                    "url": zeppelin_notebook_acces_url},
+                   {"description": "Ungit",
+                    "url": zeppelin_ungit_acces_url}#,
                    #{"description": "Apache Zeppelin (via tunnel)",
                    # "url": zeppelin_ip_url},
                    #{"description": "Ungit (via tunnel)",


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