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

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


    omit 470e30d94c chore: fix spacing in AGENTS.md
     add 9fabd7f997 docs: show Developer Portal in global navigation (#37313)
     add b630830841 fix(sqllab): add colorEditorSelection token for visible 
text selection (#36932)
     add 87bbd54d0a feat(examples): Transpile virtual dataset SQL on import 
(#37311)
     add 3ca8c998ab docs(INTHEWILD): add club 25 de agosto (#37110)
     add 760227d630 fix(theme): migrate APP_NAME to brandAppName theme token 
with backward compatibility (#37370)
     add d17bc5986e chore: fix spacing in AGENTS.md

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   (470e30d94c)
            \
             N -- N -- N   refs/heads/showtime-master (d17bc5986e)

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:
 RESOURCES/INTHEWILD.yaml                           |  22 +-
 UPDATING.md                                        |  24 +-
 docs/docusaurus.config.ts                          |   2 +-
 docs/src/data/databases.json                       |   2 +-
 docs/static/img/logos/club25deagosto.svg           | Bin 0 -> 15461 bytes
 docs/versions-config.json                          |   2 +-
 .../packages/superset-core/src/ui/theme/types.ts   |   8 +
 .../src/components/AsyncAceEditor/index.tsx        |   3 +-
 .../src/dashboard/containers/DashboardPage.tsx     |  19 +-
 .../components/ExploreViewContainer/index.jsx      |  19 +-
 superset/commands/dashboard/export_example.py      |   4 +
 superset/commands/importers/v1/examples.py         |  58 ++++
 superset/config.py                                 |   9 +
 superset/datasets/schemas.py                       |   2 +
 superset/sql/parse.py                              |  21 +-
 superset/templates/superset/spa.html               |   2 +
 superset/views/base.py                             |  40 ++-
 .../commands/importers/v1/examples_test.py         | 244 +++++++++++++++++
 tests/unit_tests/sql/transpile_to_dialect_test.py  |  51 ++++
 tests/unit_tests/views/test_base_theme_helpers.py  | 302 +++++++++++++++++++++
 20 files changed, 809 insertions(+), 25 deletions(-)
 create mode 100644 docs/static/img/logos/club25deagosto.svg
 create mode 100644 tests/unit_tests/commands/importers/v1/examples_test.py

Reply via email to