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

(superset) branch sql_rowcount updated (c73f32026d -> 1e3153f5a1)

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

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


 discard c73f32026d flaky test
 discard 94b06a9447 fix unit test
 discard 9e23359545 fix tsc
 discard 5a5151c61f fix: row limits & row count labels are confusing
     add 8ae4662f17 chore(docs): Cleanup UPDATING.md (#27768)
     add fcf90dffa8 feat(db_engine): Add custom_user_agent when connecting to MotherDuck (#27665)
     add 79cf2060e5 docs: simplify the Quickstart guide (#27612)
     add c0f8dfc7f9 chore(🦾): bump python thrift 0.16.0 -> 0.20.0 (#27754)
     add 356b0d8ee5 feat: Adds Heatmap chart migration logic (#27771)
     add 5b1d6b2850 fix: Select's storybook (#27785)
     add 405083ccf6 fix: row limits & row count labels are confusing
     add 988a3d157c fix tsc
     add 8e84c0877c fix unit test
     add f18a6f4d64 flaky test
     add 1e3153f5a1 rebasoing

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   (c73f32026d)
            \
             N -- N -- N   refs/heads/sql_rowcount (1e3153f5a1)

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:
 UPDATING.md                                        |   4 +-
 .../installing-superset-using-docker-compose.mdx   |   8 +-
 docs/docs/quickstart.mdx                           |  84 +++----
 requirements/development.txt                       |   4 +-
 superset-frontend/package-lock.json                |   1 -
 .../src/components/Select/Select.stories.tsx       | 269 ++++++++++-----------
 superset/cli/viz_migrations.py                     |   3 +
 superset/db_engine_specs/duckdb.py                 |  26 +-
 .../migrations/shared/migrate_viz/processors.py    |  15 ++
 tests/unit_tests/db_engine_specs/test_duckdb.py    |  34 +++
 .../migrations/viz/heatmap_v1_v2_test.py           |  78 ++++++
 11 files changed, 331 insertions(+), 195 deletions(-)
 create mode 100644 tests/unit_tests/migrations/viz/heatmap_v1_v2_test.py