[incubator-superset] branch erik-ritter--always-create-cache updated (1e18818 -> 640dccb)

2020-01-24 Thread johnbodley
This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a change to branch erik-ritter--always-create-cache
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


 discard 1e18818  Refactoring cache typing
 add 640dccb  Refactoring cache typing

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1e18818)
\
 N -- N -- N   refs/heads/erik-ritter--always-create-cache (640dccb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 superset/config.py | 4 
 1 file changed, 4 deletions(-)



[incubator-superset] branch erik-ritter--always-create-cache updated (302f3d2 -> 1e18818)

2020-01-24 Thread johnbodley
This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a change to branch erik-ritter--always-create-cache
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


 discard 302f3d2  Refactoring cache typing
 add 1e18818  Refactoring cache typing

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (302f3d2)
\
 N -- N -- N   refs/heads/erik-ritter--always-create-cache (1e18818)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 superset/config.py  |  2 +-
 superset/utils/cache_manager.py | 10 --
 tests/utils_tests.py|  7 +--
 3 files changed, 6 insertions(+), 13 deletions(-)



[incubator-superset] branch erik-ritter--always-create-cache updated (577bdcc -> 302f3d2)

2020-01-24 Thread johnbodley
This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a change to branch erik-ritter--always-create-cache
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


from 577bdcc  Update cache_manager.py
 add 302f3d2  Refactoring cache typing

No new revisions were added by this update.

Summary of changes:
 superset/config.py |  5 +++--
 superset/{db_engine_specs/vertica.py => typing.py} |  7 ---
 superset/utils/cache_manager.py| 11 ++-
 3 files changed, 13 insertions(+), 10 deletions(-)
 copy superset/{db_engine_specs/vertica.py => typing.py} (82%)



[incubator-superset] branch erik-ritter--always-create-cache updated (718e298 -> 577bdcc)

2020-01-24 Thread erikrit
This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a change to branch erik-ritter--always-create-cache
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


from 718e298  [Caching] Ensure cache is always created
 add 577bdcc  Update cache_manager.py

No new revisions were added by this update.

Summary of changes:
 superset/utils/cache_manager.py | 26 --
 1 file changed, 12 insertions(+), 14 deletions(-)



[incubator-superset] 01/01: [Caching] Ensure cache is always created

2020-01-24 Thread erikrit
This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a commit to branch erik-ritter--always-create-cache
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 718e29878595c9a92e5ad55b341058accd55be9a
Author: Erik Ritter 
AuthorDate: Fri Jan 24 17:46:49 2020 -0800

[Caching] Ensure cache is always created
---
 superset/utils/cache_manager.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/superset/utils/cache_manager.py b/superset/utils/cache_manager.py
index cfbeb34..75df8fd 100644
--- a/superset/utils/cache_manager.py
+++ b/superset/utils/cache_manager.py
@@ -38,8 +38,7 @@ class CacheManager:
 """Setup the flask-cache on a flask app"""
 if cache_config:
 if isinstance(cache_config, dict):
-if cache_config.get("CACHE_TYPE") != "null":
-return Cache(app, config=cache_config)
+return Cache(app, config=cache_config)
 else:
 # Accepts a custom cache initialization function,
 # returning an object compatible with Flask-Caching API



[incubator-superset] branch erik-ritter--always-create-cache created (now 718e298)

2020-01-24 Thread erikrit
This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a change to branch erik-ritter--always-create-cache
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


  at 718e298  [Caching] Ensure cache is always created

This branch includes the following new commits:

 new 718e298  [Caching] Ensure cache is always created

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.




[incubator-superset] branch master updated (922eec2 -> c552c85)

2020-01-24 Thread erikrit
This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


from 922eec2  [SQL Lab] Cache function names query (#9019)
 add c552c85  [dashboard] fix, enable info endpoint (#9015)

No new revisions were added by this update.

Summary of changes:
 superset/constants.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)



[incubator-superset] branch master updated (f079b6d -> 922eec2)

2020-01-24 Thread erikrit
This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


from f079b6d  [i18n] enable spanish (#9010)
 add 922eec2  [SQL Lab] Cache function names query (#9019)

No new revisions were added by this update.

Summary of changes:
 superset/db_engine_specs/hive.py   | 3 ++-
 superset/db_engine_specs/presto.py | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)



[incubator-superset] branch master updated (dcfa047 -> f079b6d)

2020-01-24 Thread erikrit
This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


from dcfa047  [fix] Ensure sunburst column ordering adheres to hierarchy 
(#9011)
 add f079b6d  [i18n] enable spanish (#9010)

No new revisions were added by this update.

Summary of changes:
 superset/config.py | 1 +
 1 file changed, 1 insertion(+)



[incubator-superset] branch master updated (a4b8e0b -> dcfa047)

2020-01-24 Thread johnbodley
This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


from a4b8e0b  [SQL Lab] Add function names to autocomplete (#9012)
 add dcfa047  [fix] Ensure sunburst column ordering adheres to hierarchy 
(#9011)

No new revisions were added by this update.

Summary of changes:
 superset/viz.py | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)



[incubator-superset] branch master updated (a85df65 -> a4b8e0b)

2020-01-24 Thread erikrit
This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


from a85df65  Z index registry / clean-up (#8984)
 add a4b8e0b  [SQL Lab] Add function names to autocomplete (#9012)

No new revisions were added by this update.

Summary of changes:
 .../assets/src/SqlLab/components/AceEditorWrapper.jsx   | 15 ++-
 superset/assets/src/SqlLab/components/SqlEditor.jsx |  3 +++
 superset/assets/src/SqlLab/constants.js |  1 +
 superset/db_engine_specs/base.py| 11 +++
 superset/db_engine_specs/hive.py| 17 -
 superset/db_engine_specs/presto.py  | 11 +++
 superset/models/core.py |  6 +-
 superset/views/database/api.py  |  1 +
 8 files changed, 62 insertions(+), 3 deletions(-)