You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2020/09/20 21:50:41 UTC

[incubator-superset] branch john-bodley--remove-warning-msg created (now f528c27)

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

johnbodley pushed a change to branch john-bodley--remove-warning-msg
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


      at f528c27  chore: Remove Obsolete WARNING_MSG from config

This branch includes the following new commits:

     new f528c27  chore: Remove Obsolete WARNING_MSG from config

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] 01/01: chore: Remove Obsolete WARNING_MSG from config

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

johnbodley pushed a commit to branch john-bodley--remove-warning-msg
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit f528c2776e04ffe5c839c5570482f8cb7d66191b
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Sun Sep 20 14:50:06 2020 -0700

    chore: Remove Obsolete WARNING_MSG from config
---
 superset/config.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/superset/config.py b/superset/config.py
index 02070ad..a7a5e90 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -498,11 +498,6 @@ MAX_TABLE_NAMES = 3000
 SQLLAB_SAVE_WARNING_MESSAGE = None
 SQLLAB_SCHEDULE_WARNING_MESSAGE = None
 
-# If defined, shows this text in an alert-warning box in the navbar
-# one example use case may be "STAGING" to make it clear that this is
-# not the production version of the site.
-WARNING_MSG = None
-
 # Default celery config is to use SQLA as a broker, in a production setting
 # you'll want to use a proper broker as specified here:
 # http://docs.celeryproject.org/en/latest/getting-started/brokers/index.html