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

beto pushed a change to branch fix-adhoc
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 559bc0222a fix: adhoc queries
     add fc857d987b fix: Unable to parse escaped tables (#30560)
     add 7b47e43fd0 fix: Horizon Chart are not working any more (#30563)
     add 7a8e8f890f fix: Incorrect type in config.py (#30564)
     add 211564a6da fix(dashboard-export): Fixes  datasetId is not replaced 
with datasetUuid in Dashboard export in 4.1.x (#30425)
     add 318eff7327 fix(Jinja): Extra cache keys to consider vars with set 
(#30549)
     add 62b94d5abf fix(dev-server): Revert "chore(fe): bump webpack-related 
packages to v5" (#30569)
     add a656d391cc fix: adhoc queries

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   (559bc0222a)
            \
             N -- N -- N   refs/heads/fix-adhoc (a656d391cc)

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-embedded-sdk/package-lock.json            |   15 +-
 superset-embedded-sdk/package.json                 |    2 +-
 superset-frontend/package-lock.json                | 1007 +++++++++-----------
 superset-frontend/package.json                     |    6 +-
 .../src/controlPanel.ts                            |    6 +
 superset-frontend/webpack.config.js                |   16 +-
 superset/commands/dashboard/export.py              |   34 +-
 superset/config.py                                 |    5 +
 superset/initialization/__init__.py                |    5 +
 superset/jinja_context.py                          |   15 +-
 superset/sql_parse.py                              |   57 +-
 .../integration_tests/dashboards/commands_tests.py |   45 +
 tests/integration_tests/sqla_models_tests.py       |  194 ++--
 tests/unit_tests/sql/parse_tests.py                |   13 +
 14 files changed, 679 insertions(+), 741 deletions(-)

Reply via email to