You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/03/21 19:07:33 UTC

(superset) branch clarifying-target-path updated (1581c5c6cb -> 41cc5c8cbc)

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

rusackas pushed a change to branch clarifying-target-path
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 1581c5c6cb typo
 discard 0258cd015f chore: clarifying doc comments about LOGO_TARGET_PATH
     add 718cd64657 fix: Skips Hive tests that are blocking PRs (#27605)
     add e32b1c861f docs: make k8s top item in Installation section (#27540)
     add fcceaf081c fix(db_engine_specs): Update convert_dttm to work correctly with CrateDB (#27567)
     add 6e528426dd feat: Adds option to disable drill to detail per database (#27536)
     add e3ea33d9f1 chore: clarifying doc comments about LOGO_TARGET_PATH
     add 41cc5c8cbc typo

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   (1581c5c6cb)
            \
             N -- N -- N   refs/heads/clarifying-target-path (41cc5c8cbc)

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:
 .../installing-superset-using-docker-compose.mdx   |  21 ++-
 docs/docs/installation/running-on-kubernetes.mdx   |  12 +-
 docs/docs/intro.mdx                                |   1 -
 docs/static/resources/openapi.json                 |   3 +
 .../DrillDetail/DrillDetailMenuItems.test.tsx      |  16 +-
 .../Chart/DrillDetail/DrillDetailMenuItems.tsx     | 185 ++++++++++-----------
 .../DatabaseSelector/DatabaseSelector.test.tsx     |   4 +
 superset-frontend/src/dashboard/types.ts           |   2 +
 .../databases/DatabaseModal/ExtraOptions.tsx       |  16 ++
 superset-frontend/src/features/databases/types.ts  |   1 +
 .../AddDataset/LeftPanel/LeftPanel.test.tsx        |   4 +
 superset-frontend/src/types/Database.ts            |   1 +
 superset/dashboards/schemas.py                     |   1 +
 superset/databases/api.py                          |   1 +
 superset/databases/schemas.py                      |   5 +-
 superset/db_engine_specs/crate.py                  |   2 +-
 superset/models/core.py                            |   8 +-
 superset/sqllab/utils.py                           |   1 +
 superset/views/database/mixins.py                  |   4 +-
 tests/integration_tests/charts/data/api_tests.py   |  15 +-
 tests/integration_tests/core_tests.py              |  23 +++
 tests/integration_tests/databases/api_tests.py     |   1 +
 tests/unit_tests/db_engine_specs/test_crate.py     |   2 +-
 23 files changed, 204 insertions(+), 125 deletions(-)