Superset Dev
f9da2f93de
feat(mobile): consumption-only mobile experience behind MOBILE_CONSUMPTION_MODE
...
Adds an opt-in, consumption-only mobile experience (feature flag
MOBILE_CONSUMPTION_MODE, default off, @lifecycle: development):
- Dashboards: charts stacked full-width with real plugin dimensions
(ChartHolder reports full column count on mobile; heights capped to
the viewport minus chrome), sticky swipeable tab bars with gradient
overflow affordances, filter bar in a drawer (FilterBar mobileMode),
compact header (title scrolls away; edit/publish/fave/refresh controls
hidden; dashboard info moved into the kebab menu)
- Dashboard list: forced card view, full-width cards, search/filters and
sort in a drawer (single FilterControls instance)
- Home: dashboards-only Recents, compact empty states, desktop-only
sections hidden
- Navigation: hamburger drawer (dashboards, theme/language, user
info/logout with row-tap navigation)
- Route guarding: routes declare mobileSupported in routes.tsx;
everything else renders a MobileUnsupported screen; viewport growth
unblocks automatically (useIsMobile subscribes to matchMedia only when
the flag is on, so flag-off deployments have zero render delta)
- Serves a viewport meta tag (flag-gated) so mobile browsers lay out at
device width instead of the ~980px legacy viewport; exposes
is_feature_enabled to Jinja via the common context processor
- User docs (using-superset/mobile-experience.mdx) with a Playwright
screenshot generator following the docs:screenshots pattern
- Docker dev config enables the flag; jest + Playwright coverage
throughout
Squashed from the iterative mobile-dashboard-support history (preserved
at backup/mobile-pre-rebase-2).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-30 13:12:15 -07:00
Bhargava Vadlamani
7eceebce1c
feat(dbspec): Support apache datafusion dbspec ( #42374 )
2026-07-24 11:56:30 -07:00
Yash Shrivastava
c5f6d33d21
docs: add pattern to the list of organisations using superset ( #42341 )
2026-07-23 22:11:17 +07:00
Jean Pommier
dc5c5af467
docs: Add geOrchestra project and pi-geosolutions to In the Wild ( #41801 )
2026-07-08 08:24:03 -07:00
Evan Rusackas
5a6306983e
docs: add social media links to website footer and README ( #38108 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-06-05 14:06:43 -07:00
Evan Rusackas
2f82236b29
feat(docs): expand docs:screenshots generator with manifest and tutorial captures ( #39444 )
...
Co-authored-by: Claude <claude@anthropic.com >
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
Co-authored-by: Superset Dev <dev@superset.apache.org >
2026-05-08 10:02:19 -07:00
Laurent Ouattara
c1a1f2e7e7
docs: add Hifadih Business & Technology to In the Wild ( #38824 )
2026-04-15 14:48:58 -07:00
HY Chang
3cb00bf116
feat(database): add Google Cloud Datastore db engine spec ( #37677 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
Co-authored-by: Evan Rusackas <evan@preset.io >
2026-03-06 16:40:17 -08:00
Michael S. Molina
296bd7e56b
docs(extensions): fix extension developer documentation and CLI scaffolding ( #38472 )
2026-03-06 13:10:41 -03:00
Evan Rusackas
d640fe42c9
chore: remove Applitools visual testing integration ( #37873 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-11 08:07:19 -08:00
Evan Rusackas
46bca32677
docs(seo): add structured data, OpenGraph tags, and sitemap improvements ( #37404 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-06 11:09:19 -08:00
Miguel
07ff82f189
docs: add XNET to INTHEWILD list ( #37615 )
...
Co-authored-by: Miguel Deus <miguel@xnet.company >
Co-authored-by: Evan Rusackas <evan@preset.io >
2026-02-04 21:27:35 -08:00
Evan Rusackas
76889c1a69
feat(db_engine_specs): add Apache Phoenix and Apache IoTDB engine specs ( #37590 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-03 15:29:19 -05:00
Evan Rusackas
569606635b
docs(databases): add Supabase, AlloyDB, and Neon as PostgreSQL-compatible databases ( #37589 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-03 12:22:49 -08:00
Evan Rusackas
3ef33dcb76
feat(playwright): add documentation screenshot generator ( #37494 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-29 10:14:53 -08:00
Michael S. Molina
6cb3cea960
feat(extensions): Allow replacing editors using extensions ( #37499 )
2026-01-29 08:22:32 -03:00
Evan Rusackas
73e095db8e
docs(components): federate Storybook stories into Developer Portal MDX ( #37502 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 21:33:01 -08:00
Evan Rusackas
b3526fc4ca
docs(community): redesign community page with card grid layout ( #37536 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 17:58:05 -08:00
Evan Rusackas
f6f9e083ac
fix(docs): replace identicon logos and deduplicate README database wall ( #37500 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 12:33:36 -08:00
Evan Rusackas
073c3c72b4
docs: add HPE logo to In the Wild listing ( #37506 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 14:03:46 -05:00
Evan Rusackas
f787aec567
docs: add Netlify to CI services footer and improve layout ( #37451 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-27 14:41:38 -08:00
Peng Ren
73d4332b51
feat(database): SIP-195 Add MongoDB database engine support ( #37368 )
...
Co-authored-by: Peng Ren <ia250@cummins.com >
2026-01-26 15:51:35 -08:00
ellion90
3ca8c998ab
docs(INTHEWILD): add club 25 de agosto ( #37110 )
2026-01-22 17:30:03 -05:00
Evan Rusackas
b460ca94c6
feat(docs): auto-generate database documentation from lib.py ( #36805 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-21 10:54:01 -08:00
Türker Ziya Ercin
4c01b5c324
docs: Add UserGuiding INTHEWILD.yaml ( #37030 )
2026-01-14 12:05:46 -08:00
hlyda0601
16e046b5d9
docs(INTHEWILD): add HOLLYLAND猛玛 ( #36968 )
2026-01-08 13:47:28 -05:00
Jeroen Habets
03caa7b337
docs(INTHEWILD): add Cirrus Assessment ( #36871 )
...
Co-authored-by: Evan Rusackas <evan@preset.io >
2026-01-07 13:53:09 -08:00
Pat Buxton
6f67b05375
chore: Update INTHEWILD.yaml for PlaidCloud ( #36741 )
2026-01-07 11:44:34 -08:00
İbrahim Ercan
1334040fd6
chore(docs): Include VLMedia logo to intothewild ( #36868 )
...
Co-authored-by: Ibrahim Ercan <ibrahim.ercan@vlmedia.com.tr >
2026-01-02 23:18:31 -08:00
Michael S. Molina
9e04c3471d
docs: Add SQL Lab Result Stats to community extensions registry ( #36796 )
2025-12-23 10:39:47 -08:00
Michael S. Molina
8f8fe19e3e
docs: Add SQL Snippets to community extensions registry ( #36797 )
2025-12-23 14:52:09 -03:00
Michael S. Molina
ff3dab9b3b
docs: Add Query Estimator to community extensions registry ( #36814 )
2025-12-23 14:25:45 -03:00
Michael S. Molina
ae491aee00
docs: Add SQL Lab Query Comparison to community extensions registry ( #36769 )
2025-12-19 16:55:16 -03:00
Evan Rusackas
3258082819
docs: add SQL Lab Export to Parquet to community extensions registry ( #36755 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-19 09:16:43 -08:00
Michael S. Molina
24a4f8510d
docs: Add SQL Lab Export to Google Sheets to community extensions registry ( #36714 )
2025-12-17 16:53:10 -03:00
Catherine Qu
5ce4c52cfa
feat(docs): In the Wild page with YAML data and AntD components ( #36386 )
...
Co-authored-by: Catherine Qu <catherine.qu@mail.utoronto.ca >
Co-authored-by: Evan Rusackas <evan@rusackas.com >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-17 09:42:29 -08:00
Michael S. Molina
d300d69f8f
docs: Update API Explorer screenshot ( #36483 )
2025-12-09 10:09:29 -03:00
Mehmet Salih Yavuz
340ab9f238
docs: Add SQL Flow Visualizer to community extensions registry ( #36454 )
2025-12-08 15:28:45 -08:00
Michael S. Molina
5e3ff0787b
docs(extensions): Add community extensions registry page ( #36312 )
2025-12-02 09:03:04 -05:00
Evan Rusackas
cdbd5bf4f9
chore(docs): config Kapa to use logo from the repo ( #36177 )
2025-11-19 10:21:49 -08:00
Đỗ Trọng Hải
1a54b761c1
feat(db): remove Rockset DB support ( #33929 )
2025-06-27 23:12:54 +07:00
Hugues Verlin
c131205ff1
docs: Update documentation about publishing a dashboard ( #32999 )
2025-04-07 10:19:39 -07:00
Alex Duan
06f8f8e608
fix: TDengine move tdengine.png to databases/ subfolder ( #32176 )
2025-02-07 10:39:54 -08:00
Alex Duan
649a0dec6c
feat: add TDengine.py driver to db_engine ( #32041 )
...
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
2025-02-06 12:45:55 -08:00
Oleg Ovcharuk
cf5c770adc
feat: add YDB as a new database engine ( #31141 )
2024-12-05 09:14:19 -05:00
Seiya
7d60a88048
docs: Update doc about CSV upload ( #30867 )
...
Co-authored-by: Evan Rusackas <evan@preset.io >
2024-11-21 16:15:08 -07:00
Denodo Research Labs
1c56857f0c
feat(db_engine_specs): added support for Denodo Virtual DataPort ( #29927 )
2024-10-24 16:24:28 -07:00
Mathis Van Eetvelde
aa26ca5c27
fix(docs): update timescale.png ( #24411 )
...
Signed-off-by: Mathis Van Eetvelde <mathis.vaneetvelde@protonmail.com >
2024-08-05 13:07:21 -06:00
Ayush Tripathi
ec5bbaa678
feat: add connector for CouchbaseDB ( #29225 )
...
Co-authored-by: ayush-couchbase <ayush.tripathi@couchbase.com >
2024-07-10 11:54:36 +03:00
yuanoOo
b4560d442b
feat(database): Add OceanBase support ( #29496 )
2024-07-09 11:26:23 +02:00