Evan Rusackas
fe0ea69280
feat(controls): Migrate all control panels to React component functions
...
Major refactor to modernize control panel system:
## Changes Made
### Core Infrastructure
- Created InlineControls.tsx with helper functions for all control types
- Added SharedControlComponents for replacing string control references
- Fixed TypeScript types and imports across all control panels
- Added proper exports and type definitions
### Control Panel Migrations
- Converted 20+ control panel files from inline configurations to React components
- Eliminated all string control references (e.g., ['metric'] → MetricControl())
- Updated all legacy-plugin-chart-* plugins
- Updated all legacy-preset-chart-deckgl layers
- Fixed chord diagram control panel (was prematurely using JSON Forms)
### Type Safety Improvements
- Fixed choice array type mismatches (now supports mixed types)
- Resolved import conflicts by renaming inline control helpers
- Added proper TypeScript types for all control configurations
- Reduced TypeScript errors by 57% (44 → 19)
### Pattern Conversion
Before: { name: 'control', config: { type: 'SelectControl', ... } }
After: SelectControl({ name: 'control', ... })
This sets the foundation for the next phase: migrating to JSON Forms format.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-08-08 14:14:39 -07:00
Mehmet Salih Yavuz
761daec53d
feat(timeshift): Add support for date range timeshifts ( #34375 )
2025-08-05 19:31:40 +03:00
Vitor Avila
407fb67f1e
fix: Avoid null scrollLeft in VirtualTable ( #34545 )
2025-08-05 09:25:47 -03:00
Vitor Avila
49689eec6c
feat: Enable drilling in embedded ( #34319 )
2025-08-05 02:23:00 -03:00
Maxime Beauchemin
791ea9860d
fix(explore): Fix missing await for async buildV1ChartDataPayload calls ( #34528 )
2025-08-04 15:08:34 -07:00
JUST.in DO IT
2f8939d229
fix(native filters): throws an error when a chart containing a bigint value ( #34539 )
2025-08-04 16:17:06 -03:00
JUST.in DO IT
ccf6290120
chore(core): Add drawer to core ui components ( #34515 )
2025-08-04 11:06:29 -07:00
dependabot[bot]
96a1aa60e8
chore(deps): update gh-pages requirement from ^6.2.0 to ^6.3.0 in /superset-frontend/packages/superset-ui-demo ( #34444 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-03 00:38:12 -07:00
dependabot[bot]
2ea0368c2d
chore(deps-dev): bump @types/classnames from 2.3.0 to 2.3.4 in /superset-frontend ( #34478 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-03 00:36:27 -07:00
dependabot[bot]
9e407e4e80
chore(deps): bump dom-to-image-more from 3.5.0 to 3.6.0 in /superset-frontend ( #34482 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-03 00:11:29 -07:00
dependabot[bot]
360e58c181
chore(deps): bump @deck.gl/core from 9.1.13 to 9.1.14 in /superset-frontend ( #34480 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-03 00:11:13 -07:00
dependabot[bot]
22d5eb7835
chore(deps-dev): bump tsx from 4.19.4 to 4.20.3 in /superset-frontend ( #34484 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-03 00:10:12 -07:00
dependabot[bot]
7c4a77a909
chore(deps-dev): bump @babel/compat-data from 7.27.2 to 7.28.0 in /superset-frontend ( #34485 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-03 00:09:55 -07:00
Evan Rusackas
4e209e51d0
fix(sqllab): prevent strings with angle brackets from being hidden ( #34512 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-02 22:53:17 -07:00
Ville Brofeldt
7191ae55c8
fix: docs eslint command ( #34520 )
2025-08-02 16:49:23 -07:00
Ville Brofeldt
17725ebc83
chore: use logger on all migrations ( #34521 )
2025-08-02 12:19:50 -07:00
JUST.in DO IT
1a7a381bd5
fix(echart): initial chart animation ( #34516 )
2025-08-02 08:41:53 -03:00
dependabot[bot]
daf207e5c2
chore(deps): bump less from 4.3.0 to 4.4.0 in /docs ( #34494 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 17:10:59 -07:00
dependabot[bot]
72294c569f
chore(deps): bump antd from 5.26.3 to 5.26.7 in /docs ( #34495 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 17:10:39 -07:00
dependabot[bot]
792dd08d38
chore(deps-dev): bump @eslint/js from 9.31.0 to 9.32.0 in /docs ( #34497 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 17:09:58 -07:00
dependabot[bot]
1e40e7d02b
chore(deps): bump swagger-ui-react from 5.26.0 to 5.27.1 in /docs ( #34498 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 17:09:29 -07:00
dependabot[bot]
7e98c75f01
chore(deps-dev): bump eslint-config-prettier from 10.1.5 to 10.1.8 in /docs ( #34499 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 17:08:40 -07:00
dependabot[bot]
b18de05ea4
chore(deps-dev): bump webpack from 5.99.9 to 5.101.0 in /docs ( #34500 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 17:08:09 -07:00
dependabot[bot]
9300652277
chore(deps): bump actions/first-interaction from 1 to 2 ( #34459 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 14:02:25 -07:00
yousoph
7c2ec4ca5f
fix: Update table chart configuration labels to sentence case ( #34438 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-01 12:02:42 -07:00
Evan Rusackas
6a83b6fd87
fix(pie chart): Total now positioned correctly with all Legend positions, and respects theming ( #34435 )
2025-08-01 12:00:23 -07:00
Evan Rusackas
659cd33749
fix(echarts): resolve bar chart X-axis time formatting stuck on adaptive ( #34436 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-01 09:55:20 -07:00
Maxime Beauchemin
cb27d5fe8d
chore: proper current_app.config proxy usage ( #34345 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 19:27:42 -07:00
Joe Li
6c9cda758a
chore: update chart list e2e and component tests ( #34393 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 17:12:55 -07:00
Mehmet Salih Yavuz
967134f540
fix(theming): Visual bugs p-3 ( #34424 )
2025-08-01 00:26:38 +03:00
dependabot[bot]
25bb353f9d
chore(deps-dev): update jest requirement from ^30.0.2 to ^30.0.4 in /superset-frontend/packages/generator-superset ( #34039 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@rusackas.com >
2025-07-31 13:24:18 -07:00
Beto Dealmeida
9cf2472291
fix: time grain and DB dropdowns ( #34431 )
2025-07-31 16:10:04 -04:00
ObservabilityTeam
cf5b976659
fix(dashboard): adds dependent filter select first value fixes ( #34137 )
...
Co-authored-by: Muhammad Musfir <muhammad.musfir@de-cix.net >
2025-07-31 12:39:30 -07:00
yousoph
70394e79ef
feat: Add configurable query identifiers for Mixed Timeseries charts ( #34406 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 12:16:12 -07:00
Kasia
ea64f3122e
chore: Change button labels to sentence case ( #34432 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 12:04:33 -07:00
Kasia
50197fc33e
chore: Add bottom border to top navigation menu ( #34429 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 12:03:38 -07:00
Maxime Beauchemin
c480fa7fcf
fix(migrations): prevent theme seeding before themes table exists ( #34433 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 11:35:34 -07:00
Beto Dealmeida
6fc734da51
fix: prevent anonymous code in Postgres ( #34412 )
2025-07-31 08:33:34 -04:00
JUST.in DO IT
762a11b0bb
fix(sqllab): access legacy kv record ( #34411 )
2025-07-31 08:58:10 -03:00
Michael Gerber
f168dd69a8
fix(sunburst): Fix sunburst chart cross-filter logic ( #31495 )
2025-07-30 18:47:02 -07:00
Maxime Beauchemin
becd0b8883
feat: add runtime custom font loading via configuration ( #34416 )
2025-07-30 18:01:37 -07:00
Maxime Beauchemin
fd4570625a
fix(theme-list): reorder buttons to place import leftmost ( #34389 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-30 14:17:23 -07:00
Maxime Beauchemin
54a5b58e40
feat(codespaces): auto-setup Python venv with dependencies ( #34409 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-30 13:57:54 -07:00
Mehmet Salih Yavuz
a611278e04
fix: Console errors from various sources ( #34178 )
...
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
2025-07-30 23:32:32 +03:00
dependabot[bot]
5c2eb0a68c
build(deps): bump reselect from 4.1.7 to 5.1.1 in /superset-frontend ( #30119 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: hainenber <dotronghai96@gmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: hainenber <dotronghai96@gmail.com >
2025-07-30 08:54:58 -07:00
dependabot[bot]
0cbf4d5d4d
chore(deps): bump d3-scale from 3.3.0 to 4.0.2 in /superset-frontend/packages/superset-ui-core ( #31534 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: hainenber <dotronghai96@gmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: hainenber <dotronghai96@gmail.com >
Co-authored-by: Đỗ Trọng Hải <41283691+hainenber@users.noreply.github.com >
2025-07-30 08:52:30 -07:00
Hari Kiran
6006a21378
docs(development): fix comment in the dockerfile ( #34391 )
2025-07-29 21:53:46 -07:00
Maxime Beauchemin
bf967d6ba4
fix(charts): Fix unquoted 'Others' literal in series limit GROUP BY clause ( #34390 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-29 17:36:10 -07:00
Hari Kiran
131ae5aa9d
docs(development): fix typo in the dockerfile ( #34387 )
2025-07-29 14:24:18 -07:00
Cesc Bausà
eca28582b6
feat(i18n): update Spanish translations (messages.po) ( #34206 )
2025-07-29 13:49:40 -07:00