You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2022/07/12 13:03:39 UTC

[incubator-datalab] branch develop updated (c86f219c4 -> 7378bb2ae)

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

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


    from c86f219c4 Merge pull request #1593 from apache/fix/DATALAB-2842/button-visibility-of-edge-node-recreation
     add feb2575a7 [DATALAB-2890] superset version update changes
     add 4a404e40e [DATALAB-2890] superset version update changes
     new 7378bb2ae Merge pull request #1597 from apache/DATALAB-2890

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/datalab.ini                   |   2 +-
 .../src/general/lib/os/fab.py                      |  25 ++--
 .../src/general/scripts/os/superset_start.py       |   4 +-
 .../templates/os/debian/superset-notebook.service  |   2 +-
 .../src/superset/templates/docker-compose.yml      | 148 ++++++++++++++++-----
 .../src/superset/templates/docker-init.sh          |  58 ++++++--
 .../templates/keycloak_security_manager.py         |  71 ++++++++++
 .../src/superset/templates/requirements-extra.txt  |   1 +
 .../src/superset/templates/superset_config.py      | 103 ++++++++++----
 9 files changed, 335 insertions(+), 79 deletions(-)
 create mode 100644 infrastructure-provisioning/src/superset/templates/keycloak_security_manager.py


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


[incubator-datalab] 01/01: Merge pull request #1597 from apache/DATALAB-2890

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

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

commit 7378bb2aea32a49ee76a4204d3f8a0befbe109fc
Merge: c86f219c4 4a404e40e
Author: Leonid Frolov <51...@users.noreply.github.com>
AuthorDate: Tue Jul 12 16:03:34 2022 +0300

    Merge pull request #1597 from apache/DATALAB-2890
    
    [DATALAB-2890]: superset update to 1.5.1

 .../src/general/conf/datalab.ini                   |   2 +-
 .../src/general/lib/os/fab.py                      |  25 ++--
 .../src/general/scripts/os/superset_start.py       |   4 +-
 .../templates/os/debian/superset-notebook.service  |   2 +-
 .../src/superset/templates/docker-compose.yml      | 148 ++++++++++++++++-----
 .../src/superset/templates/docker-init.sh          |  58 ++++++--
 .../templates/keycloak_security_manager.py         |  71 ++++++++++
 .../src/superset/templates/requirements-extra.txt  |   1 +
 .../src/superset/templates/superset_config.py      | 103 ++++++++++----
 9 files changed, 335 insertions(+), 79 deletions(-)

diff --cc infrastructure-provisioning/src/general/conf/datalab.ini
index bf14aa64d,f6c4e92a8..bdb179667
--- a/infrastructure-provisioning/src/general/conf/datalab.ini
+++ b/infrastructure-provisioning/src/general/conf/datalab.ini
@@@ -355,9 -355,9 +355,9 @@@ ivy_version = 2.4.
  ### Matplotlib version
  matplotlib_version = 3.3.4
  ### JupyterLab image
 -jupyterlab_image = odahu\/base-notebook:1.1.0-rc8
 +jupyterlab_image = jupyter\/base-notebook:lab-3.4.3
  ### Superset version
- superset_version = 0.35.1
+ superset_version = 1.5.1
  ### GCS-connector version
  gcs_connector_version = 2.0.1
  ### Setuptools version


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