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

maximebeauchemin pushed a change to branch refactor_empty
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 0b2a2177f2 fixup
 discard 2d4c4e2e82 fixes
 discard e6cd47940a fixin'
 discard a4b19a02c3 simplify empty home
    omit dc49e9fd1c chore: Empty state refactor
     add 4ca5846c7f feat: old Firebolt dialect (#31849)
     add f235787703 fix(bigquery): return no catalogs when creds not set 
(#31837)
     add aacfe4d667 docs: add a note about accessing the dev env's postgres 
database (#31874)
     add fc8710f50a chore: add a disable for pylint (#31875)
     add ab6045691e feat: use npm run dev-server in docker-compose (#31876)
     add 5640c7430a chore: Empty state refactor

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   (0b2a2177f2)
            \
             N -- N -- N   refs/heads/refactor_empty (5640c7430a)

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:
 docker-compose.yml                                 |   4 +
 docker/docker-frontend.sh                          |   4 +-
 docs/docs/contributing/development.mdx             |  11 ++
 .../src/features/home/EmptyState.test.tsx          | 115 ++++++++++++--------
 superset-frontend/webpack.config.js                |  26 ++---
 superset-frontend/webpack.proxy-config.js          |   6 +-
 superset/config.py                                 |   4 +-
 superset/db_engine_specs/bigquery.py               |  34 +++++-
 superset/initialization/__init__.py                |   7 +-
 superset/sql/dialects/__init__.py                  |   4 +
 superset/sql/dialects/firebolt.py                  | 119 ++++++++++++++++++++-
 superset/sql/parse.py                              |   4 +-
 tests/unit_tests/sql/parse_tests.py                |  18 ++++
 13 files changed, 282 insertions(+), 74 deletions(-)

Reply via email to