Maxime Beauchemin
54e6bd6597
chore: remove unnecessary curl installation from Dockerfile
...
Node.js healthcheck uses built-in http module, no need for curl.
2026-01-20 16:49:54 +00:00
Maxime Beauchemin
1a8bfca18e
Use Node.js for node container healthcheck
...
Replaces /proc/net/tcp parsing with a proper Node.js-based HTTP
healthcheck similar to Flask's curl-based approach. Uses Node's built-in
http module to check if webpack dev server is responding.
This is more maintainable and portable than parsing kernel network state.
2026-01-20 16:07:38 +00:00
Maxime Beauchemin and Claude
bc76ab4eec
fix(docker): set FLASK_RUN_HOST for docker-compose-light networking
...
Fixes Flask backend connectivity in docker-compose-light setup by
setting FLASK_RUN_HOST=0.0.0.0 environment variable.
Without this variable, Flask's development server only binds to
127.0.0.1 (localhost), preventing the webpack dev server container
from proxying requests to the backend API. This caused health check
timeouts and made the application inaccessible.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2026-01-20 16:06:51 +00:00
Geidō and GitHub
2900258e05
fix(Dashboard): Auto-apply filters with default values when extraForm… ( #36927 )
2026-01-19 11:04:09 +01:00
Jean Massucatto and GitHub
2e29e33dd8
fix(calendar-heatmap): correct month display across timezones ( #37064 )
2026-01-19 12:37:40 +03:00
amaannawab923 and GitHub
39238ef8a9
feat(ag-grid-table): Enable Time Shift feature for AG Grid Table ( #37072 )
2026-01-19 14:56:05 +05:30
476e454384
chore(deps): update @deck.gl/extensions requirement from ~9.2.2 to ~9.2.5 in /superset-frontend/plugins/legacy-preset-chart-deckgl ( #36618 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-18 15:42:50 -08:00
4d462c76bd
chore(deps-dev): bump @types/urijs from 1.19.25 to 1.19.26 in /superset-frontend ( #36636 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-18 15:42:30 -08:00
a06e6eb680
chore(deps): bump googleapis from 169.0.0 to 170.1.0 in /superset-frontend ( #37195 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-18 15:42:14 -08:00
cee5ce13e0
chore(deps-dev): bump @types/node from 25.0.3 to 25.0.9 in /superset-frontend ( #37196 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-18 15:41:58 -08:00
6453980d8d
chore(deps): bump react-error-boundary from 6.0.0 to 6.1.0 in /superset-frontend ( #37206 )
...
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 >
2026-01-18 15:40:57 -08:00
f984dca5cc
fix(sunburst): make Show Total text theme-aware ( #37177 )
...
Co-authored-by: DarshCode123 <darshjain193@gmail.com >
Co-authored-by: SBIN2010 <Sbin2010@mail.ru >
2026-01-18 14:43:16 +03:00
Yousuf Ansari and GitHub
a77c2d550c
fix(mixed-timeseries): prevent duplicate legend entries ( #37217 )
2026-01-18 00:33:33 +03:00
f00f7d1c18
chore(deps): bump ioredis from 5.9.0 to 5.9.2 in /superset-websocket ( #37194 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-17 14:22:18 +07:00
33ff127370
chore(deps-dev): bump baseline-browser-mapping from 2.9.9 to 2.9.14 in /superset-frontend ( #37198 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-17 14:21:39 +07:00
b941be01cf
chore(deps-dev): bump @types/node from 25.0.8 to 25.0.9 in /superset-websocket ( #37193 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-17 13:57:21 +07:00
Richard Fogaca Nienkotter and GitHub
f4474b2e3e
feat: Dynamic currency ( #36416 )
2026-01-16 21:58:41 -08:00
896947c787
fix(mcp): restore select_columns filtering in list tools ( #37213 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-16 17:35:34 -08:00
Pedro Rodrigues and GitHub
4b1d92e575
feat: add droppable area to tab empty state ( #37210 )
2026-01-16 22:51:52 +01:00
2bcb66c2fc
refactor(mcp): simplify single metric chart type check ( #37215 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-16 19:35:26 +01:00
d0783da3e5
fix(mcp): Handle big_number charts and make semantic warnings non-blocking ( #37142 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-16 18:19:06 +01:00
Amin Ghadersohi and GitHub
4532ccf638
fix(mcp): push Flask app context in mcp_auth_hook for tool execution ( #37190 )
2026-01-16 07:45:57 -08:00
c30edaf075
feat: add tab select with save chart to dashboard ( #36332 )
...
Co-authored-by: Evan Rusackas <evan@preset.io >
Co-authored-by: Enzo Martellucci <enzomartellucci@gmail.com >
2026-01-16 15:55:27 +01:00
Kamil Gabryjelski and GitHub
54f19856de
fix: HTML detection in tables ( #37171 )
2026-01-16 15:39:32 +01:00
Kamil Gabryjelski and GitHub
ab8df1ab34
fix: Move head_custom_extra above csrf token input ( #37173 )
2026-01-16 15:39:17 +01:00
Alexandru Soare and GitHub
9555798d37
fix(data-zoom): Data-zoom not rendered properly in Matrixify ( #37134 )
2026-01-16 14:55:21 +01:00
Mehmet Salih Yavuz and GitHub
95c14b1fc1
chore(Matrixify): disable matrixify for incompatible viz types ( #37163 )
2026-01-16 11:12:05 +03:00
b142f1956f
chore(deps): bump chrono-node from 2.7.8 to 2.9.0 in /superset-frontend ( #36632 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 17:37:40 -08:00
e071e0c5a4
chore(deps-dev): bump eslint-plugin-prettier from 5.5.4 to 5.5.5 in /superset-frontend ( #37160 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 17:37:27 -08:00
129b8e10a2
chore(deps-dev): bump @babel/core from 7.28.3 to 7.28.6 in /superset-frontend ( #37154 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 17:17:53 -08:00
82d74d15ec
chore(deps): bump react-intersection-observer from 9.16.0 to 10.0.0 in /superset-frontend ( #37162 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 14:01:51 -08:00
89380638b0
chore(deps): bump immer from 11.0.1 to 11.1.3 in /superset-frontend ( #37159 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 14:01:37 -08:00
c6ad0dbd3a
chore(deps-dev): bump prettier from 3.7.4 to 3.8.0 in /superset-frontend ( #37156 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 14:01:23 -08:00
f69cd43bd0
chore(deps-dev): bump eslint-plugin-prettier from 5.5.4 to 5.5.5 in /docs ( #37153 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 14:00:58 -08:00
4c267b7ee2
chore(deps-dev): bump prettier from 3.7.4 to 3.8.0 in /docs ( #37152 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 13:59:23 -08:00
7f6cdc5616
chore(deps-dev): bump prettier from 3.7.4 to 3.8.0 in /superset-websocket ( #37149 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 13:59:06 -08:00
db61e4f62a
chore(deps-dev): bump eslint-plugin-react-you-might-not-need-an-effect from 0.8.3 to 0.8.5 in /superset-frontend ( #37054 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 13:58:52 -08:00
68e917c3f6
chore(deps-dev): bump eslint-plugin-testing-library from 7.14.0 to 7.15.4 in /superset-frontend ( #37052 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 13:58:33 -08:00
96a3f2a187
chore(deps-dev): bump @babel/preset-react from 7.27.1 to 7.28.5 in /superset-frontend ( #37047 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 13:58:15 -08:00
c867d9379f
chore(deps-dev): bump ts-loader from 9.5.2 to 9.5.4 in /superset-frontend ( #36999 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 13:57:32 -08:00
Alexandru Soare and GitHub
81fdc2bd0e
feat(dates): adding handling for first of ( #37098 )
2026-01-15 19:48:54 +02:00
Enzo Martellucci and GitHub
23b91d22ef
fix(charts): properly parse error responses in StatefulChart ( #37130 )
2026-01-15 15:22:45 +01:00
Mehmet Salih Yavuz and GitHub
6eb4db6930
fix(controls): Only initialize categorical control on numeric x axis ( #37115 )
2026-01-15 11:03:36 +01:00
2324b4c9e5
chore(deps-dev): bump @babel/preset-typescript from 7.26.0 to 7.28.5 in /superset-frontend ( #36661 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-14 13:43:12 -08:00
6ca0f7a925
chore(deps-dev): bump @babel/cli from 7.28.3 to 7.28.6 in /superset-frontend ( #37124 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-14 13:09:11 -08:00
64424f1625
chore(deps-dev): bump @types/node from 25.0.7 to 25.0.8 in /superset-websocket ( #37116 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-14 13:08:53 -08:00
debdfbc835
chore(deps-dev): bump @babel/plugin-transform-modules-commonjs from 7.27.1 to 7.28.6 in /superset-frontend ( #37117 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-14 13:08:38 -08:00
Türker Ziya Ercin and GitHub
4c01b5c324
docs: Add UserGuiding INTHEWILD.yaml ( #37030 )
2026-01-14 12:05:46 -08:00
Declan Zhao and GitHub
137ebdee39
fix(prune_logs): improve performance by using id column only for ordering log records when max_rows_per_run is provided ( #37138 )
2026-01-14 16:05:56 -03:00
a272253243
fix(table chart): time comparison totals returning null ( #37111 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-14 09:58:34 -08:00
Damian Pendrak and GitHub
35ac4c74fd
feat(dashboard): chart customizations modal and plugins ( #36062 )
2026-01-14 17:00:18 +01:00
4f3403b134
chore(deps): bump antd from 6.1.2 to 6.2.0 in /docs ( #37079 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 13:41:41 -08:00
86bc493423
chore(deps-dev): bump @babel/types from 7.28.4 to 7.28.6 in /superset-frontend ( #37087 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 13:41:32 -08:00
91dba9dcbf
chore(deps-dev): bump @babel/types from 7.28.4 to 7.28.5 in /superset-frontend ( #36652 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 13:40:31 -08:00
bdcc98743d
chore(deps-dev): bump cheerio from 1.1.0 to 1.1.2 in /superset-frontend ( #37002 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 13:40:21 -08:00
Mehmet Salih Yavuz and GitHub
e053418c97
fix(Matrixify): Do not clear values when saving ( #37090 )
2026-01-13 23:22:51 +03:00
Reynold Morel and GitHub
0404c99e39
fix(dashboard): revert cell hover and active colors to grayscale ( #36991 )
2026-01-13 22:22:37 +03:00
fd3eea0557
chore(deps): bump lodash-es from 4.17.21 to 4.17.22 in /superset-frontend ( #37048 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 10:59:16 -08:00
0c490dc1ab
docs(exploring-data): add overview to tutorial ( #37028 )
...
Co-authored-by: Evan Rusackas <evan@preset.io >
2026-01-13 10:47:04 -08:00
Türker Ziya Ercin and GitHub
1166df3579
docs(inthewild): Dark mode issues on InTheWild page ( #37034 )
2026-01-13 10:46:37 -08:00
0b4fcce03b
chore(deps-dev): bump cross-env from 10.0.0 to 10.1.0 in /superset-frontend ( #36657 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 10:45:14 -08:00
393259bb9e
chore(deps-dev): bump typescript-eslint from 8.52.0 to 8.53.0 in /superset-websocket ( #37082 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 10:25:40 -08:00
560da50df8
chore(deps): bump @babel/runtime from 7.28.4 to 7.28.6 in /superset-frontend ( #37080 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 10:25:18 -08:00
5d5012aa9f
chore(deps-dev): bump @types/lodash from 4.17.21 to 4.17.23 in /superset-frontend ( #37077 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 10:24:38 -08:00
6c75365427
chore(deps-dev): bump typescript-eslint from 8.52.0 to 8.53.0 in /docs ( #37076 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 10:24:07 -08:00
3a3cbc2900
chore(deps-dev): bump @types/node from 25.0.3 to 25.0.7 in /superset-websocket ( #37081 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 22:47:22 +07:00
23a47e2f5a
chore(deps-dev): bump webpack-dev-server from 5.2.2 to 5.2.3 in /superset-frontend ( #37088 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 22:46:37 +07:00
Alexandru Soare and GitHub
fc67569cd4
fix(datasets): ui bug fixes ( #37058 )
2026-01-13 16:21:46 +01:00
e17bfae6bd
chore(deps-dev): bump webpack from 5.103.0 to 5.104.1 in /superset-frontend ( #37083 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 21:27:39 +07:00
936e37bd02
chore(deps-dev): bump @babel/node from 7.28.0 to 7.28.6 in /superset-frontend ( #37089 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 21:24:03 +07:00
Jonathan Alberth Quispe Fuentes and GitHub
ad3812edd7
fix(table): keep d3-format semantics when applying currency formatting ( #37039 )
2026-01-13 14:59:31 +03:00
Enzo Martellucci and GitHub
5f58241795
fix(explore): dispatch NumberControl value on blur to allow field clearing ( #37007 )
2026-01-13 10:37:15 +01:00
ʈᵃᵢ and GitHub
481bfa0f68
feat(starrocks): add catalog support for StarRocks database connections ( #37026 )
2026-01-12 13:02:22 -08:00
Pere Gomila and GitHub
462fffc23c
fix(docs): Update references from LLMS.md to AGENTS.md ( #37060 )
2026-01-12 12:25:39 -08:00
JUST.in DO IT and GitHub
7503ee4e09
feat(sqllab): primary/secondary action extensions ( #36644 )
2026-01-12 12:06:15 -08:00
fa3d4a75ca
chore(deps): bump actions/download-artifact from 6 to 7 ( #36699 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 11:00:47 -08:00
adb575be2f
chore(deps-dev): bump typescript-eslint from 8.50.1 to 8.52.0 in /docs ( #36913 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 11:00:31 -08:00
d56bc5826f
chore(deps-dev): bump @applitools/eyes-storybook from 3.60.0 to 3.63.4 in /superset-frontend ( #37003 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 10:59:37 -08:00
72c69e2ca6
chore(deps): bump fs-extra from 11.3.0 to 11.3.3 in /superset-frontend ( #37001 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 10:59:09 -08:00
22cfc4536b
fix(export): URL prefix handling for subdirectory deployments ( #36771 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-12 10:58:59 -08:00
Igor Shmulyan and GitHub
fac5d2bcb6
feat(db): add dynamic schema support for athena ( #36003 )
2026-01-12 10:58:12 -08:00
4fe2085596
chore(deps): bump caniuse-lite from 1.0.30001763 to 1.0.30001764 in /docs ( #37049 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 10:52:13 -08:00
005b2af985
chore(deps-dev): bump @types/lodash from 4.17.21 to 4.17.23 in /superset-websocket ( #37045 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 10:51:01 -08:00
Damian Pendrak and GitHub
2a38ce001e
fix(deckgl): remove visibility condition in deckgl stroke color ( #37029 )
2026-01-12 10:44:19 -08:00
f4772a9383
chore(deps-dev): bump webpack-bundle-analyzer from 5.1.0 to 5.1.1 in /superset-frontend ( #37006 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 10:35:55 -08:00
Luis Sánchez and GitHub
dcdcf88969
chore(chart): rollback legend top alignment to the right ( #36994 )
2026-01-12 10:30:34 -08:00
ankitajhanwar2001 and GitHub
d8f7ae83ee
fix(sqlglot): use Athena dialect for awsathena parsing ( #36747 )
2026-01-12 10:06:46 -08:00
911d72c957
fix(models): prevent SQLAlchemy and_() deprecation warning ( #37020 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-12 17:53:04 +01:00
Ville Brofeldt and GitHub
169d27c9e9
fix(extensions): gracefully handle dist directory rebuilding ( #37025 )
2026-01-12 06:53:04 -08:00
Ville Brofeldt and GitHub
62c7b48b5c
fix(extensions-cli): fix dev mode error ( #37024 )
2026-01-12 06:52:09 -08:00
amaannawab923 and GitHub
4f444ae1d2
feat(ag-grid): Server Side Filtering for Column Level Filters ( #35683 )
2026-01-12 19:25:07 +05:30
Jean Massucatto and GitHub
459b4cb23d
perf(date_parser): bound regex quantifiers for deterministic parsing performance ( #36983 )
2026-01-12 12:52:19 +03:00
Mehmet Salih Yavuz and GitHub
d914b35cc0
fix(translations): post merge fix for new translations addded ( #37041 )
2026-01-12 12:31:09 +03:00
Mehmet Salih Yavuz and GitHub
4f5789abfe
fix(reports): Use authenticated user as recipient for chart/dashboard reports ( #36981 )
2026-01-12 12:29:54 +03:00
Mehmet Salih Yavuz and GitHub
e9b6791ffb
refactor: move translations and logging to new core ( #36929 )
2026-01-12 08:58:59 +03:00
Mehmet Salih Yavuz and GitHub
0294c30c9e
fix(Tabs): prevent infinite rerenders with nested tabs ( #37018 )
2026-01-10 18:38:09 +03:00
1cface15e6
docs: Update INTHEWILD.yaml ( #36888 )
...
Co-authored-by: Evan Rusackas <evan@preset.io >
2026-01-09 15:12:25 -08:00
Amin Ghadersohi and GitHub
ecefba5bf7
fix(mcp): resolve startup failures from circular DAO imports ( #37023 )
2026-01-09 15:07:30 -08:00
Michael S. Molina and GitHub
53dddf4db2
feat(embedded-sdk): Add resolvePermalinkUrl callback for custom permalink URLs ( #36924 )
2026-01-09 17:02:38 -03:00
Luiz Otavio and GitHub
1e8d648f47
feat: Chart query last run timestamp ( #36934 )
2026-01-09 17:02:18 -03:00
Beto Dealmeida and GitHub
14c0cad0ba
chore: remove deprecated function ( #37021 )
2026-01-09 14:52:53 -05:00
f895250cf9
fix(mypy): add overrides for superset-core local dev consistency ( #36907 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-09 10:27:16 -08:00
Enzo Martellucci and GitHub
ea90d1f141
refactor(db-engine-specs): use standard OAuth 2.0 params in base class ( #37010 )
2026-01-09 17:44:32 +01:00
Daniel Vaz Gaspar and GitHub
f48322c17d
chore: bump flask-cors to 6.0.2 ( #36640 )
2026-01-09 16:13:22 +00:00
413dfc98ff
chore(deps): bump @storybook/addon-docs from 8.6.14 to 8.6.15 in /docs ( #36824 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-08 21:45:58 -08:00
57f8f50292
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.50.1 to 8.51.0 in /docs ( #36898 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-08 21:45:34 -08:00
07aa7622f7
chore(deps): bump react-resizable from 3.0.5 to 3.1.3 in /superset-frontend ( #36911 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-08 21:44:21 -08:00
ffbf81e952
chore(deps): bump ws from 8.18.3 to 8.19.0 in /superset-websocket ( #36919 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-08 21:43:09 -08:00
734d64081f
chore(deps): bump caniuse-lite from 1.0.30001762 to 1.0.30001763 in /docs ( #36970 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-08 21:42:57 -08:00
Amin Ghadersohi and GitHub
85cf46dc1c
fix(mcp): remove unused ctx parameter from health_check tool ( #36992 )
2026-01-08 21:38:22 -08:00
4fc8157d6f
chore(deps-dev): bump source-map from 0.7.4 to 0.7.6 in /superset-frontend ( #36653 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-08 11:47:50 -08:00
af185ad8c9
chore(deps-dev): bump jsdom from 27.0.0 to 27.4.0 in /superset-frontend ( #36922 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-08 11:43:54 -08:00
dd7f0c4224
chore(deps-dev): bump typescript-eslint from 8.50.1 to 8.52.0 in /superset-websocket ( #36916 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-08 11:42:14 -08:00
77ebc5ac10
chore(deps-dev): bump @typescript-eslint/parser from 8.51.0 to 8.52.0 in /docs ( #36918 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-08 11:38:57 -08:00
e9b91f6ec9
chore(deps): bump ioredis from 5.8.2 to 5.9.0 in /superset-websocket ( #36920 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-08 11:38:13 -08:00
3ac76e116d
chore: Update INTHEWILD.yaml ( #36733 )
...
Co-authored-by: Evan Rusackas <evan@preset.io >
2026-01-08 11:36:33 -08:00
4249b8ee6a
chore(deps-dev): bump eslint-plugin-react-you-might-not-need-an-effect from 0.5.1 to 0.8.3 in /superset-frontend ( #36972 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-08 11:35:37 -08:00
047360641a
feat(mcp): change save_chart default to False for preview-first workflow ( #36935 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-08 11:30:01 -08:00
Tu Shaokun and GitHub
337eb3baf5
fix(dashboard): prevent PublishedLabel overlap in non-English languages ( #36877 )
2026-01-08 11:22:55 -08:00
Connor Shea and GitHub
70b2e520b2
chore(frontend): Update $schema path in oxlint.json ( #36859 )
2026-01-08 11:21:42 -08:00
hlyda0601 and GitHub
16e046b5d9
docs(INTHEWILD): add HOLLYLAND猛玛 ( #36968 )
2026-01-08 13:47:28 -05:00
a6d85dccf8
fix: streaming export losing g context ( #36950 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-08 16:11:03 +00:00
84279acd2f
feat(mcp): add unified get_schema tool for schema discovery ( #36458 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 15:26:17 -08:00
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 and GitHub
6f67b05375
chore: Update INTHEWILD.yaml for PlaidCloud ( #36741 )
2026-01-07 11:44:34 -08:00
64ee48f147
fix(mcp): use chart.query_context for get_chart_data like the API does ( #36937 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 16:32:45 -03:00
f9be2b816a
feat(docs): add resources admonition with external links ( #36761 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-07 11:11:53 -08:00
Levis Mbote and GitHub
dfdf8e75d8
fix: handle undefined template variables safely in query rendering. ( #35009 )
2026-01-07 19:44:03 +01:00
Michael S. Molina and GitHub
0c1edd4568
chore: Bump @apache-superset/core (0.0.1-rc9) ( #36953 )
2026-01-07 15:16:22 -03:00
Michael S. Molina and GitHub
7a5441bc7a
refactor: Remove unimplemented APIs from @apache-superset/core ( #36952 )
2026-01-07 14:17:06 -03:00
Gabriel Torres Ruiz and GitHub
5edaed2e5b
fix(alerts): wrong alert trigger with custom query ( #35871 )
2026-01-07 18:06:18 +01:00
861e5cd013
fix(security): enforce datasource access control in get_samples() ( #36550 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-07 08:54:11 -08:00
amaannawab923 and GitHub
d7d94ba640
fix(ag-grid): Ag Grid Date Filter timezone correction ( #36270 )
2026-01-07 08:27:20 -03:00
Đỗ Trọng Hải and GitHub
9968393e4c
feat(ci): add container security scan for image built for commits merged to mainline ( #36604 )
2026-01-07 07:04:46 +07:00
9aff89c1b4
chore(frontend): migrate SqlLab and explore JS/JSX files to TypeScript ( #36760 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-06 10:52:58 -08:00
aaa174f820
docs: add Netlify configuration for PR deploy previews ( #36908 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-06 10:52:12 -08:00
1949d1bb96
feat(dev): add make ports and make open commands ( #36906 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-06 10:52:00 -08:00
f9fde87e85
feat(native filters): add filter type icons in config modal ( #36905 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-06 10:51:48 -08:00
Felipe López and GitHub
cedc35e39f
fix(SQLLab): remove error icon displayed when writing Jinja SQL even when the script is correct ( #36422 )
2026-01-06 16:58:40 +03:00
JUST.in DO IT and GitHub
12a266fd2f
fix(trino): update query progress using cursor stats ( #36872 )
2026-01-05 13:19:20 -08:00
5909e90081
feat(security): add built-in Public role for anonymous dashboard access ( #36548 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-05 10:27:10 -08:00
Bouke van der Bijl and GitHub
dcc556a9a7
chore(CHANGELOG): add link to 6.0.0 CHANGELOG ( #36832 )
2026-01-05 12:59:42 -05:00
61986100bd
chore(deps): bump hot-shots from 12.0.0 to 12.1.0 in /superset-websocket ( #36899 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-05 09:22:09 -08:00
c76ddcbbec
fix(deck.gl): Fix Scatterplot chart error when using fixed point size ( #36890 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-01-05 15:55:43 +03:00
Enzo Martellucci and GitHub
740ddc03e2
fix(plugin-chart-table): remove column misalignment when no scrollbars are present ( #36891 )
2026-01-05 13:52:37 +01:00
Đỗ Trọng Hải and GitHub
2080633e57
other: resolve frontend dep vulns ( #36820 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2026-01-02 23:28:44 -08:00
ac27c0aa3c
chore(deps-dev): bump @typescript-eslint/parser from 8.50.1 to 8.51.0 in /superset-websocket ( #36861 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 23:21:59 -08:00
53fa65fe67
chore(deps): bump caniuse-lite from 1.0.30001761 to 1.0.30001762 in /docs ( #36865 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 23:19:04 -08:00
fdef8fa50a
chore(deps-dev): bump @typescript-eslint/parser from 8.50.1 to 8.51.0 in /docs ( #36866 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 23:18:50 -08:00
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
nmdo and GitHub
52af489d8f
docs: Add Rogow to INTHEWILD.yaml ( #36879 )
2026-01-02 23:14:43 -08:00
innovark and GitHub
d07a452e9b
fix(RightMenu): fix inconsistent icon alignment in RightMenu items ( #36532 )
2026-01-02 23:13:08 -08:00
aed95453b3
chore(deps): bump qs from 6.14.0 to 6.14.1 in /superset-websocket/utils/client-ws-app ( #36883 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 23:10:25 -08:00
4451e8db05
chore(deps): bump qs from 6.14.0 to 6.14.1 in /docs ( #36884 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 23:10:08 -08:00
dd2eb6293d
chore(deps-dev): bump globals from 16.5.0 to 17.0.0 in /superset-websocket ( #36885 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 23:09:39 -08:00
1b1be96274
chore(deps-dev): bump globals from 16.5.0 to 17.0.0 in /docs ( #36886 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-02 23:09:22 -08:00
innovark and GitHub
e5489bd30f
fix(SavedQueries): unify query card actions styling across all home page cards ( #36671 )
2026-01-02 14:41:47 +01:00
Levis Mbote and GitHub
12aa425049
fix(logout): clicking logout displays an error notification "invalid username or password" ( #36490 )
2026-01-02 12:59:27 +01:00
Luis Sánchez and GitHub
c31224c891
fix(TableChart): render cell bars for columns with NULL values ( #36819 )
2025-12-31 17:51:35 +03:00
Mehmet Salih Yavuz and GitHub
85e830de46
fix: Clear database form errors ( #36854 )
2025-12-31 15:25:23 +01:00
Geidō and GitHub
d4ba44fce2
fix: Query history view button in SqlLab ( #36540 )
2025-12-31 15:18:59 +01:00
7cd76e4647
fix: SqlLab error when collapsing the left panel preview ( #36858 )
...
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
2025-12-31 14:11:59 +01:00
Enzo Martellucci and GitHub
e112d863bf
fix(dashboard): resolve tab reorder state sync issues ( #36855 )
2025-12-31 13:50:58 +01:00
Enzo Martellucci and GitHub
fe5d5fdae6
fix(chart-creation): use exact match when loading dataset from URL parameter ( #36831 )
2025-12-31 13:50:03 +01:00
cr0fters and GitHub
02411ffde0
docs: Add EnquiryLabs to INTHEWILD.yaml ( #36843 )
2025-12-27 20:44:36 -08:00
1697cf733b
chore(deps): bump antd from 6.1.1 to 6.1.2 in /docs ( #36823 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-27 20:42:16 -08:00
Mehmet Salih Yavuz and GitHub
28c802fb6c
fix(TableCollection): only apply highlight class when defined ( #36809 )
2025-12-24 16:26:01 +01:00
362b5e3b89
chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 in /superset-frontend ( #36711 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-23 15:20:58 -08:00
bf5070471d
chore(deps): bump storybook from 8.6.14 to 8.6.15 in /docs ( #36727 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-23 15:20:39 -08:00
100789200a
chore(deps): bump hot-shots from 11.4.0 to 12.0.0 in /superset-websocket ( #36786 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-23 15:20:22 -08:00
f95f125c4c
chore(deps-dev): bump html-webpack-plugin from 5.6.4 to 5.6.5 in /superset-frontend ( #36787 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-23 15:20:05 -08:00
fd67d3190a
chore(deps-dev): bump typescript-eslint from 8.50.0 to 8.50.1 in /docs ( #36801 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-23 15:19:30 -08:00
bd8d4ddbee
chore(deps-dev): bump typescript-eslint from 8.50.0 to 8.50.1 in /superset-websocket ( #36802 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-23 15:19:13 -08:00
ecb4e483df
fix: apply EXCLUDE_USERS_FROM_LISTS to /api/v1/security/users/ ( #36742 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-23 15:18:34 -08:00
f8cb935105
feat(reports): add webhook option for notifications ( #36127 )
...
Co-authored-by: Hriday Algh <hridayalgh@gmail.com >
Co-authored-by: Hriday Algh <53922405+AlwaysIngame@users.noreply.github.com >
Co-authored-by: codeant-ai-for-open-source[bot] <244253245+codeant-ai-for-open-source[bot]@users.noreply.github.com>
2025-12-23 10:51:04 -08:00
Michael S. Molina and GitHub
ba8d6eb9ac
docs: Adds a new "Dependencies" page to the Developer Portal ( #36817 )
2025-12-23 10:41:10 -08:00
Michael S. Molina and GitHub
c399fd2801
fix: Stale editor content in @apache-superset/core ( #36813 )
2025-12-23 10:40:26 -08:00
Michael S. Molina and GitHub
9e04c3471d
docs: Add SQL Lab Result Stats to community extensions registry ( #36796 )
2025-12-23 10:39:47 -08:00
Michael S. Molina and GitHub
8f8fe19e3e
docs: Add SQL Snippets to community extensions registry ( #36797 )
2025-12-23 14:52:09 -03:00
Michael S. Molina and GitHub
ff3dab9b3b
docs: Add Query Estimator to community extensions registry ( #36814 )
2025-12-23 14:25:45 -03:00
Levis Mbote and GitHub
ff24e2f27d
fix: fix error with dashboard filters when global async queries is enabled and user navigates quickly ( #36639 )
2025-12-23 15:53:01 +01:00
Alexandru Soare and GitHub
54eb6317ef
fix(margin): Fixing margin issues ( #36479 )
2025-12-22 15:57:43 +01:00
32c98d02d3
fix: UI cut off ( #36531 )
...
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
2025-12-22 15:52:04 +01:00
6b25d0663e
refactor: Migrates the MCP execute_sql tool to use the SQL execution API ( #36739 )
...
Co-authored-by: codeant-ai-for-open-source[bot] <244253245+codeant-ai-for-open-source[bot]@users.noreply.github.com>
2025-12-22 09:48:28 -03:00
c0bcf28947
chore(deps-dev): bump @playwright/test from 1.56.0 to 1.57.0 in /superset-frontend ( #36571 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-20 20:56:15 -08:00
e0ea807031
chore(deps-dev): bump baseline-browser-mapping from 2.9.8 to 2.9.9 in /superset-frontend ( #36725 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-20 20:55:59 -08:00
8d070f5cb6
chore(deps-dev): bump @types/node from 25.0.2 to 25.0.3 in /superset-frontend ( #36726 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-20 20:55:41 -08:00
5cd8e1e736
chore(deps): bump caniuse-lite from 1.0.30001760 to 1.0.30001761 in /docs ( #36757 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-20 20:55:21 -08:00
0ced20457b
chore(deps-dev): bump webpack from 5.104.0 to 5.104.1 in /docs ( #36758 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-20 20:55:01 -08:00
Amin Ghadersohi and GitHub
e3e6b0e18b
fix(mcp): use SQLScript for all SQL parsing in execute_sql ( #36599 )
2025-12-20 20:52:56 -08:00
c026ae2ce7
fix(dashboard): prevent table chart infinite reload loop ( #36686 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-19 13:45:36 -08:00
Michael S. Molina and GitHub
ae491aee00
docs: Add SQL Lab Query Comparison to community extensions registry ( #36769 )
2025-12-19 16:55:16 -03:00
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 and GitHub
d36ddbbb33
feat(extensions-cli): Add .gitignore generation to init command ( #36768 )
2025-12-19 13:33:37 -03:00
Michael S. Molina and GitHub
5920cb57ea
refactor(extensions): add Pydantic validation for extension configuration ( #36767 )
2025-12-19 13:33:10 -03:00
Joe Li and GitHub
fb6f3fbb4d
chore: update files for release 6.0.0 ( #36745 )
2025-12-18 21:19:12 -08:00
91539f77aa
feat(docker): support running multiple Superset instances simultaneously ( #36751 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-18 17:04:58 -08:00
b8f31124d0
chore(frontend): migrate 13 JS/JSX files to TypeScript ( #36720 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-18 13:54:49 -08:00
da8e077a44
chore(frontend): migrate utility JS files to TypeScript ( #36721 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-18 13:54:40 -08:00
32435bc3e9
feat(docs): enhance Matomo analytics tracking ( #36743 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-18 13:52:08 -08:00
2cf0d7936e
chore(pre-commit): exclude logos from end-of-file-fixer ( #36744 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-18 13:51:50 -08:00
0830a57fa6
feat(docs): add llms.txt for LLM-friendly documentation index ( #36730 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-18 13:48:28 -08:00
Brandon Sovran and GitHub
0f56e3b9ae
fix: Implement SIP-40 error styles for GAQ ( #36596 )
2025-12-18 12:22:17 -08:00
ee45b26ad7
fix(tests): optimize DatasourceEditorCurrency tests for CI reliability ( #36723 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-18 09:37:53 -08:00
Kamil Gabryjelski and GitHub
f3407d7a56
chore: Close playwright browser gracefully ( #36537 )
2025-12-18 17:30:22 +01:00
f51f7f3307
fix(tests): resolve flakey selectOption helper race condition ( #36719 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-17 21:27:17 -08:00
2f4f64dfe8
chore(frontend): migrate easy JS/JSX files to TypeScript ( #36713 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-17 17:12:02 -08:00
ae584c8886
chore: remove INTHEWILD.md after migration to YAML ( #36718 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-17 12:59:19 -08:00
Đỗ Trọng Hải and GitHub
b1e004e122
build(dev-deps): remove stub type definition packages ( #36706 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2025-12-17 12:57:44 -08:00
Vitor Avila and GitHub
737a5162e4
fix: Use is_active for guest users ( #36716 )
2025-12-17 17:23:22 -03:00
b800412eda
fix(docs): add retry logic and concurrency handling for badge downloads ( #36715 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-17 12:19:39 -08:00
Michael S. Molina and GitHub
24a4f8510d
docs: Add SQL Lab Export to Google Sheets to community extensions registry ( #36714 )
2025-12-17 16:53:10 -03:00
Yousuf Ansari and GitHub
33a425bbbc
fix(echarts): use scroll legend for horizontal layouts to prevent overlap ( #36306 )
2025-12-17 11:16:35 -08:00
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
Luis Sánchez and GitHub
c9ec173647
fix(SearchFilter): prevent unintended autocomplete on search input ( #36209 )
2025-12-17 20:41:07 +03:00
Michael S. Molina and GitHub
71f9dcff5a
chore: Bump core packages (0.0.1rc3, 0.0.1-rc6) ( #36707 )
2025-12-17 09:12:26 -08:00
479b7a3fba
chore(deps-dev): bump @pmmmwh/react-refresh-webpack-plugin from 0.5.17 to 0.6.2 in /superset-frontend ( #36691 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 09:01:02 -08:00
594ea972ca
chore(deps-dev): bump @types/node from 25.0.2 to 25.0.3 in /superset-websocket ( #36692 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 08:46:34 -08:00
d77f7b6d20
chore(deps): bump nanoid from 5.0.9 to 5.1.6 in /superset-frontend ( #36586 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 08:46:17 -08:00
f4ded02e0d
chore(deps-dev): bump typescript-eslint from 8.49.0 to 8.50.0 in /docs ( #36650 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 08:46:01 -08:00
f97fa08477
chore(deps-dev): bump baseline-browser-mapping from 2.9.7 to 2.9.8 in /superset-frontend ( #36690 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 08:45:47 -08:00
789be78166
chore(deps-dev): bump webpack from 5.103.0 to 5.104.0 in /docs ( #36695 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-17 21:42:48 +07:00
ea3d247017
chore(deps-dev): bump webpack-bundle-analyzer from 4.10.2 to 5.1.0 in /superset-frontend ( #36610 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-16 16:06:20 -08:00
6456f4c516
chore(deps): bump googleapis from 168.0.0 to 169.0.0 in /superset-frontend ( #36646 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-16 15:48:07 -08:00
e9bbf06938
chore(deps): bump re-resizable from 6.10.3 to 6.11.2 in /superset-frontend ( #36647 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-16 15:47:53 -08:00
ebee35ea5a
chore(deps-dev): bump typescript-eslint from 8.49.0 to 8.50.0 in /superset-websocket ( #36649 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-16 15:47:13 -08:00
SBIN2010 and GitHub
d0fb77cbc8
fix: removed dashboard from main page in "All" tab, refreshes dashboard list ( #35945 )
2025-12-16 15:45:58 -08:00
46659c2bd1
fix(tests): resolve flaky ExploreChartHeader export menu tests ( #36642 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-16 15:44:30 -08:00
8407e9cf3b
chore(deps): bump antd from 6.1.0 to 6.1.1 in /docs ( #36655 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-16 15:43:53 -08:00
5eeba2e734
chore(deps-dev): bump @typescript-eslint/parser from 8.49.0 to 8.50.0 in /docs ( #36656 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-16 15:43:33 -08:00
4ca8c000d1
chore(deps): update classnames requirement from ^2.2.5 to ^2.5.1 in /superset-frontend/packages/superset-ui-core ( #36660 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-16 15:43:15 -08:00
7108658de0
chore(deps-dev): bump @babel/runtime-corejs3 from 7.28.2 to 7.28.4 in /superset-frontend ( #36664 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-16 15:42:58 -08:00
42311f602e
chore(deps-dev): bump npm from 11.5.2 to 11.7.0 in /superset-frontend ( #36668 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-16 15:42:39 -08:00
6b948ee894
docs(badges): Restore project badges on README - and re-implement the Docusaurus ones ( #36495 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-16 14:45:51 -08:00
5e0ee40762
feat(chart): support icons and text in the deck.gl Geojson visualization ( #36201 )
...
Co-authored-by: Joshua Daniel <jdaniel@gflenv.com >
2025-12-16 14:28:04 -08:00
6aaf2266a9
chore(deps-dev): add baseline-browser-mapping ( #36645 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-16 14:20:37 -08:00
Vitor Avila and GitHub
d14f502126
fix: store form_data as dict during viz type migration ( #36680 )
2025-12-16 18:32:29 -03:00
d0361cb881
test(playwright): convert and create new dataset list playwright tests ( #36196 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-16 11:07:11 -08:00
Vitor Avila and GitHub
821b259805
fix: Support datetime_format during import ( #36679 )
2025-12-16 15:15:04 -03:00
2329d49f9e
fix(DatasourceEditor): add mount guards and fix async race conditions ( #35810 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-16 09:54:32 -08:00
28e3ba749e
feat: SQL execution API for Superset ( #36529 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-16 14:39:29 -03:00
cd2c889c9a
feat(frontend): upgrade Storybook and add extension component documentation ( #36498 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-16 09:31:35 -08:00
52c711b0bc
fix(dashboard): import with overwrite flag replaces charts instead of merging ( #36551 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-16 09:09:56 -08:00
6f8052b828
docs: add contribution guidelines from wiki to Developer Portal ( #36523 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-15 16:54:29 -08:00
5f431ee1ec
chore(deps-dev): bump @types/node from 24.8.1 to 25.0.2 in /superset-frontend ( #36620 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 16:49:16 -08:00
de7a72a37b
feat(ci): use TTL labels for showtime cleanup ( #36643 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-15 15:07:20 -08:00
a1a57d50a4
fix(tests): resolve flaky "should edit correctly" test in chart list ( #36641 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-15 14:45:01 -08:00
5844c05281
docs: clarify Jinja from_dttm/to_dttm availability in SQL Lab ( #36544 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-15 13:00:31 -08:00
c7a4d4f2cc
fix(sql): handle backtick-quoted identifiers with base dialect ( #36545 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-15 13:00:13 -08:00
d6d8e71b71
chore(deps): Remove redundant polished direct dependency ( #36431 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-15 12:59:59 -08:00
57ec3b5a6d
chore(deps-dev): bump eslint from 9.39.1 to 9.39.2 in /docs ( #36608 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 11:59:25 -08:00
11d3750044
chore(deps-dev): bump ts-jest from 29.4.5 to 29.4.6 in /superset-frontend ( #36633 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 11:47:21 -08:00
40db928091
chore(deps-dev): bump @eslint/js from 9.39.1 to 9.39.2 in /docs ( #36612 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 11:38:37 -08:00
fdde5fe2d3
chore(deps-dev): bump @types/node from 25.0.1 to 25.0.2 in /superset-websocket ( #36611 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 10:52:18 -08:00
6bd37d11ae
chore(deps-dev): bump eslint from 9.39.1 to 9.39.2 in /superset-websocket ( #36613 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 10:51:42 -08:00
94900e0fb3
chore(deps): bump less from 4.4.2 to 4.5.1 in /docs ( #36614 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 10:51:30 -08:00
c3a9e28573
chore(deps-dev): bump tsx from 4.20.3 to 4.21.0 in /superset-frontend ( #36615 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 10:49:50 -08:00
e28ab05068
chore(deps): bump dom-to-image-more from 3.6.0 to 3.7.2 in /superset-frontend ( #36635 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 10:49:25 -08:00
b27ec49204
chore(deps): bump actions/upload-artifact from 5 to 6 ( #36630 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 10:48:51 -08:00
a1706229db
chore(deps): bump actions/download-artifact from 6 to 7 ( #36628 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 10:48:36 -08:00
8bcb499a06
chore(deps-dev): bump terser-webpack-plugin from 5.3.14 to 5.3.16 in /superset-frontend ( #36627 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 10:48:18 -08:00
a3ea950567
chore(deps): bump ace-builds from 1.43.4 to 1.43.5 in /superset-frontend ( #36625 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 10:47:57 -08:00
c722c92adb
chore(deps-dev): bump eslint-plugin-testing-library from 7.13.6 to 7.14.0 in /superset-frontend ( #36623 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 10:47:41 -08:00
824dafa342
chore(deps): update @deck.gl/core requirement from ~9.2.2 to ~9.2.5 in /superset-frontend/plugins/legacy-preset-chart-deckgl ( #36619 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 10:47:22 -08:00
104eb90013
chore(deps-dev): bump @babel/eslint-parser from 7.28.4 to 7.28.5 in /superset-frontend ( #36638 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 10:38:08 -08:00
76f1b5ed5a
chore(deps): bump dayjs from 1.11.18 to 1.11.19 ( #36552 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-15 09:42:35 -08:00
Mehmet Salih Yavuz and GitHub
29a52652b9
fix: specify correct ff in quickstart ( #36445 )
2025-12-15 20:25:18 +03:00
Alexandru Soare and GitHub
8b1c41a012
fix(tab): Fix tabs in column not clickable ( #36528 )
2025-12-15 12:57:07 +02:00
71a38305d9
chore(deps-dev): bump prettier-plugin-packagejson from 2.5.19 to 2.5.20 in /superset-frontend ( #36587 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-14 20:32:41 +07:00
4ae62dcae8
chore(deps): update @deck.gl/layers requirement from ~9.2.2 to ~9.2.5 in /superset-frontend/plugins/legacy-preset-chart-deckgl ( #36563 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 15:01:12 -08:00
da31e82b6a
chore(deps-dev): bump oxlint from 1.16.0 to 1.32.0 in /superset-frontend ( #36580 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 15:00:49 -08:00
18d3da81ca
chore(deps): bump googleapis from 154.1.0 to 168.0.0 in /superset-frontend ( #36567 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 14:59:50 -08:00
2b1c72a92c
chore(deps): update @deck.gl/aggregation-layers requirement from ~9.2.2 to ~9.2.5 in /superset-frontend/plugins/legacy-preset-chart-deckgl ( #36569 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 14:59:36 -08:00
75c6da97b2
chore(deps-dev): bump eslint-plugin-testing-library from 7.13.3 to 7.13.6 in /superset-frontend ( #36572 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 14:59:18 -08:00
6439440260
chore(deps): bump actions/cache from 4 to 5 ( #36575 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 14:59:00 -08:00
989bb3432f
chore(deps): bump content-disposition from 0.5.4 to 1.0.1 in /superset-frontend ( #36582 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 14:58:18 -08:00
b441844ca6
chore(deps-dev): bump @babel/node from 7.26.0 to 7.28.0 in /superset-frontend ( #36583 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 14:57:40 -08:00
09a1788a8b
chore(deps-dev): bump css-minimizer-webpack-plugin from 7.0.2 to 7.0.4 in /superset-frontend ( #36585 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 14:57:21 -08:00
cde9abfce2
fix(webpack): include devserverHost in allowedHosts for Docker environments ( #36597 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-12 13:35:56 -08:00
0bcefe34ac
chore(deps): update @deck.gl/react requirement from ~9.2.2 to ~9.2.5 in /superset-frontend/plugins/legacy-preset-chart-deckgl ( #36566 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 12:52:35 -08:00
649112aa1f
chore(deps): bump swagger-ui-react from 5.30.3 to 5.31.0 in /docs ( #36559 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 12:52:15 -08:00
120ca5cf8f
chore(deps): bump mapbox-gl from 3.13.0 to 3.17.0 in /superset-frontend ( #36558 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 12:51:56 -08:00
0035da83af
chore(deps-dev): bump @types/node from 25.0.0 to 25.0.1 in /superset-websocket ( #36557 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 12:51:36 -08:00
019f9442ae
chore(deps-dev): bump @types/lodash from 4.17.20 to 4.17.21 in /superset-frontend ( #36556 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 12:51:19 -08:00
084f9832c7
chore(deps-dev): bump mini-css-extract-plugin from 2.9.2 to 2.9.4 in /superset-frontend ( #36555 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-12 12:51:01 -08:00
8a339febeb
chore(deps-dev): update typescript requirement from ^5.7.2 to ^5.9.3 in /superset-frontend/packages/superset-ui-demo ( #35372 )
...
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-12-12 12:50:41 -08:00
e5579ed939
feat(database): add cloudflare d1 support ( #36348 )
...
Co-authored-by: danielalyoshin <daniel.alyoshin@gmail.com >
Co-authored-by: Shreyas Rao <raoshreyas2004@gmail.com >
Co-authored-by: Murphy Lee <murphylee2004@gmail.com >
2025-12-12 12:48:22 -08:00
Amin Ghadersohi and GitHub
d5dbd06824
docs(mcp): add Kubernetes deployment instructions to MCP service README ( #36547 )
2025-12-12 12:24:50 -08:00
Amin Ghadersohi and GitHub
a1b5b92265
chore(deps): upgrade fastmcp from 2.13.x to 2.14.0 ( #36594 )
2025-12-12 11:38:47 -08:00
Amin Ghadersohi and GitHub
92c63a54e4
chore(deps): upgrade redis from 4.x to 5.x ( #36593 )
2025-12-12 11:38:04 -08:00
e5b7e38a30
feat(mcp): add datasource field to generate_explore_link form_data ( #36543 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-12 16:51:58 +01:00
edcb38517f
chore(deps): bump d3-array and @types/d3-array in /superset-frontend ( #36510 )
...
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 >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-11 15:09:56 -08:00
51a6b30179
chore(deps): bump @types/d3-array from 2.12.8 to 3.2.2 in /superset-frontend/plugins/plugin-chart-table ( #35382 )
...
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-12-11 14:55:05 -08:00
Amin Ghadersohi and GitHub
a588668899
feat(mcp): return form_data and form_data_key in generate_chart and generate_explore_link responses ( #36539 )
2025-12-11 13:21:49 -08:00
9cf86c1533
chore(deps): update react requirement from ^19.2.0 to ^19.2.1 in /superset-frontend/plugins/legacy-plugin-chart-chord ( #36418 )
...
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-12-11 12:47:56 -08:00
740b328199
chore(deps): bump react-syntax-highlighter from 15.6.6 to 16.1.0 in /superset-frontend/packages/superset-ui-core ( #36514 )
...
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 >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-11 11:54:39 -08:00
375bcd00ba
chore(deps-dev): bump @babel/preset-env from 7.27.2 to 7.28.5 in /superset-frontend ( #36519 )
...
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-12-11 11:54:12 -08:00
076d4950d0
chore(deps): bump @emotion/core from 10.3.1 to 11.0.0 in /docs ( #36503 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11 11:52:49 -08:00
0e9cffe12e
chore(deps): bump math-expression-evaluator and @types/math-expression-evaluator in /superset-frontend ( #36505 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11 11:52:10 -08:00
46e21c3003
chore(deps): update dompurify requirement from ^3.2.4 to ^3.3.1 in /superset-frontend/packages/superset-ui-core ( #36513 )
...
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-12-11 11:51:52 -08:00
1f5df7407f
fix(api): Fix JWT authentication for /api/v1/me endpoints ( #36410 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-11 11:40:42 -08:00
Enzo Martellucci and GitHub
e1c022344e
fix(alert-report-modal): enhance dashboard filters behavior and visibility ( #36380 )
2025-12-11 21:37:36 +02:00
78081755aa
chore(deps-dev): bump jest and @types/jest in /superset-frontend ( #34477 )
...
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-12-11 11:23:26 -08:00
955953b467
chore(deps): update dompurify requirement from ^3.3.0 to ^3.3.1 in /superset-frontend/plugins/legacy-preset-chart-nvd3 ( #36471 )
...
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 >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-11 11:23:03 -08:00
ead19f9ba3
chore(deps-dev): bump prettier from 3.6.2 to 3.7.4 in /superset-frontend ( #36487 )
...
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 >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-11 11:22:46 -08:00
c16ca9527c
chore(deps): update @deck.gl/geo-layers requirement from ~9.2.2 to ~9.2.5 in /superset-frontend/plugins/legacy-preset-chart-deckgl ( #36508 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11 11:22:21 -08:00
d674d54e2e
chore(deps): bump @types/d3-array from 2.12.8 to 3.2.2 in /superset-frontend/plugins/legacy-preset-chart-deckgl ( #35365 )
...
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 >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-11 08:24:33 -08:00
0e8b69089d
chore(deps-dev): bump @babel/plugin-transform-runtime from 7.28.3 to 7.28.5 in /superset-frontend ( #36501 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11 08:23:24 -08:00
0e8c420002
chore(deps): bump immer from 10.1.1 to 11.0.1 in /superset-frontend ( #36502 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11 08:23:05 -08:00
e433cd5f69
chore(deps-dev): bump @types/node from 24.10.2 to 25.0.0 in /superset-websocket ( #36504 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11 08:22:16 -08:00
c1b52cb8ed
chore(deps-dev): bump webpack-visualizer-plugin2 from 1.2.0 to 2.0.0 in /superset-frontend ( #36511 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-11 08:21:57 -08:00
Antonio Rivero and GitHub
dba3fdfadf
feat(mcp): Caching uses in-memory store by default when no external store is configured ( #36527 )
2025-12-11 13:08:09 +01:00
b7a541a9da
chore: bump urllib3 to 2.6.0 ( #36526 )
...
Co-authored-by: codeant-ai-for-open-source[bot] <244253245+codeant-ai-for-open-source[bot]@users.noreply.github.com>
2025-12-11 11:47:46 +00:00
1bde06b366
chore(deps): update @luma.gl/engine requirement from ~9.2.2 to ~9.2.4 in /superset-frontend/plugins/legacy-preset-chart-deckgl ( #36506 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 23:54:54 -08:00
e8927ca3b3
chore(deps): update @luma.gl/constants requirement from ~9.2.2 to ~9.2.4 in /superset-frontend/plugins/legacy-preset-chart-deckgl ( #36509 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 23:54:34 -08:00
9d58599329
chore(deps-dev): bump webpack from 5.102.1 to 5.103.0 in /superset-frontend ( #36515 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 23:54:12 -08:00
858a72d8c1
chore(deps-dev): bump react-refresh from 0.14.2 to 0.18.0 in /superset-frontend ( #36521 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 23:53:55 -08:00
c79c85cdfe
chore(deps): bump ag-grid-community from 34.2.0 to 34.3.1 in /superset-frontend ( #36154 )
...
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 >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-10 23:24:56 -08:00
47ea316792
chore(deps-dev): bump @testing-library/jest-dom and @types/testing-library__jest-dom in /superset-frontend ( #35785 )
...
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 >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-10 20:28:10 -08:00
5b38a1a0d4
chore(deps): update @deck.gl/layers requirement from ^9.1.13 to ^9.2.2 in /superset-frontend/plugins/legacy-preset-chart-deckgl ( #35704 )
...
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 >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-10 19:29:12 -08:00
f2e677c150
chore(deps): bump @deck.gl/layers from 9.1.13 to 9.2.2 in /superset-frontend ( #35743 )
...
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 >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-10 19:28:42 -08:00
d992a5836f
chore(deps): update d3-cloud requirement from ^1.2.7 to ^1.2.8 in /superset-frontend/plugins/plugin-chart-word-cloud ( #36400 )
...
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 >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-10 19:26:46 -08:00
ee2ab7e078
chore(deps): update dayjs requirement from ^1.11.13 to ^1.11.18 in /superset-frontend/plugins/plugin-chart-echarts ( #34955 )
...
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 >
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-10 16:59:12 -08:00
Antonio Rivero and GitHub
683a65488f
feat(mcp): Add ResponseCachingMiddleware and Storage ( #36497 )
2025-12-11 01:20:50 +01:00
751804d044
chore(deps): bump antd from 5.29.1 to 6.1.0 in /docs ( #36463 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 15:55:00 -08:00
0d3c4d5d22
chore(deps): bump @emotion/styled from 10.3.0 to 11.14.1 in /docs ( #34927 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 12:58:20 -08:00
b8b7b958d9
chore(deps): bump actions/setup-node from 5 to 6 ( #35633 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 11:26:30 -08:00
0092cdca81
chore(ci): Upgrade GitHub Actions artifact actions to latest versions ( #36432 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-10 11:25:43 -08:00
2120569267
chore(deps-dev): bump typescript-eslint from 8.48.1 to 8.49.0 in /superset-websocket ( #36465 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 10:50:42 -08:00
4b7ae3a8f7
chore(deps-dev): bump typescript-eslint from 8.48.1 to 8.49.0 in /docs ( #36469 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 10:50:25 -08:00
a64e5e15fc
chore(deps): bump ioredis from 5.8.1 to 5.8.2 in /superset-websocket ( #35786 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-09 21:29:07 -08:00
4f14eddf73
chore(deps): Remove unused luxon dependency ( #36430 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-09 21:29:00 -08:00
Evan Rusackas and GitHub
70a3e8fb42
docs: Remove title and badges from README index ( #36442 )
2025-12-09 21:28:45 -08:00
954da8a3cc
chore(deps-dev): bump eslint-plugin-react-prefer-function-component from 3.4.0 to 5.0.0 in /superset-frontend ( #36476 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-09 10:28:58 -08:00
4c9a463db3
chore(deps-dev): bump yeoman-test from 10.1.1 to 11.2.0 in /superset-frontend ( #36475 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-09 10:28:36 -08:00
47dbdd7a59
chore(deps): bump caniuse-lite from 1.0.30001759 to 1.0.30001760 in /docs ( #36468 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-09 10:25:55 -08:00
abc0678454
chore(deps-dev): bump @typescript-eslint/parser from 8.48.1 to 8.49.0 in /docs ( #36467 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-09 10:25:30 -08:00
dc403145ed
chore(deps-dev): bump @typescript-eslint/parser from 8.48.1 to 8.49.0 in /superset-websocket ( #36466 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-09 10:25:07 -08:00
955b3b2b19
chore(deps-dev): bump @types/node from 24.10.1 to 24.10.2 in /superset-websocket ( #36462 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-09 10:23:57 -08:00
ab80ec8066
chore(deps): bump JustinBeckwith/linkinator-action from 1.11.0 to 2.3 ( #35927 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-09 09:59:07 -08:00
bb22eb1ca8
feat: add option for hash algorithms ( #35621 )
...
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
2025-12-09 16:59:07 +00:00
Amin Ghadersohi and GitHub
8d7c83419c
fix(mcp): Use config-based URL for MCP service instead of request auto-detection ( #36460 )
2025-12-09 07:33:17 -08:00
Michael S. Molina and GitHub
d300d69f8f
docs: Update API Explorer screenshot ( #36483 )
2025-12-09 10:09:29 -03:00
9e7e813255
chore(deps-dev): bump eslint-plugin-testing-library from 6.5.0 to 7.13.3 in /superset-frontend ( #35768 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-08 20:49:34 -08:00
f4b919bf7d
feat(table): Export table data with "Search box" enabled ( #36281 )
...
Co-authored-by: RebeccaH2003 <114100529+RebeccaH2003@users.noreply.github.com >
2025-12-08 20:42:10 -08:00
Gabriel Torres Ruiz and GitHub
3940354120
feat(theming): add per-theme custom font URL support ( #36317 )
2025-12-08 16:46:01 -08:00
b35b1d7633
fix: add subdirectory deployment support for app icon and reports urls ( #35098 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Daniel Gaspar <danielvazgaspar@gmail.com >
2025-12-08 16:06:08 -08:00
0131e542e9
chore(deps-dev): bump eslint-plugin-react-hooks from 4.6.2 to 7.0.1 in /superset-frontend ( #35882 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-08 15:33:01 -08:00
Luis Sánchez and GitHub
e7c060466d
fix(SqlLab): enhance SQL formatting with Jinja template support. ( #36277 )
2025-12-08 15:32:05 -08:00
Mehmet Salih Yavuz and GitHub
340ab9f238
docs: Add SQL Flow Visualizer to community extensions registry ( #36454 )
2025-12-08 15:28:45 -08:00
1dcc887a62
chore(deps): bump winston from 3.18.3 to 3.19.0 in /superset-websocket ( #36451 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-08 15:28:25 -08:00
67cf287c03
fix(chart): Display better hover text for country map charts ( #36323 )
...
Co-authored-by: askinner1 <144823527+askinner1@users.noreply.github.com >
Co-authored-by: codeant-ai-for-open-source[bot] <244253245+codeant-ai-for-open-source[bot]@users.noreply.github.com>
2025-12-08 15:27:40 -08:00
Shunki and GitHub
440cbc4c1f
fix(roles): Add missing SQLLab permissions for estimate and format ( #36263 )
2025-12-08 14:40:38 -08:00
JUST.in DO IT and GitHub
8d04c33adf
refactor(sqllab): Separate left panel outside of tab container ( #36360 )
2025-12-08 11:44:31 -08:00
8a00badf45
chore(ts): Migrate Header.jsx to Header.tsx [SIP-36] ( #36286 )
...
Co-authored-by: Wengxin Xu <wengxin0421@outlook.com >
2025-12-08 10:29:22 -08:00
yousoph and GitHub
a76ec75933
fix: button text capitalization ( #36444 )
2025-12-08 09:39:45 -08:00
240091516a
chore(deps): bump hot-shots from 11.3.0 to 11.4.0 in /superset-websocket ( #36450 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-08 08:51:05 -08:00
1127374edd
chore(ts): Migrate Row.jsx to Row.tsx ( #36347 )
...
Co-authored-by: Amy Li <amym1734@gmail.com >
2025-12-05 15:40:34 -08:00
a18b62cf6b
chore(deps): bump jsonwebtoken from 9.0.2 to 9.0.3 in /superset-websocket ( #36435 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-05 10:36:15 -08:00
98553f83e3
chore(deps): bump jsonwebtoken from 9.0.2 to 9.0.3 in /superset-websocket/utils/client-ws-app ( #36436 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-05 10:36:01 -08:00
Daniel Vaz Gaspar and GitHub
1d9c93a793
fix: core mcp injection and ephemeral envs ( #36440 )
2025-12-05 15:02:07 -03:00
Mehmet Salih Yavuz and GitHub
fb2826f92e
fix(SaveModal): Update chart state when saving in explore ( #36441 )
2025-12-05 20:26:10 +03:00
236e000398
fix(Gauge): clearing previously set min and max values in a gauge chart sets the data labels to 0 ( #36425 )
...
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
2025-12-05 19:16:43 +02:00
Alexandru Soare and GitHub
8c603a6f8b
feat(state): remove chart state when navigation away from the dashboard ( #36421 )
2025-12-05 18:33:26 +03:00
45a42396ab
chore(deps-dev): update jest requirement from ^30.0.5 to ^30.2.0 in /superset-frontend/packages/generator-superset ( #35389 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-04 12:33:49 -08:00
4479614754
feat(table): Gradient Toggle ( #36280 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-04 12:31:44 -08:00
e1a8886d32
chore(deps): Remove unused direct dependency geostyler-qgis-parser ( #36413 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-04 12:31:21 -08:00
23b61b080e
chore(deps): bump actions/checkout from 5 to 6 ( #36219 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-04 12:02:43 -08:00
2f14c6cd69
chore(deps): bump jws from 3.2.2 to 3.2.3 in /superset-websocket/utils/client-ws-app ( #36426 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-04 12:01:24 -08:00
964c16f1a4
chore(deps): bump jws from 4.0.0 to 4.0.1 in /superset-frontend ( #36427 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-04 12:01:03 -08:00
b6f1b4db2f
chore(deps): bump jws from 3.2.2 to 3.2.3 in /superset-websocket ( #36428 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-04 12:00:44 -08:00
Beto Dealmeida and GitHub
482c674a0f
chore: improve types ( #36367 )
2025-12-04 13:51:35 -05:00
Beto Dealmeida and GitHub
16e6452b8c
feat: Explorable protocol ( #36245 )
2025-12-04 13:18:34 -05:00
c36ac53445
fix(reports): simplify logging to focus on timing metrics ( #36227 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Vitor Avila <vitorfragadeavila@gmail.com >
2025-12-04 10:00:17 -08:00
eabb5bdf7d
feat(dashboard): implement boolean conditional formatting ( #36338 )
...
Co-authored-by: Morris <morrisho215215@gmail.com >
2025-12-04 09:53:49 -08:00
e5da6d3183
chore(deps-dev): bump prettier from 3.7.3 to 3.7.4 in /docs ( #36394 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-04 09:52:57 -08:00
3345eb32c5
fix(heatmap): y-axis sorts in order ( #36302 )
...
Co-authored-by: Evan Rusackas <evan@preset.io >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-04 09:52:10 -08:00
Gabriel Torres Ruiz and GitHub
1d8d30e5bb
fix(echarts): pass vizType to enable theme overrides in all chart types ( #36389 )
2025-12-04 09:51:40 -08:00
Antonio Rivero and GitHub
4a249a0745
fix(dashboards): Use same decorators as FAB ( #36423 )
2025-12-04 16:32:10 +01:00
Declan Zhao and GitHub
d121cfdbda
feat(prune_logs): add optional max_rows_per_run param ( #36313 )
2025-12-04 10:15:10 -03:00
3eec441abe
chore(deps-dev): bump prettier from 3.6.2 to 3.7.4 in /superset-websocket ( #36391 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 15:27:53 -08:00
22c061c06c
chore(deps-dev): bump typescript-eslint from 8.48.0 to 8.48.1 in /superset-websocket ( #36395 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 15:26:34 -08:00
7f85d92b85
chore(deps-dev): bump typescript-eslint from 8.48.0 to 8.48.1 in /docs ( #36399 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 15:12:57 -08:00
dc98a3b397
chore(deps): bump caniuse-lite from 1.0.30001757 to 1.0.30001759 in /docs ( #36397 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 15:12:38 -08:00
Beto Dealmeida and GitHub
c458f99dd4
chore: cleanup ssh tunnel ( #34388 )
2025-12-03 14:26:35 -05:00
70aec7fa76
chore(deps): bump express from 4.21.2 to 4.22.0 in /superset-frontend ( #36361 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-03 10:30:43 -08:00
Amin Ghadersohi and GitHub
5c91ab91fb
feat(mcp): add tool tags for Tool Search optimization ( #36405 )
2025-12-03 18:07:22 +01:00
Felipe López and GitHub
62d86aba14
fix(SQLLab): most recent queries at the top in Query History without refreshing the page ( #36359 )
2025-12-03 16:48:34 +01:00
Mehmet Salih Yavuz and GitHub
b40467c7e2
fix(SaveModal): reset chart state when saving and going to a dashboard ( #36402 )
2025-12-03 17:30:08 +02:00
f955f0d133
chore(deps): bump express from 5.1.0 to 5.2.1 in /superset-websocket/utils/client-ws-app ( #36373 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 15:21:58 -08:00
a8111de3ef
chore(deps-dev): bump ts-jest from 29.4.5 to 29.4.6 in /superset-websocket ( #36372 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 15:02:04 -08:00
9800fb7702
chore(deps): bump hot-shots from 11.2.0 to 11.3.0 in /superset-websocket ( #36352 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 15:00:52 -08:00
17027ff5ca
chore(deps): bump express from 5.1.0 to 5.2.0 in /superset-websocket/utils/client-ws-app ( #36366 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 15:00:25 -08:00
9c963b50e6
chore(deps): bump express from 4.21.2 to 4.22.0 in /docs ( #36362 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 14:55:09 -08:00
bf5de3cb50
fix(DatasourceControl): eliminate test flakiness and async race conditions ( #35993 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-02 13:57:06 -08:00
Amin Ghadersohi and GitHub
2c6bed27aa
refactor(mcp): use dynamic APP_NAME instead of hardcoded Superset branding ( #36371 )
2025-12-02 11:33:10 -08:00
Beto Dealmeida and GitHub
d05ab91d11
fix: is_column_reference check ( #36382 )
2025-12-02 14:16:48 -05:00
Viktor Kolev and GitHub
7748b60ff5
chore(docs): Fix typo in FEATURE_FLAGS.md ( #36364 )
2025-12-02 10:59:57 -08:00
Beto Dealmeida and GitHub
e4cb84bc02
feat: DB2 dialect for sqlglot ( #36365 )
2025-12-02 12:19:52 -05:00
Michael S. Molina and GitHub
005e4e3ea8
chore: Implement additional SQL Lab core APIs ( #36331 )
2025-12-02 09:04:59 -05:00
Michael S. Molina and GitHub
5e3ff0787b
docs(extensions): Add community extensions registry page ( #36312 )
2025-12-02 09:03:04 -05:00
Enzo Martellucci and GitHub
51798edb23
feat(alert-report-modal): Use extensions registry for DateFilterControl in AlertReportModal ( #36376 )
2025-12-02 13:03:15 +01:00
Kaito Watanabe and GitHub
6e0960c3f5
feat: show search filtered total ( #36083 )
2025-12-01 22:29:23 +01:00
Michael S. Molina and GitHub
db995ad5bf
chore: Adds non-interactive mode to superset-extensions init command ( #36308 )
2025-12-01 15:45:49 -05:00
Michael S. Molina and GitHub
b12f5f8394
fix: CI failures caused by a ruff version mismatch ( #36358 )
2025-12-01 15:35:22 -05:00
92986c2ecc
chore(deps): bump node-forge from 1.3.1 to 1.3.2 in /superset-frontend ( #36299 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 11:07:25 -08:00
Phin Jensen and GitHub
d4206de8e0
docs: fix formatting of BaseCache import statement in docs ( #36278 )
2025-12-01 11:04:32 -08:00
4935938bb1
chore(deps-dev): bump prettier from 3.6.2 to 3.7.3 in /docs ( #36353 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 11:02:46 -08:00
2b6b4e363b
chore(deps): bump cookie from 1.1.0 to 1.1.1 in /superset-websocket ( #36303 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 10:34:00 -08:00
de69377b04
chore(deps): bump node-forge from 1.3.1 to 1.3.2 in /docs ( #36300 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 10:31:59 -08:00
Michael S. Molina and GitHub
fd7ce4976a
docs: Improve the Quick Start to make it more AI-friendly ( #36307 )
2025-12-01 12:10:08 -05:00
Beto Dealmeida and GitHub
775d1ba061
fix: normalize totals cache keys for async hits ( #36274 )
2025-12-01 11:11:10 -05:00
Vitor Avila and GitHub
9fc7a83320
fix: Do no aggregate results for CSV downloads from AG Grid raw records table ( #36247 )
2025-12-01 12:52:41 -03:00
a754258fad
fix(timeshift): Add a more reliable strategy for correct temporal col ( #36309 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-01 17:24:05 +03:00
Gabriel Torres Ruiz and GitHub
a745fd49fa
fix(deckgl): use DatasourceType enum in polygon transformProps test + some TS issues ( #36336 )
2025-11-30 18:56:07 +01:00
om pharate and GitHub
01f032017f
feat(controlPanel): add integer validation for rows per page setting ( #36289 )
2025-11-28 12:29:17 -08:00
d5c5dbb3bf
refactor(word-cloud): convert rotation and color controls to React components (POC) ( #36275 )
...
Co-authored-by: BrandanBurgess <brandanbb13@gmail.com >
2025-11-28 12:28:31 -08:00
PolinaFam and GitHub
c9a7a85159
feat(chart): add axes settings for trendline ( #36002 )
2025-11-28 12:22:57 -08:00
Damian Pendrak and GitHub
de7f41a888
fix(deckgl): polygon elevation fixed value ( #35266 )
2025-11-28 12:22:38 -08:00
Mehmet Salih Yavuz and GitHub
a0e63faf62
fix: add a fallback to chart state callback ( #36327 )
2025-11-28 20:44:41 +03:00
341ae994c5
feat(embed): get charts payload ( #36237 )
...
Co-authored-by: Vitor Avila <vitorfragadeavila@gmail.com >
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
2025-11-28 17:26:30 +03:00
81e561bdc9
chore(deps): bump swagger-ui-react from 5.30.2 to 5.30.3 in /docs ( #36284 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-26 15:16:27 -08:00
170d1b92eb
chore(deps): bump cookie from 1.0.2 to 1.1.0 in /superset-websocket ( #36283 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-26 15:16:08 -08:00
2db0107d12
chore(deps): bump caniuse-lite from 1.0.30001756 to 1.0.30001757 in /docs ( #36256 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-26 14:59:21 -08:00
df0211fe29
chore(deps-dev): bump typescript-eslint from 8.47.0 to 8.48.0 in /docs ( #36254 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-26 14:58:47 -08:00
1bf1890084
chore(deps-dev): bump typescript-eslint from 8.46.2 to 8.48.0 in /superset-websocket ( #36252 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-26 14:58:00 -08:00
Amin Ghadersohi and GitHub
2af5a5adb0
fix(mcp): access wrapped function in dataset tool tests ( #36295 )
2025-11-26 22:49:42 +01:00
fe21485065
docs: Reorganizes the extensions documentation ( #36298 )
...
Co-authored-by: Evan Rusackas <evan@preset.io >
2025-11-26 16:48:36 -05:00
Amin Ghadersohi and GitHub
18ab5382b1
feat(mcp): implement selective column serialization for list tools ( #36035 )
2025-11-25 17:31:51 -08:00
f98939103b
fix(mcp-service): improve MCP tool parameter clarity and validation ( #36137 )
...
Co-authored-by: Rafael Benitez <rafael.benitez@contractors.food52.com >
2025-11-25 16:34:43 -08:00
Amin Ghadersohi and GitHub
ab36bd3965
build: Add pytest-asyncio to enable async MCP service tests ( #36251 )
2025-11-25 15:47:48 -08:00
fb2a8ac9a2
docs: clarify duplicate report deliveries for alerts & reports ( #36264 )
...
Co-authored-by: Evan Rusackas <evan@preset.io >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-25 14:44:51 -08:00
06a8f4df02
feat(datasets): add datetime format detection to dataset columns ( #36150 )
...
Co-authored-by: Claude Code <claude@anthropic.com >
2025-11-25 14:25:24 -08:00
Amin Ghadersohi and GitHub
cf88551a56
fix(mcp): Allow MCP tools to accept string or object request formats ( #36271 )
2025-11-25 14:46:44 -05:00
Beto Dealmeida and GitHub
aca18fff99
fix: double computation of contribution_totals ( #36226 )
2025-11-25 14:35:55 -05:00
Ville Brofeldt and GitHub
a4860075d2
feat: add mcp abstractions to core ( #36151 )
2025-11-25 08:23:59 -10:00
Daniel Vaz Gaspar and GitHub
bae716fa83
fix(log): remove unwanted info from logs REST API ( #36269 )
2025-11-25 18:10:29 +00:00
Beto Dealmeida and GitHub
0c87034b17
fix: cache key generation ( #36225 )
2025-11-25 12:50:00 -05:00
Amin Ghadersohi and GitHub
8d5d71199a
feat(mcp): Add flexible input parsing to handle double-serialized requests ( #36249 )
2025-11-25 18:21:04 +01:00
Daniel Vaz Gaspar and GitHub
cd36845d56
fix: remove unwanted info from tags REST API ( #36266 )
2025-11-25 16:22:31 +00:00
Antonio Rivero and GitHub
c966dd4f9e
feat(dashboards): Add config to filter implicit tags in list API ( #36246 )
2025-11-25 11:57:53 +01:00
062e4a2922
fix: Columns bleeding into other cells ( #36134 )
...
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
Co-authored-by: Geidō <60598000+geido@users.noreply.github.com >
2025-11-25 11:09:13 +02:00
amaannawab923 and GitHub
186693b840
feat(ag-grid): add SQLGlot-based SQL escaping for where and having filter clauses ( #36136 )
2025-11-25 09:35:40 +02:00
ab8352ee66
fix: Table chart types headers are offset from the columns in the table ( #36190 )
...
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
2025-11-24 10:25:55 -08:00
JUST.in DO IT and GitHub
bf2cef7d87
chore(sqllab): add logging for switching south panel tabs ( #36168 )
2025-11-24 10:23:55 -08:00
a6b6eb4ab3
chore(deps-dev): bump @types/lodash from 4.17.20 to 4.17.21 in /superset-websocket ( #36231 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 10:21:17 -08:00
cac6ffcd3c
fix: Extra controls width for Area Chart on dashboards ( #36133 )
...
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
2025-11-24 16:57:17 +02:00
08c1d03479
fix(screenshots): Only cache thumbnails when image generation succeeds ( #36126 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-21 17:11:20 -08:00
Beto Dealmeida and GitHub
a2267d869b
refactor: refactor get_query_result ( #36057 )
2025-11-21 18:14:52 -05:00
Beto Dealmeida and GitHub
e303537e0c
fix: adhoc column quoting ( #36215 )
2025-11-21 16:32:39 -05:00
a0c29cc260
test: fix flaky MySQL integration test in test_update_v1_response ( #36176 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-21 13:29:47 -08:00
e7c54376e2
test(table): remove conditionals from TableChart tests ( #36149 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-21 13:28:16 -08:00
9d40c24a16
refactor(datasets): add comprehensive unit tests for dataset API hooks and fix api guards ( #36175 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-21 13:26:07 -08:00
e6b258f418
chore(deps): bump http-errors from 2.0.0 to 2.0.1 in /superset-websocket/utils/client-ws-app ( #36218 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-21 10:24:53 -08:00
02bbc7c7de
chore(deps-dev): bump eslint from 9.39.0 to 9.39.1 in /superset-websocket ( #36217 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-21 10:24:38 -08:00
Daniel Vaz Gaspar and GitHub
348b19cb4c
fix(sqllab): validate results backend writes and enhance 410 diagnostics ( #36222 )
2025-11-21 15:05:48 +00:00
Joe Li and GitHub
979d385eea
fix: recompile dependencies with linux and update generate dependency script ( #36194 )
2025-11-20 13:42:42 -05:00
Alexandru Soare and GitHub
71c015c579
feat(Tabs): Rearange tabs when editing dashboard ( #35156 )
2025-11-20 10:37:37 -08:00
7805666103
perf(docker): exclude unnecessary directories from Flask reloader watch ( #36143 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-20 10:35:42 -08:00
be0283b9f2
chore(deps): bump antd from 5.28.1 to 5.29.1 in /docs ( #36180 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-20 10:34:54 -08:00
e68150c3ce
chore(deps-dev): bump @types/node from 24.10.0 to 24.10.1 in /superset-websocket ( #36198 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-20 10:27:04 -08:00
92d8139136
fix(security): enable AUTH_RATE_LIMITED to work correctly ( #36195 )
...
Co-authored-by: Joe Li <joe@preset.io >
2025-11-20 10:23:49 -08:00
amaannawab923 and GitHub
35f156a1e1
feat(streaming): Streaming CSV uploads for over 100k records for constant memory usage ( #35478 )
2025-11-20 19:16:59 +02:00
Enzo Martellucci and GitHub
6d359161bb
fix(dashboard): adjust vertical spacing for numerical range filter to prevent overlaps ( #36167 )
2025-11-20 15:20:52 +02:00
Beto Dealmeida and GitHub
53207302f9
chore: bump duckdb et al. ( #36171 )
2025-11-19 15:17:58 -05:00
05d10d8e77
chore(deps-dev): bump @typescript-eslint/parser from 8.46.2 to 8.46.3 in /superset-websocket ( #35973 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-19 10:47:02 -08:00
f5b79c3623
chore(deps-dev): bump eslint from 9.39.0 to 9.39.1 in /docs ( #35976 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-19 10:46:51 -08:00
9f55287672
chore(deps): bump caniuse-lite from 1.0.30001754 to 1.0.30001756 in /docs ( #36179 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-19 10:23:22 -08:00
69fc7f6852
chore(deps-dev): bump webpack from 5.102.1 to 5.103.0 in /docs ( #36178 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-19 10:22:59 -08:00
Evan Rusackas and GitHub
cdbd5bf4f9
chore(docs): config Kapa to use logo from the repo ( #36177 )
2025-11-19 10:21:49 -08:00
d0bf1cca60
chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 in /superset-embedded-sdk ( #36172 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-19 10:18:37 -08:00
Amin Ghadersohi and GitHub
66afdfd119
docs(mcp): add comprehensive architecture, security, and production deployment documentation ( #36017 )
2025-11-19 16:41:56 +01:00
Richard Fogaca Nienkotter and GitHub
4582f0e8d2
fix(dashboard): ensure charts re-render when visibility state changes ( #36011 )
2025-11-19 14:26:34 +01:00
SBIN2010 and GitHub
21f85a4145
feat(tree chart): add initial tree depth to tree chart ( #35425 )
2025-11-18 09:40:51 -08:00
Enzo Martellucci and GitHub
53b9045943
chore(DatabaseModal): simplify collapsible logic for extra extension section ( #36118 )
2025-11-18 15:55:16 +01:00
Enzo Martellucci and GitHub
a268232ed6
fix(datasets): prevent viewport overflow in dataset creation page ( #36166 )
2025-11-18 15:54:59 +01:00
SBIN2010 and GitHub
43e9e1ec36
fix: role list edit modal height ( #36123 )
2025-11-18 13:19:26 +01:00
80ec241108
feat(dashboard): "embed code" option on dashboard share tab ( #33163 )
...
Co-authored-by: richardfn <richard.fogaca@appsilon.com >
Co-authored-by: Enzo Martellucci <52219496+EnxDev@users.noreply.github.com >
2025-11-18 12:48:43 +01:00
Richard Fogaca Nienkotter and GitHub
8315804c85
fix(cache): apply dashboard filters to non-legacy visualizations ( #36109 )
2025-11-18 10:03:09 +01:00
Richard Fogaca Nienkotter and GitHub
a9fd600c52
fix: 'save and go to dashboard' option was disabled after changing the chart type ( #36122 )
2025-11-18 09:59:24 +01:00
b5cac47ba7
chore(deps-dev): bump @eslint/js from 9.39.0 to 9.39.1 in /docs ( #35975 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 16:08:09 -08:00
d91d81b5df
chore(deps-dev): bump typescript-eslint from 8.46.2 to 8.46.4 in /docs ( #36066 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 16:07:37 -08:00
225886e859
chore(deps-dev): bump @typescript-eslint/parser from 8.46.2 to 8.46.4 in /docs ( #36064 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 14:49:28 -08:00
cc1d22012c
chore(deps): bump antd from 5.28.0 to 5.28.1 in /docs ( #36065 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 14:49:09 -08:00
fb325a8f24
fix(translations): Fix Russian translations for EmptyState ( #34055 )
...
Co-authored-by: Polina Fam <pfam@ptsecurity.com >
2025-11-18 01:26:05 +03:00
f8943c17c2
chore(deps): bump js-yaml in /superset-websocket ( #36142 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 14:25:25 -08:00
28bdec2c79
fix(tags): ensure tag creation is compatible with MySQL by avoiding Markup objects ( #36075 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-17 14:05:42 -08:00
Aleksey Karpov and GitHub
6fc7af5ba8
build: update Dockerfile to 3.11.14-slim-trixie ( #36047 )
2025-11-17 13:51:06 -08:00
3b226038ba
fix(datasets): prevent double time filter application in virtual datasets ( #35890 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-17 16:47:10 -05:00
Gabriel Torres Ruiz and GitHub
9d06a5888f
fix(csv-upload): log detailed errors during chunk concatenation for debugging ( #36108 )
2025-11-17 12:05:12 -08:00
fb7d0e0e3d
chore: annotate important types ( #36034 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-17 14:41:20 -05:00
Gabriel Torres Ruiz and GitHub
282f4e5de2
feat(embedded): add setThemeMode API for dynamic theme switching ( #36125 )
2025-11-17 10:30:02 -08:00
Gabriel Torres Ruiz and GitHub
9bff64824b
fix(navbar): some styling + components inconsistencies ( #36120 )
2025-11-17 10:29:06 -08:00
Kamil Gabryjelski and GitHub
6723a58780
perf: Fix dashboard performance issues ( #36119 )
2025-11-17 10:28:53 -08:00
Amin Ghadersohi and GitHub
519990e2fb
fix: pin setuptools <81 to prevent pkg_resources removal ( #36104 )
2025-11-17 10:21:27 -08:00
Yong Le He and GitHub
fb8eb2a5c3
fix(dashboard): ensure world map chart uses correct country code format in crossfilter ( #35919 )
2025-11-17 09:14:04 -08:00
962faa2196
fix: Use total count to filter datasets ( #36135 )
...
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
2025-11-17 17:01:54 +01:00
Amin Ghadersohi and GitHub
dad469297c
feat(mcp): add configurable branding for MCP service ( #36033 )
2025-11-17 14:16:25 +01:00
Levis Mbote and GitHub
85413f2a65
fix: fix crossfilter persisting after removal ( #35998 )
2025-11-17 12:07:12 +01:00
Amin Ghadersohi and GitHub
9605a4a9cb
fix(mcp-service): ensure Flask app context in auth hook and resolve Pydantic warnings ( #36013 )
2025-11-17 11:31:03 +01:00
Ville Brofeldt and GitHub
c2baba50f9
chore: abstract models and daos into superset-core ( #35259 )
2025-11-14 17:00:44 -08:00
c955a5dc08
fix(histogram): add NULL handling for histogram ( #35693 )
...
Co-authored-by: Rachel Pan <r.pan@mail.utoronto.ca >
Co-authored-by: Rachel Pan <panrrachel@gmail.com >
Co-authored-by: Janani Gurram <68124448+JG-ctrl@users.noreply.github.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-14 11:54:13 -08:00
SBIN2010 and GitHub
e6a5616543
fix: opacity color formating ( #36101 )
2025-11-14 22:46:22 +03:00
001b6cb801
feat: Floating Point Formatting for Scatter Point Chart ( #35915 )
...
Co-authored-by: Vincent <vincent.trung4@gmail.com >
2025-11-14 11:37:44 -08:00
Beto Dealmeida and GitHub
f3e620cd0f
fix: RLS in virtual datasets ( #36061 )
2025-11-14 14:21:09 -05:00
Enzo Martellucci and GitHub
9ef87e75d5
fix(ace-editor-popover): main AntD popover closes when clicking autocomplete suggestions in Ace Editor ( #35986 )
2025-11-14 16:35:15 +01:00
Enzo Martellucci and GitHub
f8933c2743
style(database-modal): vertically align the button and the InfoTooltip icon ( #36087 )
2025-11-14 15:45:41 +01:00
Daniel Vaz Gaspar and GitHub
b051f779e6
chore: bump FAB to 5.0.2 ( #36086 )
2025-11-14 11:57:50 +00:00
Richard Fogaca Nienkotter and GitHub
37d58a476c
fix(chart): align legend with chart grid in List mode for Top/Bottom orientations ( #36077 )
2025-11-14 11:14:21 +01:00
Richard Fogaca Nienkotter and GitHub
78f9debdd4
fix(dashboard): prevent tab content cutoff and excessive whitespace in empty tabs ( #35834 )
2025-11-13 22:33:43 +01:00
Mehmet Salih Yavuz and GitHub
74a590cb76
fix(dashboard): refresh tabs as they load when dashboard is refreshed ( #35265 )
2025-11-13 22:14:01 +01:00
Richard Fogaca Nienkotter and GitHub
4a04d46118
fix(explore): re-apply filters when 'Group remaining as Others' is enabled ( #35937 )
2025-11-13 22:06:33 +01:00
Richard Fogaca Nienkotter and GitHub
467b008f36
fix: save button was enabled even no changes were made to the dashboard ( #35817 )
2025-11-13 22:01:33 +01:00
Vitor Avila and GitHub
6701d0ae0c
fix: Use singlestoredb dialect for sqlglot ( #36096 )
2025-11-13 16:10:55 -03:00
Gabriel Torres Ruiz and GitHub
4515d18ddd
fix(navbar): Minor fixes in navbar spacings ( #36091 )
2025-11-13 09:53:09 -08:00
Antonio Rivero and GitHub
60f29ba6fb
chore(logs): Add is_cached in sync AND async results ( #36102 )
2025-11-13 16:04:49 +01:00
Mehmet Salih Yavuz and GitHub
306f4c14cf
fix(sql): quote column names with spaces to prevent SQLGlot parsing errors ( #35553 )
2025-11-13 17:47:16 +03:00
Juan Manuel Cárdenas and GitHub
310dcd7b94
chore: 🌐 Translations added to ES .po file ( #30759 )
2025-11-13 08:53:12 +03:00
008c7c6517
fix(table-chart): fix missing table header IDs ( #35968 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-12 13:15:55 -08:00
Amin Ghadersohi and GitHub
c244e7f847
fix(mcp): simplify health_check tool and refactor system utils ( #36063 )
2025-11-12 10:28:09 -08:00
Levis Mbote and GitHub
bb2e2a5ed6
fix: fix tabs overflow in dashboards ( #35984 )
2025-11-12 19:35:29 +03:00
a45c0528da
fix(dashboard): dashboard filter was incorrectly showing as out of scope ( #35886 )
...
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
2025-11-12 17:24:04 +01:00
0b535b792e
feat(frontend): add dataset cache clearing utilities and integration ( #35264 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Geidō <60598000+geido@users.noreply.github.com >
2025-11-12 17:23:37 +03:00
Richard Fogaca Nienkotter and GitHub
9fbfcf0ccd
fix(sqllab): prevent unwanted tab switching when autocompleting table names on SQL Lab ( #35992 )
2025-11-12 10:48:48 +01:00
Richard Fogaca Nienkotter and GitHub
d123249bd2
fix(dashboard): align filter bar elements vertically in horizontal mode ( #36036 )
2025-11-11 11:48:25 +03:00
Richard Fogaca Nienkotter and GitHub
4376476ec4
fix: saved query preview modal not highlighting active rows ( #35866 )
2025-11-11 11:15:27 +03:00
Richard Fogaca Nienkotter and GitHub
9be61a1245
fix(dashboard): prevent validation error in properties modal when ope… ( #36045 )
2025-11-11 11:09:07 +03:00
Mehmet Salih Yavuz and GitHub
e2e831e322
fix(permalink): exclude edit mode from dashboard permalink ( #35889 )
2025-11-11 10:58:02 +03:00
21d585d586
fix(explore): show validation errors in View Query modal ( #35969 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-10 14:47:52 -08:00
0a5144fc1d
fix(tests): fix flakey tests with PropertiesModal.test.tsx, FiltersConfigModal.test.tsx and ChartList.listview.test.tsx ( #36037 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-10 14:31:48 -08:00
64ca080bb8
feat(playwright): Remove Cypress auth tests in favor of Playwright auth tests ( #35938 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-10 14:29:01 -08:00
b85621e9a7
docs: Add custom chart plugin deployment instructions ( #36028 )
...
Co-authored-by: Daniel Garcia Briseno <daniel.garciabriseno@nasa.gov >
Co-authored-by: Joe Li <joe@preset.io >
2025-11-10 12:19:51 -08:00
e915d7d1d0
chore(deps): bump min-document from 2.19.0 to 2.19.1 in /superset-frontend ( #36046 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-10 12:18:36 -08:00
Richard Fogaca Nienkotter and GitHub
ae63f64771
style(sqllab): restore Template Parameters modal styling ( #35965 )
2025-11-10 18:51:12 +03:00
Kamil Gabryjelski and GitHub
63dfd95aa2
fix: Flakiness around scrolling during taking tiled screenshots with Playwright ( #36051 )
2025-11-10 12:57:28 +01:00
Mehmet Salih Yavuz and GitHub
c9f65cf1c2
fix(date_parser): add check for time range timeshifts ( #36039 )
2025-11-10 13:46:03 +03:00
c42e3c6837
fix(reports): improve error handling for report schedule execution ( #35800 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-07 17:57:43 -08:00
Amin Ghadersohi and GitHub
3167a0dbc0
chore(mcp-service): upgrade fastmcp from 2.10.6 to 2.13.0.2 ( #36014 )
2025-11-07 17:52:03 -08:00
909bd877c9
fix(filters): preserve backend metric-based sorting ( #35152 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-07 11:40:56 -08:00
Mehmet Salih Yavuz and GitHub
4d0fdba97a
fix(webpack): webpack refresh plugin ( #36041 )
2025-11-07 10:26:08 -08:00
Amin Ghadersohi and GitHub
d2550a525b
refactor(mcp): shorten tool name from get_superset_instance_info to get_instance_info ( #36032 )
2025-11-07 10:19:32 -08:00
258512fef2
fix(echarts): Series style hidden for line charts ( #33677 )
...
Co-authored-by: Vedant Prajapati <vedantprajapati@geotab.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-07 20:28:01 +03:00
Mehmet Salih Yavuz and GitHub
9546ee37e5
chore(superset-core): move ui to new core ( #35308 )
2025-11-07 13:53:06 -03:00
Kamil Gabryjelski and GitHub
728bc2c632
fix: Ensure that Playwright tile height is always positive ( #36027 )
2025-11-07 13:39:05 +01:00
amaannawab923 and GitHub
0307c71945
fix(Context-Menu): Fixing Context Menu for Table Chart with Html Content ( #33791 )
2025-11-07 10:09:25 +03:00
Michael S. Molina and GitHub
208b1f7fa3
docs: Reorganize and improve developer portal documentation ( #36005 )
2025-11-06 16:50:31 -03:00
2f2128ac48
chore(deps): bump caniuse-lite from 1.0.30001753 to 1.0.30001754 in /docs ( #36018 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-06 10:20:37 -08:00
Gabriel Torres Ruiz and GitHub
c11be72ead
fix(UI): spacings + UI fixes ( #36010 )
2025-11-06 10:19:07 -08:00
Amin Ghadersohi and GitHub
f5f5913a29
test: revert unrelated flaky test fix from MCP PR ( #36015 )
2025-11-06 09:41:27 -08:00
Mehmet Salih Yavuz and GitHub
af37e12de4
fix(SelectFilterPlugin): clear all clears all filters including dependent ones ( #35303 )
2025-11-06 18:18:42 +02:00
0827ff7687
feat(build): Migrate webpack to SWC for ~70%+ faster builds ( #35946 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-06 08:14:52 -08:00
Antonio Rivero and GitHub
3765c31163
chore(logs): Use correct log level and remove duplicates for get_query ( #36023 )
2025-11-06 16:18:39 +01:00
Enzo Martellucci and GitHub
84a1abd357
fix(ui): bump AntD to 5.26.0 to fix Splitter drag menu issue ( #35782 )
2025-11-06 07:43:28 +01:00
ethan-l-geotab and GitHub
14f20e644e
fix(chart list): Facepile shows correct users when saving chart properties ( #33392 )
2025-11-05 21:56:58 -08:00
Enzo Martellucci and GitHub
1f960d5761
fix(DatabaseModal): prevent errors when pasting text into supported database select ( #35916 )
2025-11-05 20:38:41 +01:00
32099d8f49
chore(deps): bump swagger-ui-react from 5.30.1 to 5.30.2 in /docs ( #35994 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-05 10:21:25 -08:00
Enzo Martellucci and GitHub
392b880b52
fix(view-in-sqllab): unable to open virtual dataset after discarding chart edits ( #35931 )
2025-11-05 17:03:40 +01:00
Mehmet Salih Yavuz and GitHub
3f49938b79
fix(explore): Overwriting a chart updates the form_data_key ( #35888 )
2025-11-05 17:44:53 +02:00
Antonio Rivero and GitHub
a1d4dff99d
feat(logs): Add is_cached as part of ChartDataRestApi.data actions ( #36001 )
2025-11-05 15:49:56 +01:00
Mehmet Salih Yavuz and GitHub
04231c86db
fix(TimeTable): Match calculations between filtered and non filtered states ( #35619 )
2025-11-05 10:43:05 +03:00
Mehmet Salih Yavuz and GitHub
7265567561
fix(DatasourceEditor): preserve calculated column order when editing sql ( #35790 )
2025-11-04 21:22:39 +03:00
Evan Rusackas and GitHub
0d70373d95
feat(npm): New npm run clear-npm script to nuke node_modules faster. ( #35923 )
2025-11-03 20:16:57 -08:00
53687ae659
fix(dashboard): fix dataset search in filter config modal ( #35488 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-03 13:29:39 -08:00
Rafael Benitez and GitHub
46db8b7803
fix(dataset): sync columns checkbox not responding to clicks in virtual dataset modal ( #35650 )
2025-11-03 10:47:23 -08:00
7cd04c088c
chore(deps-dev): bump globals from 16.4.0 to 16.5.0 in /superset-websocket ( #35948 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 10:45:26 -08:00
51b4df7a1f
chore(deps-dev): bump globals from 16.4.0 to 16.5.0 in /docs ( #35949 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 10:44:54 -08:00
b92b725fe2
chore(deps-dev): bump eslint from 9.38.0 to 9.39.0 in /docs ( #35951 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 10:44:37 -08:00
1c1d1ddbec
chore(deps): bump caniuse-lite from 1.0.30001752 to 1.0.30001753 in /docs ( #35957 )
...
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@preset.io >
2025-11-03 10:44:23 -08:00
5224347c39
test(useThemeMenuItems): fix race conditions by awaiting all userEvent calls ( #35918 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-03 10:28:12 -08:00
Richard Fogaca Nienkotter and GitHub
27011d0239
fix(sqllab): align refresh buttons with select input fields ( #35917 )
2025-11-03 10:26:04 -08:00
Akshat Sinha and GitHub
bae2c90bae
docs: correct spelling typos in project codebase ( #35935 )
2025-11-03 12:09:58 -05:00
ae1f0bb107
chore(deps-dev): bump @types/node from 24.9.2 to 24.10.0 in /superset-websocket ( #35952 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 09:07:06 -08:00
405ed2e736
chore(deps-dev): bump eslint from 9.38.0 to 9.39.0 in /superset-websocket ( #35953 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 09:04:40 -08:00
17299e469a
chore(deps-dev): bump @eslint/js from 9.38.0 to 9.39.0 in /docs ( #35954 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 09:04:24 -08:00
3c43ce4e06
chore(deps): bump antd from 5.27.6 to 5.28.0 in /docs ( #35956 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 09:03:18 -08:00
00a6772507
chore(deps): bump swagger-ui-react from 5.30.0 to 5.30.1 in /docs ( #35955 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 09:03:00 -08:00
be3690c22b
fix(explore): formatting the SQL in "View Query" pop-up doesn't format ( #35898 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-31 11:09:51 -07:00
d1f9c77afd
chore(deps): bump caniuse-lite from 1.0.30001751 to 1.0.30001752 in /docs ( #35924 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-31 11:08:33 -07:00
Amin Ghadersohi and GitHub
fee4e7d8e2
feat(mcp): MCP service implementation (PRs 3-9 consolidated) ( #35877 )
2025-10-31 08:33:21 -07:00
Yuvraj Singh Chauhan and GitHub
30d584afd1
fix(db2): update time grain expressions for DAY to use DATE function ( #35848 )
2025-10-31 10:25:42 -03:00
Vitor Avila and GitHub
0a95f74f11
chore: Docs and config improvements for Docker setup ( #35896 )
2025-10-31 02:42:19 -03:00
Gabriel Torres Ruiz and GitHub
6e27bee2ca
refactor(explore): improve focus management in adhoc filter editor ( #35801 )
2025-10-30 23:04:25 +03:00
Ville Brofeldt and GitHub
f6f15f58ee
fix: set pandas 2.1 as requirement ( #35912 )
2025-10-30 12:33:27 -07:00
Amin Ghadersohi and GitHub
6f50ddf710
refactor(explore): extract session ID retrieval into overridable method ( #35779 )
2025-10-30 11:30:15 -07:00
Beto Dealmeida and GitHub
5fc934d859
chore: bump shillelagh to 1.4.3 ( #35895 )
2025-10-30 11:05:06 -07:00
8ccdf3b32b
feat(frontend): Replace ESLint with OXC hybrid linting architecture ( #35506 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-30 09:26:21 -07:00
a5eb02d178
chore(deps): bump use-immer from 0.9.0 to 0.11.0 in /superset-frontend ( #35789 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-29 13:41:53 -07:00
SBIN2010 and GitHub
dd857a2c7a
fix: displaying cell bars in table ( #35885 )
2025-10-29 10:29:22 -07:00
2013963e0b
chore(deps-dev): bump @types/node from 24.9.1 to 24.9.2 in /superset-websocket ( #35879 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-29 10:26:41 -07:00
SBIN2010 and GitHub
48ee0821d3
feat: show total in waterfall chart ( #35876 )
2025-10-29 10:25:56 -07:00
Alexandru Soare and GitHub
99b61143f6
feat(Chart): Save Chart State globally ( #35343 )
2025-10-29 15:54:07 +02:00
2db19008fb
test(dashboard): strengthen fontWeightStrong assertion for markdown bold ( #35872 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-28 17:23:02 -07:00
SBIN2010 and GitHub
514d56d1ae
feat: conditional formatting improvements add flag toAllRow and toTextColor in tables ( #34762 )
2025-10-28 16:40:40 -07:00
Amin Ghadersohi and GitHub
5c57c9c0b2
fix: add utc=True to pd.to_datetime for timezone-aware datetimes ( #35587 )
2025-10-28 16:12:28 -07:00
Amin Ghadersohi and GitHub
7733265fa2
fix(mcp): remove hardcoded admin username fallbacks ( #35875 )
2025-10-28 15:45:40 -07:00
61c68f7b8f
fix(reports): Add celery task execution ID to email notification logs ( #35807 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-28 15:31:41 -07:00
5218b4eea2
fix(echarts): fix time shift color matching functionality ( #35826 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-28 23:36:50 +03:00
Amin Ghadersohi and GitHub
e1455057e7
feat(mcp): PR2 - Add chart listing and info tools with core infrastructure ( #35835 )
2025-10-28 10:39:40 -07:00
7a759c903b
chore(deps): bump swagger-ui-react from 5.29.5 to 5.30.0 in /docs ( #35865 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-28 10:28:38 -07:00
innovark and GitHub
61758c07d2
fix: update Russian translations ( #35750 )
2025-10-28 10:22:34 -07:00
bf830b2dd5
fix(theme): add fontWeightStrong to allowedAntdTokens to fix bold markdown rendering ( #35821 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-28 09:26:05 -07:00
Martyn Gigg and GitHub
6704c0aaec
fix(sqllab): Fix CSV export button href in SQL Lab when application root is defined ( #35118 )
2025-10-27 14:29:30 -07:00
Mehmet Salih Yavuz and GitHub
6e60a00d69
fix(SqlLab): South pane visual changes ( #35601 )
2025-10-27 22:07:06 +03:00
ngokturkkarli and GitHub
0bf34d4d6f
fix(native-filters): prevent circular dependencies and improve dependency handling ( #35317 )
2025-10-27 15:44:14 +02:00
Levis Mbote and GitHub
19473af401
fix(database-modal): fix issue where commas could not be typed into DB configuration. ( #35289 )
2025-10-27 16:39:51 +03:00
51aad52e6c
fix: unpin holidays and prophet ( #35771 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-27 10:03:16 +00:00
Ignacio Van Droogenbroeck and GitHub
3d2ed363aa
fix(docs): Update Arc database connector documentation ( #35805 )
2025-10-25 17:41:09 -04:00
Amin Ghadersohi and GitHub
cc6a5dc29a
feat(mcp): PR1 - Add MCP service scaffold for Apache Superset ( #35163 )
2025-10-24 16:59:23 -07:00
7c9720e22b
fix(dashboard): handle invalid thumbnail BytesIO objects gracefully ( #35808 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-24 11:38:35 -07:00
Marcos Amorim and GitHub
c3b8c96db6
fix(alerts): improve Slack API rate limiting for large workspaces ( #35622 )
2025-10-24 10:02:41 -07:00
93cb60b24e
docs(db_engine_specs): restructure feature table for GitHub rendering ( #35809 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-23 13:47:35 -04:00
Gabriel Torres Ruiz and GitHub
5e4a80e5d0
fix(ag-grid): fix conditional formatting theme colors and module extensibility ( #35605 )
2025-10-22 18:39:00 -07:00
79918a7939
fix(frontend): resolve race condition in DatasetUsageTab pagination s… ( #35691 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-22 15:42:04 -07:00
d09421230b
test(dashboard): eliminate race condition in FiltersConfigModal test ( #35717 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-22 14:56:17 -07:00
Richard Fogaca Nienkotter and GitHub
1234533c67
fix: edit dataset modal visual fixes ( #35799 )
2025-10-22 22:43:13 +03:00
Mehmet Salih Yavuz and GitHub
7f0c0aea94
fix(ThemeController): replace fetch with SupersetClient for proper auth ( #35794 )
2025-10-22 19:54:28 +03:00
Fabian Halkivaha and GitHub
d9dcbb68b7
chore(docs): use native docusauros admonition notation ( #35791 )
2025-10-22 11:39:52 -04:00
Mehmet Salih Yavuz and GitHub
98fba1eefe
fix(security): Add active property to guest user ( #35454 )
2025-10-22 12:51:19 +03:00
Geidō and GitHub
bad03b1e76
fix(Actions): Improper spacing ( #35724 )
2025-10-21 20:10:00 +02:00
Geidō and GitHub
fcfafebb29
fix(Themes): Local label inconsistent behaviors ( #35663 )
2025-10-21 20:09:33 +02:00
47e82b02ed
chore(deps-dev): bump ts-jest from 29.4.0 to 29.4.5 in /superset-frontend ( #35732 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 10:54:09 -07:00
a463d66c80
chore(deps-dev): bump typescript-eslint from 8.46.1 to 8.46.2 in /superset-websocket ( #35757 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 10:53:02 -07:00
Michael S. Molina and GitHub
337da13ba7
fix: Changes ResultSet to include sqlEditorImmutableId when fetching results ( #35773 )
2025-10-21 14:24:39 -03:00
4a3453999a
chore(deps-dev): bump eslint from 9.37.0 to 9.38.0 in /docs ( #35727 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 10:21:37 -07:00
58758de93d
feat(reports): allow custom na values ( #35481 )
...
Co-authored-by: bito-code-review[bot] <188872107+bito-code-review[bot]@users.noreply.github.com>
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net >
2025-10-21 13:05:57 -04:00
b4a8acc584
chore(deps-dev): bump @babel/compat-data from 7.28.0 to 7.28.4 in /superset-frontend ( #35730 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 09:57:51 -07:00
08f89690e9
chore(deps-dev): bump html-webpack-plugin from 5.6.3 to 5.6.4 in /superset-frontend ( #35755 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 09:56:55 -07:00
f02899d38d
chore(deps-dev): bump @types/node from 24.8.1 to 24.9.1 in /superset-websocket ( #35761 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 09:56:13 -07:00
86583f1121
chore(deps-dev): bump @typescript-eslint/parser from 8.46.1 to 8.46.2 in /superset-websocket ( #35759 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 09:55:05 -07:00
26cbd71099
chore(deps-dev): bump prettier-plugin-packagejson from 2.5.8 to 2.5.19 in /superset-frontend ( #35760 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 09:49:49 -07:00
500ce7a02a
chore(deps): bump ace-builds from 1.43.3 to 1.43.4 in /superset-frontend ( #35763 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 09:48:51 -07:00
6d8ceed10e
chore(deps-dev): bump typescript-eslint from 8.46.1 to 8.46.2 in /docs ( #35764 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 09:46:51 -07:00
68d65f727f
chore(deps): bump antd from 5.27.5 to 5.27.6 in /docs ( #35765 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 09:46:10 -07:00
Yuvraj Singh Chauhan and GitHub
f165785003
docs: update links in CONTRIBUTING.md to point to the correct Developer Portal URLs ( #35723 )
2025-10-20 17:03:43 -07:00
8e31c93119
chore(deps): bump @docusaurus/preset-classic from 3.9.1 to 3.9.2 in /docs ( #35744 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 13:29:16 -07:00
4974c08f7d
chore(deps): bump @docusaurus/theme-mermaid from 3.9.1 to 3.9.2 in /docs ( #35741 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 13:09:24 -07:00
Michael S. Molina and GitHub
fa90ba976c
fix: Extension events not fired in SQL Lab tabs ( #35753 )
2025-10-20 16:41:24 -03:00
35c3d8dfbc
chore(deps): bump @docusaurus/plugin-client-redirects from 3.9.1 to 3.9.2 in /docs ( #35739 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 12:11:29 -07:00
ee23815aff
chore(deps): bump @docusaurus/core from 3.9.1 to 3.9.2 in /docs ( #35738 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 11:39:53 -07:00
7c946ae3db
chore(deps-dev): bump @docusaurus/tsconfig from 3.9.1 to 3.9.2 in /docs ( #35733 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 11:37:10 -07:00
3926f5c55c
chore(deps-dev): bump @babel/eslint-parser from 7.26.5 to 7.28.4 in /superset-frontend ( #35746 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 11:35:48 -07:00
fdc03d4bf3
chore(deps): update xss requirement from ^1.0.14 to ^1.0.15 in /superset-frontend/packages/superset-ui-core ( #35747 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 11:35:10 -07:00
24f0aed8a7
chore(deps): bump swagger-ui-react from 5.29.4 to 5.29.5 in /docs ( #35734 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 10:54:06 -07:00
00d2f577df
chore(deps-dev): bump eslint from 9.37.0 to 9.38.0 in /superset-websocket ( #35735 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 10:53:41 -07:00
c35fc71bc5
chore(deps-dev): bump @eslint/js from 9.37.0 to 9.38.0 in /docs ( #35736 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-20 10:53:02 -07:00
1b6d57c3f3
test(tasks): Add tests for log_task_failure signal handler ( #35721 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-20 09:23:18 -07:00
d089a96163
fix(playwright): Download dashboard correctly ( #35484 )
...
Co-authored-by: Erkka Tahvanainen <erkka.tahvanainen@confidently.fi >
2025-10-20 16:57:01 +02:00
Elizabeth Thompson and GitHub
0b3fe3d60c
test: add comprehensive unhappy path tests for export ( #35718 )
2025-10-17 16:41:00 -07:00
0eeb184b6a
chore(deps): bump @luma.gl/constants from 9.1.9 to 9.2.2 in /superset-frontend ( #35696 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-17 13:28:25 -07:00
8e7edce616
chore(deps-dev): bump @types/node from 24.6.2 to 24.8.1 in /superset-frontend ( #35705 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-17 12:59:06 -07:00
754201b3d0
chore(deps): bump dayjs from 1.11.13 to 1.11.18 in /superset-frontend ( #35697 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-17 10:29:46 -07:00
925401b4e1
chore(deps-dev): bump @types/node from 24.7.2 to 24.8.1 in /superset-websocket ( #35698 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-17 10:29:13 -07:00
8368ea4094
chore(deps-dev): bump eslint-plugin-prettier from 5.2.3 to 5.5.4 in /superset-frontend ( #35700 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-17 10:28:45 -07:00
e8a6fb24ae
chore(deps): bump react-reverse-portal from 2.1.2 to 2.3.0 in /superset-frontend ( #35706 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-17 10:27:41 -07:00
311b7a72dc
chore(deps-dev): bump copy-webpack-plugin from 13.0.0 to 13.0.1 in /superset-frontend ( #35707 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-17 10:27:11 -07:00
aa496def53
chore(deps-dev): bump @babel/cli from 7.27.2 to 7.28.3 in /superset-frontend ( #35708 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-17 10:26:47 -07:00
aea4375255
chore(deps): update @fontsource/fira-code requirement from ^5.2.6 to ^5.2.7 in /superset-frontend/packages/superset-ui-core ( #35709 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-17 10:26:15 -07:00
9ab0a0179d
fix(charts): update axis title labels to sentence case ( #35694 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-17 09:42:04 -07:00
Fabian Halkivaha and GitHub
3db613dab5
chore(docs): switch to markdown headlines for available macros ( #35685 )
2025-10-17 10:16:49 -04:00
de5ca79805
chore(deps): update chalk requirement from ^5.4.1 to ^5.6.2 in /superset-frontend/packages/generator-superset ( #35391 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-16 14:08:40 -07:00
Sam Firke and GitHub
aede3bb5ba
fix(auth): redirect anonymous attempts to view dashboard with next ( #35345 )
2025-10-16 16:33:37 -04:00
408f84aea6
chore(deps): update dompurify requirement from ^3.2.7 to ^3.3.0 in /superset-frontend/plugins/legacy-preset-chart-nvd3 ( #35632 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-16 12:59:53 -07:00
92c07aaf54
chore(deps-dev): bump @playwright/test from 1.55.0 to 1.56.0 in /superset-frontend ( #35676 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-16 12:58:35 -07:00
f405174fcf
fix(dataset): render default URL description properly in settings ( #35669 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-16 14:27:24 -04:00
Richard Fogaca Nienkotter and GitHub
8c125d2553
feat: use in deck.gl custom tooltip instead of SafeMarkdown ( #35665 )
2025-10-16 11:13:38 -07:00
fb8fca4c64
chore(deps): bump antd from 5.27.4 to 5.27.5 in /docs ( #35654 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-16 10:05:35 -07:00
dc0c055518
chore(deps-dev): bump webpack from 5.102.0 to 5.102.1 in /superset-frontend ( #35675 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-16 10:04:08 -07:00
09349cb1e7
chore(deps): bump caniuse-lite from 1.0.30001750 to 1.0.30001751 in /docs ( #35677 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-16 09:39:02 -07:00
ca29adb0cb
chore(deps): bump fuse.js from 7.0.0 to 7.1.0 in /superset-frontend ( #35678 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-16 09:35:07 -07:00
1617bbbe71
docs: Add Production Security Hardening Guide ( #35190 )
...
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com >
2025-10-15 18:18:39 -07:00
Gabriel Torres Ruiz and GitHub
de1dd53186
fix(theme-crud): enable overwrite confirmation UI for theme imports ( #35558 )
2025-10-15 18:15:57 -07:00
Gabriel Torres Ruiz and GitHub
58672dfab6
fix(table-chart): fix page size label visibility and improve header control wrapping ( #35648 )
2025-10-15 18:15:02 -07:00
Rafael Benitez and GitHub
4b5629d1c8
fix(theme): align "Clear local theme" option with other theme menu items ( #35651 )
2025-10-15 18:14:20 -07:00
4ddc3f14ed
refactor(frontend): convert DatasourceEditor tests to TypeScript ( #35606 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-15 16:42:17 -07:00
400a8aec89
chore(deps-dev): bump typescript-eslint from 8.46.0 to 8.46.1 in /superset-websocket ( #35630 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15 13:44:53 -07:00
51489a75ce
chore: bump pretty-ms to 9.3.0 ( #35667 )
...
Co-authored-by: Ville Brofeldt <v_brofeldt@apple.com >
2025-10-15 12:25:34 -07:00
Quentin Leroy and GitHub
09772eeda0
fix(config.py): reset HTML_SANITIZATION to True by default ( #35603 )
2025-10-15 12:03:51 -07:00
78907d08cd
chore(deps): bump caniuse-lite from 1.0.30001749 to 1.0.30001750 in /docs ( #35614 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 16:58:39 -07:00
d0a0d280a1
chore(deps-dev): bump ts-jest from 29.4.4 to 29.4.5 in /superset-websocket ( #35615 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 16:58:10 -07:00
5d77ed3677
chore(deps-dev): bump @types/node from 24.7.1 to 24.7.2 in /superset-websocket ( #35616 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 16:57:43 -07:00
f68ee6ba67
chore(deps): bump swagger-ui-react from 5.29.3 to 5.29.4 in /docs ( #35617 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 16:57:12 -07:00
a01560cfa1
chore(deps-dev): bump typescript-eslint from 8.46.0 to 8.46.1 in /docs ( #35628 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 16:56:38 -07:00
7e06ce8eeb
chore(deps-dev): bump @typescript-eslint/parser from 8.46.0 to 8.46.1 in /superset-websocket ( #35631 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 16:55:12 -07:00
ccc0e3dbb2
fix: Log Celery task failures with a signal handler ( #35595 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-14 13:01:29 -07:00
bd48e87eeb
fix: no fs logging of extensions unless flag is set ( #35612 )
...
Co-authored-by: Ville Brofeldt <v_brofeldt@apple.com >
2025-10-14 12:11:43 -07:00
Gabriel Torres Ruiz and GitHub
e6bd03fe98
fix(theming): solve modal dark theme issues + styling and code improvements ( #35539 )
2025-10-14 11:08:18 -07:00
Damian Pendrak and GitHub
9252d835b8
fix(deckgl): scatterplot fix categorical color ( #35537 )
2025-10-14 11:07:57 -07:00
35b5f8dcdc
test(frontend): remove 3 duplicate JSX test files ( #35590 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-14 10:31:12 -07:00
97518544ee
feat(dashboard): chart customization/dynamic group by in dashboards ( #33831 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: amaannawab923 <amaannawab923@gmail.com >
2025-10-14 18:37:57 +03:00
Ignacio Van Droogenbroeck and GitHub
1c934b474a
docs: add documentation for Arc to Superset's supported databases ( #35585 )
2025-10-14 10:16:59 -04:00
9d1d396a9b
fix: fix extension e2e flow ( #35589 )
...
Co-authored-by: Ville Brofeldt <v_brofeldt@apple.com >
2025-10-11 11:31:44 -07:00
innovark and GitHub
c38ba1daa8
fix(d3-format): call setupFormatters synchronously to apply D3 format… ( #35529 )
2025-10-10 17:33:47 -07:00
8727d321f3
chore(deps): bump github/codeql-action from 3 to 4 ( #35568 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-10 17:26:36 -07:00
9918f8868e
chore(deps-dev): bump @types/node from 24.7.0 to 24.7.1 in /superset-websocket ( #35597 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-10 15:32:31 -07:00
3dcf85caef
fix(export): replace iframe with fetch to avoid CSP frame-src violations ( #35584 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-10 14:58:13 -07:00
e437ae1f2f
fix(alerts): log execution_id instead of report schedule name in query timing ( #35592 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-10 11:13:10 -07:00
Luiz Otavio and GitHub
17ebbdd966
fix(csv upload): Correctly casting to string numbers with floating points (e+) ( #35586 )
2025-10-10 11:01:03 -07:00
de0bd37a66
chore(deps-dev): update jest requirement from ^30.0.5 to ^30.2.0 in /superset-frontend/plugins/plugin-chart-pivot-table ( #35392 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-10 10:48:01 -07:00
Mehmet Salih Yavuz and GitHub
412587ad41
fix(tables): Dark mode scrollbar styles for webkit ( #35338 )
2025-10-10 13:10:54 +03:00
941907ed4e
chore(deps-dev): update cross-env requirement from ^10.0.0 to ^10.1.0 in /superset-frontend/packages/generator-superset ( #35393 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 16:40:48 -07:00
91fbc64327
chore(deps): update dayjs requirement from ^1.11.13 to ^1.11.18 in /superset-frontend/plugins/legacy-preset-chart-nvd3 ( #34965 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 13:54:24 -07:00
79ff093b30
chore(deps-dev): bump @babel/plugin-transform-runtime from 7.27.1 to 7.28.3 in /superset-frontend ( #35576 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 12:48:39 -07:00
ff80d4f406
chore(deps-dev): update @babel/types requirement from ^7.28.0 to ^7.28.2 in /superset-frontend/plugins/plugin-chart-pivot-table ( #34463 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 11:16:43 -07:00
c846cd187c
chore(deps): update @mapbox/tiny-sdf requirement from ^2.0.6 to ^2.0.7 in /superset-frontend/plugins/legacy-preset-chart-deckgl ( #34939 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 11:15:35 -07:00
9a43a47e6a
chore(deps-dev): update @babel/types requirement from ^7.28.0 to ^7.28.4 in /superset-frontend/plugins/plugin-chart-pivot-table ( #35388 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 10:31:07 -07:00
9f2fead651
chore(deps): update dompurify requirement from ^3.2.6 to ^3.2.7 in /superset-frontend/plugins/legacy-preset-chart-nvd3 ( #35383 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 10:04:06 -07:00
Mehmet Salih Yavuz and GitHub
5a15c632ad
fix(Alerts): Correct icon sizes ( #35572 )
2025-10-09 19:33:14 +03:00
3acc9aba8b
chore(deps): bump less from 4.4.1 to 4.4.2 in /docs ( #35577 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 09:19:28 -07:00
8a61cdf4f2
chore(deps-dev): update fs-extra requirement from ^11.3.0 to ^11.3.2 in /superset-frontend/packages/generator-superset ( #35396 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-09 09:17:59 -07:00
ed47ceb1e4
chore(deps-dev): update jest requirement from ^30.0.5 to ^30.2.0 in /superset-frontend/plugins/plugin-chart-handlebars ( #35397 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 22:17:52 -07:00
4dbdb1811b
chore(deps): update react requirement from ^19.1.1 to ^19.2.0 in /superset-frontend/plugins/legacy-plugin-chart-chord ( #35429 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 22:07:02 -07:00
d921f6d2b4
chore(deps): bump @docusaurus/preset-classic from 3.8.1 to 3.9.1 in /docs ( #35442 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 21:50:54 -07:00
9d3fab8e4d
chore(deps): update ace-builds requirement from ^1.43.1 to ^1.43.3 in /superset-frontend/packages/superset-ui-core ( #35400 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 18:18:05 -07:00
a9630f3ec7
chore(deps-dev): bump @docusaurus/tsconfig from 3.8.1 to 3.9.1 in /docs ( #35376 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 17:20:16 -07:00
c2120f62cf
chore(deps-dev): bump typescript from 5.7.3 to 5.9.3 in /superset-websocket ( #35375 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 17:19:53 -07:00
19cf645224
chore(deps): bump debug from 4.4.1 to 4.4.3 in /superset-websocket/utils/client-ws-app ( #35363 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 17:19:33 -07:00
6b1c058436
chore(deps): bump interweave from 13.1.0 to 13.1.1 in /superset-frontend ( #35440 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 17:17:35 -07:00
54b4056eb3
chore(deps-dev): bump typescript-eslint from 8.45.0 to 8.46.0 in /docs ( #35545 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 17:15:27 -07:00
82e4763588
chore(deps-dev): bump @typescript-eslint/parser from 8.45.0 to 8.46.0 in /docs ( #35548 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 09:58:03 -07:00
831a9a8a57
chore(deps): bump ioredis from 5.8.0 to 5.8.1 in /superset-websocket ( #35562 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 09:57:10 -07:00
aa54da6d67
chore(deps-dev): bump typescript-eslint from 8.45.0 to 8.46.0 in /superset-websocket ( #35563 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 09:56:46 -07:00
930736bdb0
chore(deps-dev): bump webpack from 5.102.0 to 5.102.1 in /docs ( #35564 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 09:55:08 -07:00
668dcf4799
chore(deps): bump caniuse-lite from 1.0.30001748 to 1.0.30001749 in /docs ( #35565 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 09:54:50 -07:00
Daniel Vaz Gaspar and GitHub
50a5854b25
fix: dataset update with invalid SQL query ( #35543 )
2025-10-08 12:22:38 +01:00
441e043bff
feat(docs): Populate Developer Portal with comprehensive documentation framework ( #35217 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-08 03:18:40 -04:00
d383b2bf3c
chore(deps-dev): bump eslint-plugin-react from 7.37.4 to 7.37.5 in /superset-frontend ( #35445 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-07 11:01:18 -07:00
d7903631f5
chore(deps-dev): bump @docusaurus/module-type-aliases from 3.8.1 to 3.9.1 in /docs ( #35514 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-07 10:58:57 -07:00
10cb964c96
chore(deps-dev): bump ts-jest from 29.4.1 to 29.4.4 in /superset-websocket ( #35516 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-07 10:58:33 -07:00
c519094313
chore(deps-dev): bump @types/node from 24.6.2 to 24.7.0 in /superset-websocket ( #35547 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-07 10:58:11 -07:00
e32c2d82a5
chore(deps-dev): bump eslint from 9.36.0 to 9.37.0 in /docs ( #35549 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-07 10:57:31 -07:00
Rafael Benitez and GitHub
f7b9d7a64b
fix(chart): Fixes BigNumber gradient appearing blackish in light mode ( #35527 )
2025-10-07 09:43:51 -07:00
Mehmet Salih Yavuz and GitHub
89932fa0b2
fix(explore): Include chart canvases in the screenshot ( #35491 )
2025-10-07 19:34:49 +03:00
Gabriel Torres Ruiz and GitHub
a90928766b
fix(theme-crud): add unsaved changes modal ( #35254 )
2025-10-07 19:26:01 +03:00
Daniel Vaz Gaspar and GitHub
9d50f1b8a2
fix: update chart with dashboards validation ( #35523 )
2025-10-07 07:17:49 +01:00
72464afb2e
chore(deps-dev): bump eslint from 9.36.0 to 9.37.0 in /superset-websocket ( #35513 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 11:20:28 -07:00
64af516dfd
chore(deps-dev): bump @eslint/js from 9.36.0 to 9.37.0 in /docs ( #35511 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 11:19:06 -07:00
70cd4dd9d9
chore(deps): bump caniuse-lite from 1.0.30001747 to 1.0.30001748 in /docs ( #35515 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 11:03:20 -07:00
b7266e647c
chore(deps): bump swagger-ui-react from 5.29.2 to 5.29.3 in /docs ( #35517 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-06 11:02:07 -07:00
Amin Ghadersohi and GitHub
77c3146829
fix(webdriver): add missing options object to WebDriver initialization ( #35504 )
2025-10-06 10:23:13 -07:00
4545d55d30
fix: Support metric macro for embedded users ( #35508 )
...
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net >
2025-10-06 14:05:54 -03:00
Rafael Benitez and GitHub
a7b158c7fa
fix(explore): correct search icon in dashboard submenu ( #35489 )
2025-10-06 13:02:03 -04:00
Mehmet Salih Yavuz and GitHub
d39c55e941
fix(Select): Prevent closing the select when clicking on a tag ( #35487 )
2025-10-04 08:11:14 +03:00
821173f6c4
fix(frontend): remove describe/it blocks from Modal.useModal tests ( #35497 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-03 20:34:30 -07:00
635b7a6a4d
fix(loading): improve loading screen theming for dark mode support ( #35129 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-03 16:51:56 -07:00
Tran Ngoc Tuan and GitHub
04b1a45416
fix(security-manager): switch from deprecated get_session to session attribute ( #35290 )
2025-10-03 14:47:35 -07:00
d23006ce03
chore(deps-dev): bump @types/node from 22.15.30 to 24.6.2 in /superset-frontend ( #35476 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-03 11:56:33 -07:00
8bb911bc91
fix(modals): use Modal.useModal hook for proper dark mode theming ( #35198 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-03 10:11:19 -07:00
249733c768
chore(deps-dev): bump @types/node from 24.2.0 to 24.6.2 in /superset-websocket ( #35467 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-03 09:20:47 -07:00
d83a938870
chore(deps-dev): bump globals from 16.3.0 to 16.4.0 in /docs ( #35469 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-03 09:20:27 -07:00
593e376cf2
chore(deps): bump winston from 3.17.0 to 3.18.3 in /superset-websocket ( #35470 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-03 09:20:06 -07:00
fd4fe2c2ad
chore(deps-dev): bump typescript from 5.9.2 to 5.9.3 in /docs ( #35471 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-03 09:19:43 -07:00
281fa67b8e
chore(deps): bump swagger-ui-react from 5.29.1 to 5.29.2 in /docs ( #35472 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-03 09:17:51 -07:00
a8fd27aec3
chore(deps): bump caniuse-lite from 1.0.30001739 to 1.0.30001747 in /docs ( #35473 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-03 09:17:24 -07:00
Beto Dealmeida and GitHub
139b5ae20c
fix(sqlglot): adhoc expressions ( #35482 )
2025-10-03 12:10:10 -04:00
Mehmet Salih Yavuz and GitHub
891f826143
fix(dashboard): Navigate to new dashboard when saved as a new one ( #35339 )
2025-10-03 18:37:07 +03:00
Mehmet Salih Yavuz and GitHub
0e2fb1d1a3
fix(theming): CRUD view padding ( #35321 )
2025-10-03 18:35:19 +03:00
amaannawab923 and GitHub
96170e43c0
fix(ag-grid-table): remove enterprise features to use community version ( #35453 )
2025-10-02 22:45:34 +03:00
8fde970b6b
chore(deps): bump @ant-design/icons from 6.0.0 to 6.1.0 in /docs ( #35439 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-02 10:28:20 -07:00
38cb577fc6
chore(deps): bump swagger-ui-react from 5.27.1 to 5.29.1 in /docs ( #35437 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-02 10:27:25 -07:00
8ebe045846
chore(deps): bump antd from 5.27.1 to 5.27.4 in /docs ( #35432 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-02 10:26:13 -07:00
Beto Dealmeida and GitHub
62dc5c0306
fix(cache): ensure SQL is sanitized before cache key generation ( #35419 )
2025-10-02 13:25:54 -04:00
6ad8d29fcd
chore(deps-dev): bump globals from 16.3.0 to 16.4.0 in /superset-websocket ( #35431 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-02 10:25:38 -07:00
d83a88d5d9
chore(deps-dev): bump typescript-eslint from 8.19.0 to 8.45.0 in /superset-websocket ( #35430 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-02 10:24:47 -07:00
SBIN2010 and GitHub
a7cc48dcda
fix(test): changed test use unsaved changes prompt ( #35447 )
2025-10-02 10:20:30 -07:00
e2a7dc9256
chore(deps): bump ioredis and @types/ioredis in /superset-websocket ( #35428 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-02 10:19:28 -07:00
Kamil Gabryjelski and GitHub
0364933e8b
fix(explore): Remove query autotrigger ( #35418 )
2025-10-02 19:08:31 +02:00
Beto Dealmeida and GitHub
3202ff4b3f
fix(pinot): more functions ( #35451 )
2025-10-02 13:01:47 -04:00
Gabriel Torres Ruiz and GitHub
553204e613
fix(dashboard): exit markdown edit mode when clicking outside of element ( #35336 )
2025-10-02 19:42:16 +03:00
Rafael Benitez and GitHub
fe8348c03a
fix(dataset): sort by database in Dataset and Saved queries Issue ( #35277 )
2025-10-02 16:44:19 +02:00
Beto Dealmeida and GitHub
30021f8ede
fix(pinot): SUBSTR function ( #35427 )
2025-10-02 10:29:18 -04:00
Beto Dealmeida and GitHub
f3349388d0
fix(pinot): DATE_SUB function ( #35426 )
2025-10-02 10:12:19 -04:00
Antonio Rivero and GitHub
449a89c214
fix(slice): Fix using isdigit when id passed as int ( #35452 )
2025-10-02 16:04:54 +02:00
Beto Dealmeida and GitHub
5428376662
fix(pinot): DATE_ADD function ( #35424 )
2025-10-02 09:56:20 -04:00
Evan Rusackas and GitHub
5493e2c96d
chore(dependabot): switch back to daily cadence (a trickle rather than a flood) ( #35421 )
2025-10-01 14:53:11 -07:00
2f8657f122
chore(deps-dev): bump eslint from 9.34.0 to 9.36.0 in /superset-websocket ( #35359 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 10:26:06 -07:00
aa97d2fe03
fix(pinot): dialect date truncation ( #35420 )
...
Co-authored-by: bito-code-review[bot] <188872107+bito-code-review[bot]@users.noreply.github.com>
2025-10-01 13:16:46 -04:00
28389de93e
fix(ci): fix GHA for docs during PRs ( #35186 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Evan Rusackas <evan@rusackas.com >
2025-10-01 10:13:47 -07:00
7c415c7cd9
chore(deps): bump hot-shots from 11.1.0 to 11.2.0 in /superset-websocket ( #35358 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 10:12:30 -07:00
f6b2abee81
chore(deps-dev): bump webpack from 5.101.3 to 5.102.0 in /docs ( #35368 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 10:11:42 -07:00
2ef7232959
chore(deps-dev): bump eslint from 9.34.0 to 9.36.0 in /docs ( #35377 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 10:10:45 -07:00
2991f60368
chore(deps-dev): bump @types/react-json-tree from 0.6.11 to 0.13.0 in /superset-frontend ( #35406 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 10:10:25 -07:00
85ec3b1901
chore(deps-dev): bump @applitools/eyes-storybook from 3.55.6 to 3.60.0 in /superset-frontend ( #35407 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 10:10:05 -07:00
0c639abe17
chore(deps-dev): bump jsdom from 26.0.0 to 27.0.0 in /superset-frontend ( #35409 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 10:09:38 -07:00
50ed9b9e0e
chore(deps-dev): bump @types/jquery from 3.5.32 to 3.5.33 in /superset-frontend ( #35410 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 10:08:36 -07:00
Beto Dealmeida and GitHub
13a164dd63
fix: table quoting in DBs with supports_cross_catalog_queries=True ( #35350 )
2025-10-01 12:17:46 -04:00
6b0b13e4e7
chore(deps-dev): bump typescript-eslint from 8.40.0 to 8.45.0 in /docs ( #35381 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 08:49:51 -07:00
c188952de2
chore(deps-dev): bump webpack from 5.99.9 to 5.102.0 in /superset-frontend ( #35402 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 08:48:01 -07:00
a3b91f924d
chore(deps): bump @babel/runtime from 7.28.2 to 7.28.4 in /superset-frontend ( #35403 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 08:47:11 -07:00
Rafael Benitez and GitHub
d8688cf8b1
fix(explore): close unsaved changes modal when discarding changes ( #35307 )
2025-10-01 17:43:02 +03:00
40378afbf8
chore(deps): bump actions/labeler from 5 to 6 ( #35386 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 07:02:52 -07:00
84e21434b3
chore(deps): bump aws-actions/configure-aws-credentials from 4 to 5 ( #35387 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 07:02:26 -07:00
d27210794c
chore(deps): bump actions/setup-python from 5 to 6 ( #35390 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 07:01:48 -07:00
5a90a84685
chore(deps): bump actions/github-script from 7 to 8 ( #35385 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 07:00:16 -07:00
6fbbc85df7
chore(deps): bump actions/setup-node from 4 to 5 ( #35394 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-01 06:59:44 -07:00
Geidō and GitHub
a66c230058
fix(SqlLab): Hit tableschemaview with a valid queryEditorId ( #35341 )
2025-10-01 14:39:02 +03:00
Damian Pendrak and GitHub
19db0353a9
feat(db): custom database error messages ( #34674 )
2025-10-01 14:29:57 +03:00
Kamil Gabryjelski and GitHub
88e5581d04
fix: Broken splitter in sql lab and some minor visual fixes ( #35416 )
2025-10-01 13:11:50 +02:00
Beto Dealmeida and GitHub
bf88d9bb1c
fix(pinot): restrict types in dialect ( #35337 )
2025-09-30 16:34:53 -04:00
Beto Dealmeida and GitHub
d51b35f61b
fix: adhoc orderby in explore ( #35342 )
2025-09-30 16:34:44 -04:00
Gabriel Torres Ruiz and GitHub
220480b627
feat(theming): add base theme config ( #35220 )
2025-09-30 11:01:31 -07:00
ef78d2af06
fix(doris): Don't set supports_cross_catalog_queries to true ( #35332 )
...
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net >
2025-09-30 14:42:03 +03:00
7deed00def
chore(frontend): Consolidate ESLint configurations in superset-frontend ( #35318 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-29 23:52:25 -07:00
Beto Dealmeida and GitHub
4e093a8e2a
feat: sqlglot dialect for Pinot ( #35333 )
2025-09-29 21:56:35 -04:00
0b73b4842f
fix: Enable DuckDB examples loading in showtime ephemeral environments ( #35294 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-29 13:21:33 -07:00
Geidō and GitHub
90f281f585
fix: AceEditor Autocomplete Highlight ( #35316 )
2025-09-29 13:37:30 +03:00
d62249d13f
test(frontend): Migrate from describe/it to flat test() pattern ( #35305 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-28 11:45:33 -07:00
ff102aadb3
refactor(llm): rename LLMS.md to AGENTS.md for modern AI tools ( #35314 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-27 12:46:16 +03:00
82e2bc6181
fix(DatasourceModal): replace imperative modal updates with declarative state ( #35256 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-26 17:54:17 -07:00
Gabriel Torres Ruiz and GitHub
784ff82847
fix(sqllab): fix blank bottom section in SQL Lab left panel ( #35309 )
2025-09-26 20:07:20 +03:00
Mehmet Salih Yavuz and GitHub
027b25e6b8
fix(DateFilterControl): remove modal overlay style to fix z-index issues ( #35292 )
2025-09-26 15:42:46 +02:00
SBIN2010 and GitHub
b652fab042
fix(table): New ad-hoc columns retain the name of previous columns ( #35274 )
2025-09-26 10:34:55 -03:00
Nikita Rybalchenko and GitHub
77a5969dc1
feat(pdf): add configurable PDF compression level support ( #34096 )
2025-09-25 08:29:54 -07:00
Geidō and GitHub
fb9032c05c
fix: Cosmetic issues ( #35122 )
2025-09-25 17:24:34 +03:00
Mehmet Salih Yavuz and GitHub
7a9dbfe879
fix(BuilderComponentPane): navigation tabs padding ( #35213 )
2025-09-25 16:59:48 +03:00
0de78d8203
fix(deck.gl): ensure min/max values are included in polygon map legend breakpoints ( #35033 )
...
Co-authored-by: bito-code-review[bot] <188872107+bito-code-review[bot]@users.noreply.github.com>
2025-09-25 14:30:44 +03:00
abc2d46fed
refactor: remove obsolete Flask flash messaging system ( #35237 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-25 00:05:16 -07:00
927cc1cda1
chore(deps): bump tar-fs from 3.1.0 to 3.1.1 in /superset-frontend ( #35272 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 22:29:13 -07:00
JUST.in DO IT and GitHub
7f3840557a
chore(react18): Migrate legacy react methods ( #34892 )
2025-09-24 12:34:22 -07:00
JUST.in DO IT and GitHub
0defcb604b
chore(sqllab): remove unused json param ( #35065 )
2025-09-24 10:26:55 -07:00
Beto Dealmeida and GitHub
94686ddfbe
fix(SQL Lab): syncTable on new tabs ( #35216 )
2025-09-24 11:58:54 -04:00
SBIN2010 and GitHub
ec322dfd8d
fix(Mixed Chart): Tooltip incorrectly displays numbers with optional Y-axis format and showQueryIdentifiers set to true ( #35224 )
2025-09-24 17:44:01 +03:00
Mehmet Salih Yavuz and GitHub
cb88d886c7
fix(PropertiesModal): do not show validation errors while loading ( #35215 )
2025-09-24 10:52:16 +03:00
608e3baf43
feat(build): auto-rebuild/check TypeScript types for packages/plugins in webpack ( #35240 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-23 19:22:59 -07:00
b6f6b75348
fix(dashboard): update header border to use colorBorder token ( #35199 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-23 18:08:17 -07:00
a5ad1d186c
docs: Add instruction to avoid time-specific language in code comments ( #35200 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-23 18:07:59 -07:00
Beto Dealmeida and GitHub
db88d80b3f
fix: docker-compose-image-tag ( #35246 )
2025-09-23 14:57:53 -07:00
Rafael Benitez and GitHub
4b71adaa9c
feat(themes): Adding SupersetText support to Themes Modal ( #35248 )
2025-09-23 22:23:57 +02:00
Mehmet Salih Yavuz and GitHub
5fbda3af40
chore(effect): add eslint plugin to reduce rerenders ( #35223 )
2025-09-23 22:31:10 +03:00
Tadeh Alexani and GitHub
bc0c40c80e
feat(helm): Allow multi-database connection support ( #34327 )
2025-09-23 11:46:52 -07:00
Michael S. Molina and GitHub
f030d658c5
chore: Bumps @apache-superset/core to 0.0.1-rc5 ( #35247 )
2025-09-23 15:24:29 -03:00
e85337c543
fix(docs): escape comparison operators in MDX files to resolve build errors ( #35185 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com >
2025-09-23 10:49:28 -07:00
fe7f8062f3
fix: Enable Playwright migration with graceful Selenium fallback ( #35063 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-23 10:47:45 -07:00
Damian Pendrak and GitHub
dce74014da
refactor(deckgl): update deck.gl charts to use new api ( #34859 )
2025-09-23 10:42:28 -07:00
Beto Dealmeida and GitHub
619b341cad
fix: docker-compose file and superset-core ( #35235 )
2025-09-23 10:24:23 -07:00
Michael S. Molina and GitHub
9b6876be62
fix: Typescript declaration files ( #35244 )
2025-09-23 14:22:28 -03:00
Mehmet Salih Yavuz and GitHub
c601341520
fix(ConditionalFormattingControl): icon color in dark mode ( #35243 )
2025-09-23 20:16:29 +03:00
Michael S. Molina and GitHub
78faaee685
chore: Reference GenericDataType from @apache-superset/core ( #35214 )
2025-09-23 10:12:18 -07:00
Dimitri and GitHub
4027bad1d6
docs(oracle): update driver ( #35242 )
2025-09-23 13:53:58 +03:00
Levis Mbote and GitHub
ce55cc7dd7
fix(table-chart): fix cell bar visibility in dark theme ( #35211 )
2025-09-23 00:06:03 -07:00
Gabriel Torres Ruiz and GitHub
48e1b1ff2c
feat(bug): defensive code to avoid accesing attribute of a NoneType object ( #35219 )
2025-09-22 10:38:08 -07:00
Beto Dealmeida and GitHub
5ec8f9d886
chore: bump sqlglot to 27.15.2 ( #35176 )
2025-09-22 12:40:16 -04:00
ecb3ac68ff
feat: AI-powered TypeScript migration framework with parallel processing ( #35045 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com >
2025-09-20 15:47:42 -07:00
Mehmet Salih Yavuz and GitHub
076e477fd4
fix(SQLPopover): Use correct component ( #35212 )
2025-09-20 12:12:37 +03:00
SBIN2010 and GitHub
1e4bc6ee78
fix: bug in tooltip timeseries chart in calculated total with annotation layer ( #35179 )
2025-09-19 10:30:42 -07:00
Pat Buxton and GitHub
db178cf527
fix: Bump pandas to 2.1.4 for python 3.12 ( #34999 )
2025-09-19 09:18:00 -07:00
Alexandru Soare and GitHub
5901320933
feat(database): Adding per-user caching option in Security tab ( #34842 )
2025-09-19 19:15:31 +03:00
SBIN2010 and GitHub
23bb4f88c0
fix(Funnel): onInit overridden row_limit to default value on save chart ( #35076 )
2025-09-19 09:13:45 -07:00
Levis Mbote and GitHub
4130b92966
fix(gantt-chart): fix Y-axis label visibility in dark theme ( #35189 )
2025-09-19 12:33:53 +03:00
Mehmet Salih Yavuz and GitHub
38297edc6b
chore(matrixify): Remove leftover option ( #35195 )
2025-09-19 00:47:47 +03:00
sha174n and GitHub
0c8f326258
docs: Add security warning for ENABLE_TEMPLATE_PROCESSING ( #35192 )
2025-09-18 17:36:41 -04:00
127f6b3d66
fix(tests): migrate Cypress control tests to React Testing Library ( #35181 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-18 14:23:33 -07:00
ea519a77b5
fix: only block showtime for unauthorized users on push ( #35184 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-18 12:28:28 -07:00
Michael S. Molina and GitHub
6cb3ef9f5d
chore: TypeScript Configuration Modernization and Cleanup ( #35159 )
2025-09-18 16:27:57 -03:00
Kamil Gabryjelski and GitHub
a889ae75fc
chore: Bump ag grid to 34.2.0 ( #35193 )
2025-09-18 19:09:22 +02:00
Mehmet Salih Yavuz and GitHub
b60be9655f
feat(TimeTable): add other sparkline type options ( #35180 )
2025-09-18 16:41:05 +03:00
fd6da21ce0
chore(i18n): update French translations ( #35070 )
...
Co-authored-by: l.clement <l.clement@altereo.fr >
2025-09-17 21:05:15 -07:00
marun and GitHub
1bf112a57a
fix(CrudThemeProvider): Optimized theme loading logic ( #35155 )
2025-09-17 20:49:26 -07:00
1f530d45cb
fix(embedded): resolve theme context error in Loading component ( #35168 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-17 20:44:04 -07:00
1187902e68
feat(playwright): Add Playwright CI Integration for Cypress Migration (SIP-178) ( #35110 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-17 17:13:47 -07:00
ad3eff9e90
feat(matrixify): replace single toggle with separate horizontal/vertical layout controls ( #35067 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
2025-09-17 22:57:06 +03:00
SBIN2010 and GitHub
3e554674ff
feat(waterfall): add changes label series and grouping customize settings ( #34847 )
2025-09-17 08:24:45 -03:00
dced2f8564
feat: Add BaseDAO improvements and test reorganization ( #35018 )
...
Co-authored-by: bito-code-review[bot] <188872107+bito-code-review[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-16 18:15:16 -07:00
05c6a1bf20
fix(viz): resolve dark mode compatibility issues in BigNumber and Heatmap ( #35151 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-16 10:21:47 -07:00
SBIN2010 and GitHub
c193d6d6a1
fix: import bug template params ( #35144 )
2025-09-16 10:21:29 -07:00
fb840b8e71
fix(deck.gl): restore legend display for Polygon charts with linear palette and fixed color schemes ( #35142 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-16 20:20:42 +03:00
d0cc6f115b
feat: add optional garbage collection after requests ( #35061 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-16 09:23:39 -07:00
966e231f94
feat: Add Dashboard Filter Support for Alert Reports ( #32196 )
...
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com >
Co-authored-by: Hugh A Miles II <hugh@Mac.home >
2025-09-16 10:52:28 -04:00
Richard Fogaca Nienkotter and GitHub
a66737cb05
feat(custom-tooltip): custom tooltip on deck.gl charts ( #34276 )
2025-09-16 17:11:19 +03:00
Michael S. Molina and GitHub
bc6859a99d
refactor: Organizes the src/core folder ( #35119 )
2025-09-16 08:21:16 -03:00
133e686224
docs(llms): add PR template guidelines to LLMS.md ( #35148 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-15 15:57:16 -07:00
7d0a472d1e
feat: Add comprehensive dark mode support for chart thumbnails and examples ( #35111 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-15 13:53:44 -07:00
c2534f9155
feat: Add ECharts options overrides to theme system ( #34876 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-15 13:52:38 -07:00
088ecdd0bf
refactor: Enable G logging rules and comprehensive ruff improvements ( #35081 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-15 12:42:49 -07:00
e1a2e4843a
chore: standardize webpack dev server host configuration and enable LAN access ( #35066 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-15 10:10:05 -07:00
dependabot[bot] and GitHub
15e8ffee1e
chore(deps): bump axios from 1.11.0 to 1.12.0 in /docs ( #35109 )
2025-09-14 07:50:16 +07:00
Elizabeth Thompson and GitHub
19ddcb7e5c
fix: Remove emotion-rgba from dependencies and codebase ( #35124 )
2025-09-13 13:33:20 +03:00
Gabriel Torres Ruiz and GitHub
36daa2dc3f
fix(ListView): implement AntD pagination for ListView component ( #35057 )
2025-09-12 14:15:05 -07:00
Gabriel Torres Ruiz and GitHub
7fd5a7668b
fix(charts): fix legend theming and hollow symbols in dark mode ( #35123 )
2025-09-12 23:33:29 +03:00
Mehmet Salih Yavuz and GitHub
95333e34b1
fix(theming): Lighter text colors on dark mode ( #35114 )
2025-09-12 15:52:54 +03:00
a9fb853e3e
fix: Bump FAB to 5.X ( #33055 )
...
Co-authored-by: Joe Li <joe@preset.io >
2025-09-12 09:21:37 +01:00
Rafael Benitez and GitHub
dea9068647
fix(DashboardEditor): CSS template selector UI in dashboard properties modal restored ( #35106 )
2025-09-11 15:34:16 -07:00
Elizabeth Thompson and GitHub
3416bd1479
chore: add codeowners ( #35107 )
2025-09-11 14:07:21 -07:00
Michael S. Molina and GitHub
e729b2dbb4
fix: SQL Lab tab events ( #35105 )
2025-09-11 17:53:51 -03:00
SBIN2010 and GitHub
06261f262b
fix: page size options 'all' correct in table and remove PAGE_SIZE_OPTIONS in handlebars ( #35095 )
2025-09-11 22:46:48 +03:00
SBIN2010 and GitHub
454ed1883f
feat(BoxPlot): add chart data zoom ( #35097 )
2025-09-11 21:29:02 +03:00
Priyanshu Kumar and GitHub
b42060c880
fix(pie): fixes pie chart other click error ( #35086 )
2025-09-11 14:19:52 +03:00
Gabriel Torres Ruiz and GitHub
7bf16d805d
fix(theming): replace error color with bolt icon for local themes ( #35090 )
2025-09-11 14:18:29 +03:00
Rafael Benitez and GitHub
529adebe1b
fix(templates): Restores templates files accidentally removed ( #35094 )
2025-09-11 10:31:29 +02:00
Devanjan Banerjee and GitHub
eb4351af83
feat(Timeseries & MixedTimeseries): Force selected timegrain on timeseries intervals when the x-axis is of timestamp type ( #34595 )
2025-09-10 20:27:23 -07:00
Rafael Benitez and GitHub
5a2411fa64
fix(settingsMenu): Version ( #35096 )
2025-09-10 15:08:05 -07:00
JUST.in DO IT and GitHub
078c1701f4
feat(sqllab extension): core query interface api ( #35077 )
2025-09-10 13:17:09 -07:00
a7d349a5c6
fix(drill-to-detail): ensure axis label filters map to original column names ( #34694 )
...
Co-authored-by: bito-code-review[bot] <188872107+bito-code-review[bot]@users.noreply.github.com>
2025-09-10 18:18:37 +03:00
7a20a65a4d
feat(embedded): Change function signature of setupExtensions ( #35062 )
...
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
2025-09-10 13:06:00 +03:00
Mehmet Salih Yavuz and GitHub
912ed2ba80
fix(timeshifts): Add missing feature flag to enum ( #35072 )
2025-09-09 20:39:03 +03:00
fedb3ca941
chore(deps-dev): bump @typescript-eslint/parser from 8.40.0 to 8.41.0 in /docs ( #34934 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-09 10:33:33 -07:00
42b15b6840
fix(translation): order incompatible placeholders, translated placeholders, semantic changes ( #34722 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-09 10:24:17 -07:00
Gabriel Torres Ruiz and GitHub
2f64343186
feat(dataset): create usage tab for dataset ( #34707 )
2025-09-09 10:23:16 -07:00
Nicolas and GitHub
65376c7baf
fix(Table Chart): render null dates properly ( #34558 )
2025-09-09 10:22:54 -07:00
Michael S. Molina and GitHub
4c2b27e7f0
fix: Change database event in core ( #35071 )
2025-09-09 11:50:49 -03:00
Amin Ghadersohi and GitHub
15e4e8df94
fix(utils): Suppress pandas date parsing warnings in normalize_dttm_col ( #35042 )
2025-09-08 18:17:33 -07:00
SBIN2010 and GitHub
c5f220a9ff
fix(table): table search input placeholder ( #35064 )
2025-09-09 03:55:39 +03:00
Avindra Goolcharan and GitHub
b05def1a8a
fix(superset-embedded-sdk/release-if-necessary): remove axios ( #35038 )
2025-09-08 17:47:31 -07:00
da7f6efea8
docs(typos): correct spelling mistakes ( #35043 )
...
Co-authored-by: ganesh <dev.ganeshbabu.in@gmail.com >
2025-09-08 11:12:55 -07:00
Luiz Otavio and GitHub
1c2b9db4f0
fix: Upload CSV as Dataset ( #34763 )
2025-09-08 11:48:23 -03:00
Gabriel Torres Ruiz and GitHub
0fce5ecfa5
fix(dashboard): normalize spacings and background colors ( #35001 )
2025-09-05 19:13:42 -07:00
Elizabeth Thompson and GitHub
385471c34d
fix(utils): ensure webdriver timeout compatibility with urllib3 2.x ( #34440 )
2025-09-05 16:25:15 -07:00
Rafael Benitez and GitHub
bef1f4d045
fix(theming): Icons in ExecutionLogList and Country map chart tooltip theme consistency ( #34828 )
2025-09-05 15:02:53 -07:00
SBIN2010 and GitHub
5a3182ce21
fix: mixed timeseries chart add legend margin ( #35036 )
2025-09-05 14:44:14 -07:00
9efb80dbf4
fix(tests): one of integration test in TestSqlaTableModel does not support MySQL "concat" ( #35007 )
...
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
2025-09-05 21:11:38 +03:00
a20b236809
chore(deps): bump sha.js from 2.4.11 to 2.4.12 in /docs ( #34797 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-05 10:30:19 -07:00
Beto Dealmeida and GitHub
4e969d19d1
feat: allow create metric and add to folder in single request ( #34993 )
2025-09-05 13:28:45 -04:00
876257fb94
chore(deps): bump ts-loader from 9.5.2 to 9.5.4 in /docs ( #34956 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-05 10:28:17 -07:00
472e599f91
chore(deps): bump @rjsf/validator-ajv8 from 5.24.12 to 5.24.13 in /superset-frontend ( #34953 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-05 10:27:35 -07:00
d826e90395
chore(deps-dev): bump @typescript-eslint/parser from 8.33.0 to 8.41.0 in /superset-websocket ( #34959 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-05 10:24:21 -07:00
Damian Pendrak and GitHub
c65cb284e6
fix(chart): change "No query." to "Query cannot be loaded" in Multi Layer Deck.gl Chart ( #34973 )
2025-09-05 10:22:45 -07:00
JUST.in DO IT and GitHub
bc54b7970a
fix(echarts): rename time series shifted for isTimeComparisonValue ( #35022 )
2025-09-05 08:39:46 -07:00
Vitor Avila and GitHub
ce74ae095d
feat: Use dashboard name for screenshot download ( #34988 )
2025-09-05 02:16:45 -03:00
SBIN2010 and GitHub
9424538bb1
feat: add sort legend to legend section ( #34911 )
2025-09-04 16:41:47 -07:00
SBIN2010 and GitHub
031fb4b5a8
fix: display legend mixed timeseries chart ( #35005 )
2025-09-04 16:39:57 -07:00
7fb7ac8bef
fix(sql): Add Impala dialect support to sqlglot parser ( #34662 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Joe Li <joe@preset.io >
2025-09-04 11:07:09 -07:00
Mehmet Salih Yavuz and GitHub
569a7b33a5
fix(theming): more visual bugs ( #34987 )
2025-09-04 20:44:07 +03:00
Mehmet Salih Yavuz and GitHub
59df0d6f15
fix(RoleListEditModal): display user's other properties in table ( #35017 )
2025-09-04 20:43:59 +03:00
Michael S. Molina and GitHub
2e4ccffc11
fix: Add TypeScript declaration file generation to @apache-superset/core package ( #35002 )
2025-09-04 12:59:43 -03:00
catpineapple and GitHub
2e51d02806
fix: doris genericDataType modify ( #35011 )
2025-09-04 08:21:15 -07:00
sha174n and GitHub
8406a827dd
fix(deps): expand pyarrow version range to <19 ( #34870 )
2025-09-03 22:14:19 -07:00
Joe Li and GitHub
ea0a77daaf
fix(tests): resolve AlertReportModal checkmark test failures ( #34995 )
2025-09-03 10:44:20 -07:00
e5e3ddb24e
chore(deps): bump codecov/codecov-action from 3 to 5 ( #34972 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:37:23 -07:00
7320ad9a0a
chore(deps): bump actions/first-interaction from 2 to 3 ( #34970 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:36:51 -07:00
3dbe593a4a
chore(deps): bump actions/checkout from 4 to 5 ( #34969 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:36:16 -07:00
61f359d565
chore(deps): bump actions/setup-java from 4 to 5 ( #34968 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:35:13 -07:00
e77ff267a1
chore(deps): bump luxon from 3.6.1 to 3.7.1 in /superset-frontend ( #34967 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:33:55 -07:00
c426723275
chore(deps): bump geostyler-data from 1.0.0 to 1.1.0 in /superset-frontend ( #34966 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:33:35 -07:00
d2a1d86561
chore(deps): bump actions/download-artifact from 4 to 5 ( #34963 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:32:25 -07:00
0cd0b37983
chore(deps): bump @rjsf/core from 5.24.1 to 5.24.13 in /superset-frontend ( #34950 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:27:35 -07:00
a6b4ff9847
chore(deps): bump react-syntax-highlighter from 15.6.1 to 15.6.6 in /superset-frontend ( #34949 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:27:01 -07:00
a81282adeb
chore(deps-dev): bump ts-jest from 29.3.1 to 29.4.1 in /superset-websocket ( #34947 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:26:38 -07:00
3ba3c09c47
chore(deps-dev): bump @types/jsonwebtoken from 9.0.9 to 9.0.10 in /superset-websocket ( #34946 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:26:19 -07:00
3081c7fb62
chore(deps-dev): bump fork-ts-checker-webpack-plugin from 9.0.2 to 9.1.0 in /superset-frontend ( #34942 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:25:19 -07:00
fa5b0d7281
chore(deps-dev): bump cross-env from 7.0.3 to 10.0.0 in /superset-frontend ( #34941 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:24:59 -07:00
1444ef36b9
chore(deps-dev): bump @babel/core from 7.27.7 to 7.28.3 in /superset-frontend ( #34940 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:24:29 -07:00
15d2f22eb4
chore(deps): bump react-virtualized-auto-sizer and @types/react-virtualized-auto-sizer in /superset-frontend ( #34938 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:23:39 -07:00
355d7e1ee5
chore(deps-dev): bump eslint from 9.30.0 to 9.34.0 in /superset-websocket ( #34936 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 10:21:54 -07:00
JUST.in DO IT and GitHub
448a28545b
fix(ui-core): Invalid postTransform process ( #34874 )
2025-09-03 10:17:19 -07:00
JUST.in DO IT and GitHub
cefd046ea0
fix(sqllab): autocomplete and delete tabs ( #34781 )
2025-09-03 10:16:51 -07:00
b0d3f0f0d4
feat: add customizable brand spinners with theme integration ( #34764 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Evan Rusackas <evan@preset.io >
2025-09-03 08:28:59 -07:00
Michael S. Molina and GitHub
b7a193d53e
fix: apache-superset-extensions-cli exported files ( #34990 )
2025-09-03 08:20:24 -03:00
Gabriel Torres Ruiz and GitHub
0a75bac2a1
fix(error-handling): jinja2 error handling improvements ( #34803 )
2025-09-02 17:29:07 -04:00
Vitor Avila and GitHub
0de5b28716
fix(databricks): string escaper v2 ( #34991 )
2025-09-02 18:11:45 -03:00
b5ae402c12
fix(charts): Handle virtual dataset names without schema prefix correctly ( #34760 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-02 12:16:51 -07:00
682cdcc3e0
fix(echarts): Display NULL values in categorical x-axis for bar charts ( #34761 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-02 12:16:37 -07:00
Mehmet Salih Yavuz and GitHub
5dba59b6a4
fix(ChartCreation): Translate chart description ( #34918 )
2025-09-02 21:34:54 +03:00
Sam Firke and GitHub
71242dc6dd
docs(alerts & reports): update how to get headless browser ( #34908 )
2025-09-02 14:05:57 -04:00
Daniel Vaz Gaspar and GitHub
b2f8803486
fix: playwright feature flag evaluation ( #34978 )
2025-09-02 10:44:22 -07:00
Gabriel Torres Ruiz and GitHub
744fa1f54c
fix(TimeTable): use type-only export for TableChartProps to resolve webpack warnings ( #34989 )
2025-09-02 10:43:51 -07:00
f0ff972f0e
chore(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0 in /superset-frontend ( #34931 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-02 10:30:48 -07:00
ba838b6aeb
chore(deps): bump @mdx-js/react from 3.1.0 to 3.1.1 in /docs ( #34928 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-02 10:29:52 -07:00
Gabriel Torres Ruiz and GitHub
6a4b1df3a2
fix(dashboard): table charts render correctly after tab switch and refresh ( #34975 )
2025-09-02 10:29:42 -07:00
0a76f84142
chore(deps): bump caniuse-lite from 1.0.30001735 to 1.0.30001739 in /docs ( #34921 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-02 10:28:12 -07:00
Michael S. Molina and GitHub
9bcc62f210
fix: Skip coverage for @apache-superset/core ( #34958 )
2025-09-02 12:58:55 -03:00
Michael S. Molina and GitHub
322442d5be
fix: apache-superset-core exported packages ( #34977 )
2025-09-02 12:58:34 -03:00
92879e6b32
chore(deps-dev): bump eslint from 9.33.0 to 9.34.0 in /docs ( #34929 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-02 08:20:54 -07:00
Beto Dealmeida and GitHub
fad3cb3162
fix: Athena quoting ( #34895 )
2025-09-02 10:09:28 -04:00
4d040006b6
chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 in /docs ( #34923 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-02 06:38:03 -07:00
Fabian Halkivaha and GitHub
6e7cb521ba
chore(deps): upgrade databricks connectors ( #34692 )
2025-09-02 06:37:05 -07:00
Maxime Beauchemin and GitHub
bc9ec6ac63
fix: revert mistake setting TALISMAN_ENABLED=False ( #34909 )
2025-09-02 06:34:41 -07:00
b9cbf2e766
chore(deps-dev): bump lerna from 8.2.1 to 8.2.3 in /superset-frontend ( #34954 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-02 06:32:36 -07:00
Gabriel Torres Ruiz and GitHub
d183969744
fix(theming): fix TimeTable chart issues ( #34868 )
2025-09-02 13:48:13 +03:00
4695be5cc5
fix: complete theme management system import/export ( #34850 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-01 15:44:01 -07:00
Michael S. Molina and GitHub
c1a3606774
fix: Update @apache-superset/core reference in package-lock.json ( #34924 )
2025-09-01 13:21:09 -03:00
175835138c
fix: Improve table layout and column sizing ( #34887 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-01 11:31:25 +03:00
Danylo Korostil and GitHub
077724c2d2
feat(api): dataset read API uuid support ( #34836 )
2025-08-29 17:21:24 -07:00
6b69dc42dc
fix: add --without-threads flag to Flask dev server for DuckDB compatibility ( #34907 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-29 12:29:15 -07:00
Sam Firke and GitHub
c5a84c0985
fix(drilling): drill by pagination works with MSSQL data source, cont. ( #34724 )
2025-08-29 12:23:59 -07:00
SBIN2010 and GitHub
dc7a8844eb
feat(pie): add sort legend ( #34323 )
2025-08-29 12:19:14 -07:00
Vitor Avila and GitHub
54f071138c
fix: Chart execution for Databricks ( #34906 )
2025-08-29 15:35:00 -03:00
812374b31b
feat: Integrate Superset Showtime GitHub Actions workflows ( #34833 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-29 09:17:42 -07:00
Kamil Gabryjelski and GitHub
e463743fcf
fix: Filter bar orientation submenu should not be highlighted ( #34900 )
2025-08-29 13:11:24 +02:00
1d9e17df14
chore(docs): update files for release 4.1.4 ( #34890 )
...
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com >
2025-08-28 12:58:53 -07:00
Michael S. Molina and GitHub
bcf156c969
fix: Rename apache-superset-cli to apache-superset-extensions-cli ( #34883 )
2025-08-28 14:40:09 -03:00
ebfb14c353
fix(ConfirmStatusChange): remove deprecated event.persist() to fix headless browser crashes ( #34864 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-28 09:36:15 -07:00
7946ec003f
fix(tests): Improve MessageChannel mocking to prevent worker force exits ( #34878 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-28 09:31:50 -07:00
Kamil Gabryjelski and GitHub
665a11f821
fix: SelectControl default sort numeric choices by value ( #34858 )
2025-08-28 15:14:45 +02:00
Kamil Gabryjelski and GitHub
5566eb8dd6
fix: Undefined error when viewing query in Explore + visual fixes ( #34869 )
2025-08-28 12:40:29 +02:00
836540e8c9
fix(tests): Mock MessageChannel to prevent Jest hanging from rc-overflow ( #34871 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-27 22:50:08 -07:00
b558b34faf
fix: Update apache-superset-core dependency to accept rc1 version ( #34872 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-27 16:58:40 -07:00
Michael S. Molina and GitHub
30c72ba0a3
chore: Adds README and CHANGELOG to apache-superset-core and apache-superset-cli ( #34867 )
2025-08-27 15:49:29 -03:00
Michael S. Molina and GitHub
d8a3d29ad9
chore: Adds a README and CHANGELOG to @apache-superset/core ( #34866 )
2025-08-27 15:49:11 -03:00
Phil Dumbreck and GitHub
53ce530a46
ci: Add Python 3.12 images to Docker Hub ( #34853 )
2025-08-27 09:13:26 -07:00
Evan Rusackas and GitHub
06264f07fb
chore(npm): updating apache-superset/core package name and version to test releasing. ( #34862 )
2025-08-27 10:35:44 -03:00
Kamil Gabryjelski and GitHub
ce3b93d8a0
perf: Use react-router to toggle fullscreen mode on dashboard ( #34857 )
2025-08-27 11:11:03 +02:00
Kamil Gabryjelski and GitHub
b74a244950
fix: Remove the underline from the right section of main menu ( #34855 )
2025-08-27 11:10:49 +02:00
Kamil Gabryjelski and GitHub
ab58b0a8a3
fix: DB icon sizes in database add modal ( #34854 )
2025-08-27 11:10:38 +02:00
659db162d6
fix(docker): remove --with-threads from remaining dev workflows for DuckDB compatibility ( #34851 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-26 09:16:03 -07:00
Beto Dealmeida and GitHub
cb24737825
feat(bigquery): show materialized views ( #34766 )
2025-08-26 11:21:43 -04:00
Kamil Gabryjelski and GitHub
97b35a4640
fix(dashboard): Anchor link positions ( #34843 )
2025-08-26 17:20:09 +02:00
Daniel Vaz Gaspar and GitHub
54af1cb2c8
chore: bump FAB to 4.8.1 ( #34838 )
2025-08-26 11:14:05 +01:00
Aleksey Karpov and GitHub
b8c2f7db47
build(docker): update base debian image to 13 (trixie) ( #34821 )
2025-08-25 19:10:23 -07:00
4701e78f1f
fix(docker): configure gunicorn for DuckDB thread safety in docker-compose-light ( #34848 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-25 18:19:24 -07:00
JUST.in DO IT and GitHub
b89b0bdf5d
fix(sqllab): Missing executed sql value in the result table ( #34846 )
2025-08-25 13:24:29 -07:00
47414e18d4
feat: Use DuckDB for examples data in Docker development environment ( #34831 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net >
2025-08-25 12:37:28 -07:00
Vitor Avila and GitHub
9c9588cce6
fix: Avoid dataset drill request if no perm ( #34665 )
2025-08-25 14:55:08 -03:00
Vitor Avila and GitHub
471d9fe737
fix: Add dataset ID to file name on exports ( #34782 )
2025-08-25 14:54:27 -03:00
Rafael Benitez and GitHub
b381992a75
fix(theming): explore chart type style fixes, nav right menu spacing fixed ( #34795 )
2025-08-25 09:29:35 -07:00
Beto Dealmeida and GitHub
1204507d68
fix: make get_image() always return BytesIO ( #34801 )
2025-08-25 09:01:36 -04:00
Kamil Gabryjelski and GitHub
c7779578f9
chore: Add instruction for LLMs to use antd theme tokens ( #34800 )
2025-08-25 14:03:47 +02:00
Kamil Gabryjelski and GitHub
b225432c55
fix: Unexpected overflow ellipsis dots after status icon in Dashboard list ( #34798 )
2025-08-25 14:03:31 +02:00
Kamil Gabryjelski and GitHub
547f297171
fix(echarts): Series labels hard to read in dark mode ( #34815 )
2025-08-25 14:03:00 +02:00
5c3c2599db
fix(Icons): Add missing data-test and aria-label attributes to custom icons ( #34809 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-24 16:02:50 -07:00
a8be5a5a0c
chore: Extensions architecture POC ( #31934 )
...
Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com >
Co-authored-by: Ville Brofeldt <ville@Villes-MacBook-Pro-2024.local >
Co-authored-by: Ville Brofeldt <v_brofeldt@apple.com >
2025-08-22 21:25:52 -03:00
Michael S. Molina and GitHub
e1234b2264
fix: User-provided Jinja template parameters causing SQL parsing errors ( #34802 )
2025-08-22 14:39:14 -03:00
JUST.in DO IT and GitHub
75af53dc3d
fix: customize column description limit size in db_engine_spec ( #34808 )
2025-08-22 10:00:39 -07:00
0a45a89786
feat(docs): Docusaurus multi-versioning, Developer Portal starter kit ( #34271 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-22 09:53:01 -07:00
Mehmet Salih Yavuz and GitHub
2b2cc96f11
fix(DetailsPanel): Applied filters colors ( #34790 )
2025-08-22 13:10:10 +03:00
Kamil Gabryjelski and GitHub
59c01e016d
fix(native-filters): Low contrast of empty state in dark mode ( #34812 )
2025-08-22 12:28:06 +03:00
Kamil Gabryjelski and GitHub
3895b8b127
fix: Low contrast in viz creator selected tag in dark mode ( #34811 )
2025-08-22 12:25:35 +03:00
Kamil Gabryjelski and GitHub
da8c0f94e6
fix: Remove border around textarea in dashboard edit mode ( #34814 )
2025-08-22 12:24:53 +03:00
Kamil Gabryjelski and GitHub
6908a733a0
fix: Misaligned global controls in Table chart ( #34799 )
2025-08-22 10:07:39 +02:00
e8e1466185
feat: refactor modals to use consistent design patterns ( #34711 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-21 16:19:12 -07:00
Gabriel Torres Ruiz and GitHub
ff1f7b64e2
fix(dashboard): enable undo/redo buttons for layout changes ( #34777 )
2025-08-21 15:08:57 -07:00
JUST.in DO IT and GitHub
63bb1d55a4
feat(sqllab): introduce splitter for adjusting sidebar and query panel ( #34767 )
2025-08-21 12:47:25 -07:00
c568d463b9
fix: Check migration status before initializing database-dependent features ( #34679 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-21 11:25:47 -07:00
Tomáš Karela Procházka and GitHub
179a6f2cfe
fix: default value in run-server.sh ( #34719 )
2025-08-21 20:45:32 +03:00
Elizabeth Thompson and GitHub
695a20d009
fix: catch no table error ( #32640 )
2025-08-21 10:40:44 -07:00
Mehmet Salih Yavuz and GitHub
e908775fb2
fix(PivotExcelExport): select correct chart for export ( #34793 )
2025-08-21 20:36:29 +03:00
af05396227
fix(tests): make SingleStore test_adjust_engine_params version-agnostic ( #34780 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-21 09:30:02 -07:00
amaannawab923 and GitHub
277f03c207
fix(webpack): Bump webpack dev-server to handle Errors on Firefox where error object is not defined ( #34791 )
2025-08-21 15:59:28 +03:00
48699a7194
fix(sqllab): Fix save query modal closing prematurely on new tabs ( #34765 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-21 14:39:47 +03:00
amaannawab923 and GitHub
b7d076bfee
feat(deck.gl): Enables Dark Mode for deck gl charts through Carto DB OSM maps ( #34697 )
2025-08-20 18:41:58 -07:00
Elizabeth Thompson and GitHub
009b99bfbb
chore: catch sqlalchemy error ( #34768 )
2025-08-20 18:00:06 -07:00
b45141b2a1
fix(translations): Fix translation of time-related strings like "7 seconds ago", "a minute ago", etc ( #34051 )
...
Co-authored-by: Polina Fam <pfam@ptsecurity.com >
2025-08-20 15:20:35 -07:00
4683a0827d
feat(validation): Add SQL expression validation in popovers ( #34642 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-20 15:10:38 -07:00
ffb617a4c8
chore(deps): bump react-ace from 10.1.0 to 14.0.1 in /superset-frontend ( #34486 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-20 14:52:39 -07:00
9de1706baa
fix: Fix TypeError in Slice.get() method when using filter_by() with BinaryExpression ( #34769 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-20 11:22:54 -07:00
a95566f114
chore(deps): bump mermaid from 11.6.0 to 11.10.0 in /docs ( #34775 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-20 10:26:55 -07:00
Beto Dealmeida and GitHub
a82e310600
feat: improve perf of CSV uploads ( #34603 )
2025-08-20 08:53:02 -04:00
691926f0e1
chore(deps): bump brace-expansion in /superset-frontend ( #34744 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-19 14:05:57 -07:00
a42185cd3b
fix(duckdb): Add support for DuckDB-specific numeric types ( #34743 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-19 10:19:05 -07:00
JUST.in DO IT and GitHub
89eb7b207c
fix(sqllab): Invisible grid table due to the invalid height ( #34683 )
2025-08-19 10:09:39 -07:00
Michael S. Molina and GitHub
f99022b242
fix: Users can't skip column sync when saving virtual datasets ( #34757 )
2025-08-19 13:20:52 -03:00
JUST.in DO IT and GitHub
f8b9e3ace4
fix(sqllab): Reduce flushing caused by ID updates ( #34720 )
2025-08-19 09:16:57 -07:00
JUST.in DO IT and GitHub
9cbe5a90b8
chore(saved_query): Copy link to clipboard before redirect to edit ( #34567 ) ( #34758 )
2025-08-19 09:16:40 -07:00
Mehmet Salih Yavuz and GitHub
f7fe617f4c
fix(RightMenu): Move RightMenu carets to the right side ( #34756 )
2025-08-19 08:41:03 -07:00
e6c8343fd0
feat(matrixify): implement matrix of any charts as core Superset feature ( #34526 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-19 08:36:55 -07:00
Kamil Gabryjelski and GitHub
6969f2cf7a
fix: Highlight outline of numerical range and time range filters ( #34705 )
2025-08-19 14:16:03 +02:00
SBIN2010 and GitHub
852adaa6cc
feat: conditional formatting improvements in tables ( #34330 )
2025-08-18 15:13:16 -07:00
1f482b42eb
feat: completely migrate from DeprecatedThemeColors to Antd semantic tokens ( #34732 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-18 14:04:26 -07:00
Danylo Korostil and GitHub
31e2143c84
feat(api): Added uuid filed support to dataset, chart, dashboard API ( #29573 )
2025-08-18 13:05:16 -07:00
Rafael Benitez and GitHub
b89e0d74be
fix(theming): Some visual issues ( #34676 )
2025-08-18 20:15:17 +03:00
Fabian Halkivaha and GitHub
1127ab6c07
chore(deps): downgrade pyarrow to v16 ( #34693 )
2025-08-18 10:05:42 -07:00
Kamil Gabryjelski and GitHub
8d210fc7b8
fix: Table chart server side pagination not working on dashboard ( #34660 )
2025-08-18 18:43:44 +02:00
Rafael Benitez and GitHub
8acb2fb700
fix(dashboard): Remove Tab from Dashboard Confirm Modal themed ( #34708 )
2025-08-18 09:40:34 -07:00
Rafael Benitez and GitHub
a3cbc9755f
fix(dashboard): Titles tooltip flickering ( #34706 )
2025-08-18 18:04:03 +03:00
Daniel Vaz Gaspar and GitHub
28788fd1fa
fix: centralize cache timeout -1 logic to prevent caching ( #34654 )
2025-08-18 08:45:20 +01:00
amaannawab923 and GitHub
21790814db
fix(ag-grid): Fix broken string column filters in AG Grid Table V2 ( #34686 )
2025-08-18 08:37:35 +03:00
ff6dc03ddf
fix(dashboard): update cross filter scoping chart id references during dashboard import ( #34418 )
...
Co-authored-by: chanduapple <80615671+chanduapple@users.noreply.github.com >
Co-authored-by: chandrasekhar jandhyam <chandrasekhar.jandhyam@digital.ai >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-18 01:41:38 -03:00
fbcdf6909c
feat: replace react-color with AntD ColorPicker for theming support ( #34712 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-15 11:05:30 -07:00
Michael S. Molina and GitHub
fc95c4fc89
fix: Timeseries annotation layers ( #34709 )
2025-08-15 12:59:30 -03:00
Richard Fogaca Nienkotter and GitHub
3a007f6284
fix(deck.gl): add webpack rule to define module global for deck.gl charts ( #34690 )
2025-08-15 16:34:47 +03:00
sha174n and GitHub
2403d8d584
docs: CVEs added to 5.0.0 and 4.1.3 documentation ( #34701 )
2025-08-14 10:34:16 -07:00
Kamil Gabryjelski and GitHub
47874318df
fix: Invalid error tooltip if control label is function ( #34698 )
2025-08-14 16:52:50 +02:00
Kamil Gabryjelski and GitHub
f6353bd1e8
fix: Bar chart crash when switching from Big Number ( #34671 )
2025-08-14 15:24:23 +02:00
JUST.in DO IT and GitHub
1101182654
fix(bootstrapData): Missing application_root data throws an error ( #34680 )
2025-08-14 08:59:19 -03:00
d79fc92a1a
fix(theming): Fix ag-grid theming regression in SQL Lab ( #34675 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-13 16:21:47 -07:00
JUST.in DO IT and GitHub
bce476c4a2
feat(extension): Add extension for chart header ( #34678 )
2025-08-13 14:40:42 -07:00
Mehmet Salih Yavuz and GitHub
ecfb9f7d7c
fix(row_level_security): Correct api response code for update ( #34672 )
2025-08-13 23:51:10 +03:00
58ebc57285
feat(sqllab): improve SaveDatasetModal design with proper theme spacing ( #34658 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-13 20:50:54 +02:00
JUST.in DO IT and GitHub
1a57e50bd6
refactor: Migrate ExploreChartPanel to typescript ( #34606 )
2025-08-13 09:35:01 -07:00
Mehmet Salih Yavuz and GitHub
f3884a2db8
fix(theming): Theming visual fixes p5 ( #34585 )
2025-08-13 15:03:01 +03:00
Mehmet Salih Yavuz and GitHub
cb899f691b
fix(csv_tests): Import from utils ( #34664 )
2025-08-12 15:55:53 -07:00
b25722ee2b
fix(sqllab): show actual execution duration in Query History ( #34511 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-12 14:34:34 -07:00
Martyn Gigg and GitHub
34e10f5972
fix(superset-ui-core): Include appRoot in endpoint of SupersetClientClass.postForm action ( #34395 )
2025-08-12 14:26:04 -07:00
Beto Dealmeida and GitHub
e88096f75c
fix(presto): return proper data type for column ( #34304 )
2025-08-12 14:13:59 -07:00
Le Xich Long and GitHub
6d827cf905
fix(security): grant TableSchemaView to only sql_lab role ( #32340 )
2025-08-12 13:45:36 -07:00
natilehrer and GitHub
ab13166e41
fix: activity table delta time ( #33503 )
2025-08-12 13:39:31 -07:00
Dog foot ruler and GitHub
89f09ea57c
fix(open-api): Add missing FormatQueryPayloadSchema and DashboardScreenshotPostSchema to open-api component schemas ( #33202 )
2025-08-12 13:33:23 -07:00
Eugene Bikkinin and GitHub
baec438be9
feat(filter_state): Added @api and @has_access_api to all methods of filter_state API. ( #27086 )
2025-08-12 13:30:39 -07:00
5309edf3a5
feat: Implement UI-based system theme administration ( #34560 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-12 13:27:48 -07:00
Maxime Beauchemin and GitHub
f50cbd7958
feat: add @sadpandajoe to migrations CODEOWNERS ( #34663 )
2025-08-12 13:26:33 -07:00
Elizabeth Thompson and GitHub
2465ab4a98
chore: add more csv tests ( #32663 )
2025-08-12 13:26:10 -07:00
Đỗ Trọng Hải and GitHub
1947d4da76
fix(daos/tag): prevent non-unique tags getting created along with unique ones ( #32405 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2025-08-12 13:21:42 -07:00
e452f5b70d
fix(install): set SUPERSET_VERSION_RC at the right time ( #21083 )
...
Co-authored-by: Joel Häberli <habej2@bfh.ch >
Co-authored-by: Evan Rusackas <evan@preset.io >
2025-08-12 13:11:12 -07:00
698de7a38d
feat(dashboard): change chart background option from "White" to "Solid" ( #34655 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-12 10:21:23 -07:00
Kamil Gabryjelski and GitHub
e2a9f2dead
chore: Increase memory limit on webpack ts checker plugin ( #34653 )
2025-08-12 18:55:38 +02:00
1f80725b0e
chore(deps-dev): bump eslint-import-resolver-typescript from 3.7.0 to 4.4.4 in /superset-frontend ( #34460 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 09:04:04 -07:00
c3cb5c7e99
chore(deps): bump tmp from 0.2.1 to 0.2.4 in /superset-frontend/cypress-base ( #34581 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 09:00:34 -07:00
f7dd0659bf
chore(deps): bump tmp and inquirer in /superset-frontend ( #34646 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 09:00:10 -07:00
Geido and GitHub
3c17ff8445
chore: Refactor Menu.Item and cleanup console errors ( #34536 )
2025-08-12 16:57:23 +03:00
Kamil Gabryjelski and GitHub
57d0e78d40
feat: Tiled screenshots in Playwright reports ( #34561 )
2025-08-12 08:09:01 +02:00
Gabriel Torres Ruiz and GitHub
ae986903b3
fix(webpack): webpack warnings ( #34645 )
2025-08-11 22:40:11 -07:00
6964f9bdbf
chore(deps): bump googleapis from 130.0.0 to 154.1.0 in /superset-frontend ( #34481 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-11 22:39:54 -07:00
9efa9898ff
fix: update Russian translations ( #34005 )
...
Co-authored-by: Polina Fam <pfam@ptsecurity.com >
2025-08-11 22:39:38 -07:00
Vitor Avila and GitHub
22b44421a4
fix: Fix Slice import on has_drill_by_access ( #34644 )
2025-08-11 19:51:15 -03:00
Vitor Avila and GitHub
02924b3c74
fix: Slack channels and Color Palettes search ( #34641 )
2025-08-11 15:53:28 -03:00
Elizabeth Thompson and GitHub
99539c786e
fix(initialization): prevent startup failures when database tables don't exist ( #34584 )
2025-08-11 10:49:52 -07:00
5e621ceb34
fix: Remove deprecated @types/classnames package ( #34625 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-11 10:23:05 -07:00
Rafael Benitez and GitHub
370a24da81
fix(Dashboards): Tabs highlight and dataset contrast in darkmode issues ( #34602 )
2025-08-11 18:42:17 +02:00
Vitor Avila and GitHub
732506b3fa
fix: Use labels in Drill to Detail ( #34620 )
2025-08-11 10:25:25 -03:00
Mehmet Salih Yavuz and GitHub
1af9c8dba2
fix(DatabaseModal): Don't set activeKey to undefined repeatedly ( #34636 )
2025-08-11 16:07:47 +03:00
1dc22a9002
chore: add tests to DatabaseConnectionForm/EncryptedField ( #34442 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-08 14:09:30 -07:00
Abhinav Kumar and GitHub
ad592c717e
fix: Reset description height to zero when chart is not expanded ( #33843 )
2025-08-07 12:51:46 -07:00
SBIN2010 and GitHub
38e15196f2
fix(Heatmap): addin x axis label rotation ( #34239 )
2025-08-07 12:27:35 -07:00
8131c24acd
chore(deps): bump ws and @types/ws in /superset-websocket ( #34450 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-07 12:16:26 -07:00
952b620465
chore(deps-dev): bump @types/node from 22.10.3 to 24.1.0 in /superset-websocket ( #34448 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-07 12:16:12 -07:00
Oliver Schlüter and GitHub
f3e3bd0348
fix(db_engine_specs): generate correct boolean filter SQL syntax for Athena compatibility ( #34598 )
2025-08-07 18:39:31 +03:00
Brandon Kaplan and GitHub
1e1310dbd8
chore(helm): bump app version to 5.0.0 ( #33889 )
2025-08-07 07:32:01 -07:00
Mehmet Salih Yavuz and GitHub
adaae8ba15
fix(Timeshift): Determine temporal column correctly ( #34582 )
2025-08-07 15:20:34 +03:00
a66b7e98e0
feat: Add ESLint rule to enforce sentence case in button text ( #34434 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-06 13:13:36 -07:00
JUST.in DO IT and GitHub
3e12d97e8e
fix(echart): broken aggregator due to bigint value ( #34580 )
2025-08-06 15:22:04 -03:00
00304f77e1
chore(deps-dev): bump globals from 16.0.0 to 16.3.0 in /superset-websocket ( #34452 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 09:21:18 -07:00
e88db9f403
chore(deps): update re-resizable requirement from ^6.10.1 to ^6.11.2 in /superset-frontend/packages/superset-ui-core ( #34453 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 09:12:41 -07:00
JUST.in DO IT and GitHub
53e9cf6d17
fix: navigate to SQL Lab due to router api updates ( #34569 )
2025-08-06 11:54:10 -03:00
Damian Pendrak and GitHub
5a004590e0
feat(deckgl): add selected cross-filter indication ( #34322 )
2025-08-06 17:53:54 +03:00
Levis Mbote and GitHub
53503e32ae
fix(Table chart): fix percentage metric column ( #34175 )
2025-08-06 17:51:02 +03:00
246181a546
feat(docker): Add pytest support to docker-compose-light.yml ( #34373 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-06 00:17:50 -04:00
JUST.in DO IT and GitHub
6f5d9c989a
fix(echarts): rename time series shifted without dimensions ( #34541 )
2025-08-05 18:29:55 -07:00
8515792b04
chore(deps): update @deck.gl/aggregation-layers requirement from ^9.1.13 to ^9.1.14 in /superset-frontend/plugins/legacy-preset-chart-deckgl ( #34468 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 17:51:03 -07:00
923b2b1d77
chore(deps-dev): bump @babel/runtime-corejs3 from 7.26.7 to 7.28.2 in /superset-frontend ( #34464 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 17:46:27 -07:00
486b0122d0
chore(deps-dev): update jest requirement from ^30.0.4 to ^30.0.5 in /superset-frontend/plugins/plugin-chart-pivot-table ( #34462 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 17:46:01 -07:00
ae090fa74c
chore(deps-dev): update @types/prop-types requirement from ^15.7.2 to ^15.7.15 in /superset-frontend/packages/superset-ui-core ( #34451 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 17:45:40 -07:00
35ec6d308a
chore(deps-dev): update jest requirement from ^30.0.4 to ^30.0.5 in /superset-frontend/packages/generator-superset ( #34457 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 16:43:18 -07:00
c62a6f5cee
chore(deps): bump @deck.gl/react from 9.1.13 to 9.1.14 in /superset-frontend ( #34461 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 16:42:48 -07:00
cdd140b3cc
chore(deps-dev): update jest requirement from ^30.0.4 to ^30.0.5 in /superset-frontend/plugins/plugin-chart-handlebars ( #34501 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 16:31:23 -07:00
09cf49c2ba
chore(deps): bump @babel/runtime from 7.26.10 to 7.28.2 in /superset-frontend ( #34472 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 16:30:21 -07:00
ac4b4c7646
chore(deps-dev): bump eslint-config-prettier from 10.1.5 to 10.1.8 in /superset-websocket ( #34454 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 16:28:28 -07:00
d0a6c78966
chore(deps): bump react-draggable from 4.4.6 to 4.5.0 in /superset-frontend ( #34474 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 16:19:42 -07:00
65f2071aa4
chore(deps): bump react-lines-ellipsis from 0.15.4 to 0.16.1 in /superset-frontend ( #34483 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 16:09:17 -07:00
e8f37a3f89
chore(deps-dev): bump eslint from 9.31.0 to 9.32.0 in /docs ( #34492 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 16:04:26 -07:00
19d229ea12
chore(deps-dev): bump typescript-eslint from 8.37.0 to 8.38.0 in /docs ( #34493 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 16:03:50 -07:00
622a62d7a1
chore(deps): update react requirement from ^19.1.0 to ^19.1.1 in /superset-frontend/plugins/legacy-plugin-chart-chord ( #34502 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 16:01:19 -07:00
4a556f4ac4
fix: update copy text for better capitalization and abbreviation standards ( #34508 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-05 14:40:52 -07:00
7a1839ba1b
chore(deps): bump @rjsf/validator-ajv8 from 5.24.9 to 5.24.12 in /superset-frontend ( #34487 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 14:05:42 -07:00
8f2afb8f4d
chore(deps-dev): bump @babel/preset-react from 7.26.3 to 7.27.1 in /superset-frontend ( #34489 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 14:03:11 -07:00
02586981da
chore(deps-dev): bump eslint-plugin-prettier from 5.5.1 to 5.5.3 in /docs ( #34496 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 13:59:30 -07:00
JUST.in DO IT and GitHub
8700a0b939
fix(table chart): render bigint value in a raw mode ( #34556 )
2025-08-05 13:11:28 -07:00
Mehmet Salih Yavuz and GitHub
d843fef2ce
fix(theming): More theming bugs/regressions ( #34507 )
2025-08-05 23:07:35 +03:00
Vitor Avila and GitHub
f45654c03c
chore: Rename dataset creation buttons ( #34544 )
2025-08-05 15:24:51 -03:00
Mehmet Salih Yavuz and GitHub
761daec53d
feat(timeshift): Add support for date range timeshifts ( #34375 )
2025-08-05 19:31:40 +03:00
Vitor Avila and GitHub
407fb67f1e
fix: Avoid null scrollLeft in VirtualTable ( #34545 )
2025-08-05 09:25:47 -03:00
Vitor Avila and GitHub
49689eec6c
feat: Enable drilling in embedded ( #34319 )
2025-08-05 02:23:00 -03:00
Maxime Beauchemin and GitHub
791ea9860d
fix(explore): Fix missing await for async buildV1ChartDataPayload calls ( #34528 )
2025-08-04 15:08:34 -07:00
JUST.in DO IT and GitHub
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 and GitHub
ccf6290120
chore(core): Add drawer to core ui components ( #34515 )
2025-08-04 11:06:29 -07:00
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
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
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
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
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
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
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 and GitHub
7191ae55c8
fix: docs eslint command ( #34520 )
2025-08-02 16:49:23 -07:00
Ville Brofeldt and GitHub
17725ebc83
chore: use logger on all migrations ( #34521 )
2025-08-02 12:19:50 -07:00
JUST.in DO IT and GitHub
1a7a381bd5
fix(echart): initial chart animation ( #34516 )
2025-08-02 08:41:53 -03:00
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
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
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
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
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
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
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
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 and GitHub
6a83b6fd87
fix(pie chart): Total now positioned correctly with all Legend positions, and respects theming ( #34435 )
2025-08-01 12:00:23 -07:00
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
cb27d5fe8d
chore: proper current_app.config proxy usage ( #34345 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 19:27:42 -07:00
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 and GitHub
967134f540
fix(theming): Visual bugs p-3 ( #34424 )
2025-08-01 00:26:38 +03:00
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 and GitHub
9cf2472291
fix: time grain and DB dropdowns ( #34431 )
2025-07-31 16:10:04 -04:00
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
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
ea64f3122e
chore: Change button labels to sentence case ( #34432 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 12:04:33 -07:00
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
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 and GitHub
6fc734da51
fix: prevent anonymous code in Postgres ( #34412 )
2025-07-31 08:33:34 -04:00
JUST.in DO IT and GitHub
762a11b0bb
fix(sqllab): access legacy kv record ( #34411 )
2025-07-31 08:58:10 -03:00
Michael Gerber and GitHub
f168dd69a8
fix(sunburst): Fix sunburst chart cross-filter logic ( #31495 )
2025-07-30 18:47:02 -07:00
Maxime Beauchemin and GitHub
becd0b8883
feat: add runtime custom font loading via configuration ( #34416 )
2025-07-30 18:01:37 -07:00
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
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
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
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
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 and GitHub
6006a21378
docs(development): fix comment in the dockerfile ( #34391 )
2025-07-29 21:53:46 -07:00
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 and GitHub
131ae5aa9d
docs(development): fix typo in the dockerfile ( #34387 )
2025-07-29 14:24:18 -07:00
Cesc Bausà and GitHub
eca28582b6
feat(i18n): update Spanish translations (messages.po) ( #34206 )
2025-07-29 13:49:40 -07:00
14e90a0f52
feat: Add GitHub Codespaces support with docker-compose-light ( #34376 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-29 13:10:17 -07:00
a1c39d4906
feat(charts): Enable async buildQuery support for complex chart logic ( #34383 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-29 13:08:55 -07:00
Maxime Beauchemin and GitHub
0964a8bb7a
fix(big number with trendline): running 2 identical queries for no good reason ( #34296 )
2025-07-29 13:07:28 -07:00
Beto Dealmeida and GitHub
8de8f95a3c
feat: allow creating dataset without exploring ( #34380 )
2025-07-29 15:43:47 -04:00
Maxime Beauchemin and GitHub
16db999067
fix: rate limiting issues with example data hosted on github.com ( #34381 )
2025-07-29 11:19:29 -07:00
Beto Dealmeida and GitHub
972be15dda
feat: focus on text input when modal opens ( #34379 )
2025-07-29 14:01:10 -04:00
c9e06714f8
fix: prevent theme initialization errors during fresh installs ( #34339 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-29 09:32:53 -07:00
Beto Dealmeida and GitHub
32626ab707
fix: use catalog name on generated queries ( #34360 )
2025-07-29 12:30:46 -04:00
a9cd58508b
chore(deps): bump cookie and @types/cookie in /superset-websocket ( #34335 )
...
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-29 20:19:31 +07:00
Beto Dealmeida and GitHub
122bb68e5a
fix: subquery alias in RLS ( #34374 )
2025-07-28 22:58:15 -04:00
Beto Dealmeida and GitHub
914ce9aa4f
feat: read column metadata ( #34359 )
2025-07-28 22:57:57 -04:00
Gabriel Torres Ruiz and GitHub
bb572983cd
feat(theming): Align embedded sdk with theme configs ( #34273 )
2025-07-28 19:26:17 -07:00
Đỗ Trọng Hải and GitHub
ff76ab647f
build(deps): update ag-grid to non-breaking major v34 ( #34326 )
2025-07-29 07:46:55 +07:00
Mehmet Salih Yavuz and GitHub
f554848c9f
fix(PivotTable): Render html in cells if allowRenderHtml is true ( #34351 )
2025-07-29 01:12:37 +03:00
Hari Kiran and GitHub
dc0c389488
docs(development): fix 2 typos in the dockerfile ( #34341 )
2025-07-28 15:06:21 -07:00
Beto Dealmeida and GitHub
22b3cc0480
chore: bump BigQuery dialect to 1.15.0 ( #34371 )
2025-07-28 16:39:18 -04:00