You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by aa...@apache.org on 2022/08/31 17:49:42 UTC

[superset] branch arash/bump_elastic created (now 491c3221b9)

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

aafghahi pushed a change to branch arash/bump_elastic
in repository https://gitbox.apache.org/repos/asf/superset.git


      at 491c3221b9 change min version of elasticsearch

This branch includes the following new commits:

     new d4255b416f Merge branch 'master' of https://github.com/apache/superset
     new 491c3221b9 change min version of elasticsearch

The 2 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.



[superset] 01/02: Merge branch 'master' of https://github.com/apache/superset

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

aafghahi pushed a commit to branch arash/bump_elastic
in repository https://gitbox.apache.org/repos/asf/superset.git

commit d4255b416fd3a26a98f32a342627b09560d99e7c
Merge: 1961582a89 0c87ff783a
Author: AAfghahi <ar...@gmail.com>
AuthorDate: Wed Aug 31 11:53:37 2022 -0400

    Merge branch 'master' of https://github.com/apache/superset

 docker/pythonpath_dev/superset_config.py           |  10 +
 helm/superset/Chart.yaml                           |   2 +-
 helm/superset/values.yaml                          |  14 +-
 .../src/SqlLab/utils/newQueryTabName.ts            |   2 +-
 .../SqlLab/utils/reduxStateToLocalStorageHelper.js |   2 +-
 .../src/components/FilterableTable/index.tsx       |   2 +
 superset-frontend/src/components/Icons/index.tsx   |   2 +-
 superset-frontend/src/components/ListView/types.ts |   2 +
 .../DndColumnSelectControl/ColumnSelectPopover.tsx |   3 -
 .../views/CRUD/data/database/DatabaseList.test.jsx |  28 +-
 .../src/views/CRUD/data/database/DatabaseList.tsx  |  11 +-
 .../src/views/components/RightMenu.tsx             |   2 +-
 superset/charts/api.py                             |   2 +
 superset/charts/filters.py                         |  16 +
 superset/config.py                                 |   1 -
 superset/dashboards/api.py                         |   3 +-
 superset/dashboards/filters.py                     |  17 +-
 superset/security/manager.py                       |   3 -
 superset/tasks/cache.py                            |  98 +++---
 superset/templates/superset/basic.html             |   1 -
 superset/translations/fr/LC_MESSAGES/messages.json | 193 ++++++++++-
 superset/translations/fr/LC_MESSAGES/messages.po   | 356 ++++++++++++++++++---
 superset/translations/messages.pot                 |  10 +
 tests/integration_tests/charts/api_tests.py        |  28 ++
 tests/integration_tests/dashboards/api_tests.py    |  36 +++
 tests/integration_tests/strategy_tests.py          | 141 +-------
 tests/integration_tests/superset_test_config.py    |   2 +
 27 files changed, 722 insertions(+), 265 deletions(-)


[superset] 02/02: change min version of elasticsearch

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

aafghahi pushed a commit to branch arash/bump_elastic
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 491c3221b92055ed494cdcb6f8094db28c5660c4
Author: AAfghahi <ar...@gmail.com>
AuthorDate: Wed Aug 31 13:49:18 2022 -0400

    change min version of elasticsearch
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 411a184db0..4e495bb133 100644
--- a/setup.py
+++ b/setup.py
@@ -144,7 +144,7 @@ setup(
         "drill": ["sqlalchemy-drill==0.1.dev"],
         "druid": ["pydruid>=0.6.1,<0.7"],
         "solr": ["sqlalchemy-solr >= 0.2.0"],
-        "elasticsearch": ["elasticsearch-dbapi>=0.2.0, <0.3.0"],
+        "elasticsearch": ["elasticsearch-dbapi>=0.2.9, <0.3.0"],
         "exasol": ["sqlalchemy-exasol >= 2.4.0, <3.0"],
         "excel": ["xlrd>=1.2.0, <1.3"],
         "firebird": ["sqlalchemy-firebird>=0.7.0, <0.8"],