Evan
a3cc2e7b24
fix: annotate remaining new locals per type-hint rule
...
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-14 03:52:53 -07:00
Evan
1d1fa29fc8
fix: add explicit type annotation to UUID_NATIVE_TYPE_RE
...
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-14 03:52:53 -07:00
Evan
d84ebe4ff0
fix: dedupe LIKE cast condition, tighten UUID type match, assert on Cast node
...
Merge the LIKE/ILIKE and NOT LIKE/NOT ILIKE branches so the cast condition
is computed once, match the native UUID type on a whole word instead of a
bare substring, and assert on the SQLAlchemy Cast node instead of the
literal "CAST" string so the test isn't tied to a particular dialect's
rendering.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-14 03:52:52 -07:00
Evan
f882bc92fb
fix(sqla): cast native UUID columns to string for LIKE/ILIKE filters
...
Table chart server-pagination search builds an ILIKE filter against the
searched column. Native UUID columns (PostgreSQL, ClickHouse) map to
GenericDataType.STRING, so the existing not-a-string guard skipped the
cast and the raw ILIKE hit the UUID column type, which the database
rejects (e.g. ClickHouse: "Illegal type UUID of argument of function
ilike"). Detect UUID native types and force the string cast so
searching UUID columns works.
Fixes #41795
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-14 03:52:46 -07:00
Hans Yu
e165762bb7
refactor: begin transaction to automatically commit ( #41979 )
...
Co-authored-by: Evan Rusackas <evan@preset.io >
2026-07-13 22:45:40 -07:00
Hans Yu
8afad27c84
chore: convert warning to error if parameters not passed as collection ( #41977 )
2026-07-13 21:25:23 -07:00
Evan Rusackas
e420812eb7
test(filters): guard BIGINT filter value precision ( #27510 ) ( #41963 )
...
Co-authored-by: Claude Code <noreply@anthropic.com >
2026-07-13 21:20:38 -07:00
Mike Bridge
993a43396a
fix: restore all-files pre-commit checks ( #42014 )
...
Co-authored-by: Mike Bridge <michael.bridge@ext.preset.io >
Co-authored-by: Joe Li <joe@preset.io >
2026-07-13 17:35:55 -07:00
Joe Li
a2a71760ed
fix(e2e): repair master Playwright smoke tests ( #42013 )
2026-07-13 17:13:35 -07:00
Evan Rusackas
836dce9b05
fix(i18n): reset embedded start guard and align menu error handling ( #41491 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-13 16:03:53 -07:00
Evan Rusackas
2857b29ab9
test(sqla): assert simple metric quotes columns requiring quoting ( #30637 ) ( #41961 )
...
Co-authored-by: Claude Code <noreply@anthropic.com >
2026-07-13 15:58:34 -07:00
Evan Rusackas
3c648ca264
fix(swagger): support URL prefix via APPLICATION_ROOT in OpenAPI and Swagger UI ( #40908 )
...
Co-authored-by: Claude Code <noreply@anthropic.com >
Co-authored-by: rsbhatti <rajvindrasinghbhatti12@gmail.com >
2026-07-13 15:47:09 -07:00
Evan Rusackas
25ce83cc58
fix(dashboard): apply auto-refresh interval in standalone mode ( #41740 )
...
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-07-13 15:46:34 -07:00
Elizabeth Thompson
ce8219672e
fix(a11y): add accessible labels to EmbedCodeContent height/width inputs ( #41995 )
2026-07-13 15:05:28 -07:00
Elizabeth Thompson
3e957b63d4
fix(a11y): make CopyToClipboard keyboard-operable for custom copyNode elements ( #41958 )
2026-07-13 15:04:44 -07:00
Elizabeth Thompson
9818da445a
fix(a11y): add aria-label to cross-filter search icon ( #41619 )
2026-07-13 15:03:08 -07:00
yousoph
8262aa7d6b
fix(explore): restore drag-and-drop reordering broken by @dnd-kit migration ( #41637 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-13 14:25:15 -07:00
innovark
d4a31d1d78
fix: add subdirectory deployment support for brandSpinnerUrl ( #37523 )
...
Co-authored-by: Evan Rusackas <evan@preset.io >
2026-07-13 14:01:14 -07:00
Evan Rusackas
18f1dd394b
test(security): prove Drill By access does not require can_explore ( #27900 ) ( #41967 )
...
Co-authored-by: Claude Code <noreply@anthropic.com >
2026-07-13 12:05:16 -07:00
Amin Ghadersohi
62ccdfacc2
fix(mcp): make list-item truncation cap configurable in get_dashboard_info ( #41698 )
2026-07-13 14:46:10 -04:00
Evan Rusackas
c5131bff47
chore(a11y): enable 9 more jsx-a11y oxlint rules as errors ( #42006 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-13 11:39:13 -07:00
Hans Yu
521e51429a
chore: as_declarative() warnings are irrelevant ( #41982 )
2026-07-13 11:37:45 -07:00
Durgaprasad M L
64df96be00
fix(nvd3): invoke shiftMetric() in TimePivot formDataOverrides ( #41916 )
2026-07-13 10:44:50 -07:00
Hans Yu
d43a0d7633
chore: sqlalchemy.database package warnings are irrelevant ( #41978 )
2026-07-13 10:41:41 -07:00
Amin Ghadersohi
873566c827
fix(mcp): stop masking dashboard lookup DB errors as not-found ( #41919 )
2026-07-13 13:32:35 -04:00
Evan Rusackas
e063f5093c
feat(frontend): upgrade Ant Design from v5 to v6 ( #41636 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
Co-authored-by: Enzo Martellucci <52219496+EnxDev@users.noreply.github.com >
2026-07-13 10:13:30 -07:00
Evan Rusackas
1627fab741
fix(i18n): make every catalog compile clean, canonicalize, fix ja plurals ( #41828 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-13 10:08:03 -07:00
Enzo Martellucci
5dd060b714
fix(chart-echarts): disable animation for report screenshots so time-shift lines render fully ( #42003 )
2026-07-13 19:02:45 +02:00
Hans Yu
68ebc22e1e
refactor: replace Engine.execute() with Connection.execute() ( #41917 )
2026-07-13 09:40:33 -07:00
Enzo Martellucci
8f75f1a353
fix(dashboard): deleted Display Control reappears after Apply Filters ( #41999 )
2026-07-13 16:25:47 +02:00
Mehmet Salih Yavuz
2fac66d1a3
feat(mcp): add update_dataset_metric tool for editing saved dataset metrics ( #40975 )
2026-07-13 15:44:57 +03:00
Luiz Otavio
029d49539b
fix(event-log): match embedded routes precisely in logger middleware ( #41942 )
2026-07-13 08:46:23 -03:00
dependabot[bot]
3c6982252b
chore(deps-dev): bump webpack from 5.108.3 to 5.108.4 in /superset-frontend ( #41989 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-13 18:08:48 +07:00
dependabot[bot]
1c7a3f395f
chore(deps): bump fs-extra from 11.3.2 to 11.3.6 in /superset-frontend ( #41990 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-13 18:08:05 +07:00
dependabot[bot]
f7b7bad9a8
chore(deps-dev): bump tsx from 4.22.5 to 4.23.0 in /superset-frontend ( #41985 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-13 03:26:24 -07:00
dependabot[bot]
0cf217cdea
chore(deps-dev): bump vitest from 4.1.9 to 4.1.10 in /superset-websocket ( #41986 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-13 03:26:21 -07:00
dependabot[bot]
96bf1a1e4c
chore(deps): bump caniuse-lite from 1.0.30001800 to 1.0.30001802 in /docs ( #41987 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-13 03:26:18 -07:00
dependabot[bot]
9180ace1dd
chore(deps): bump actions/labeler from 6.1.0 to 6.2.0 ( #41988 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-13 03:26:15 -07:00
dependabot[bot]
bb5d7dbb17
chore(deps): bump immer from 11.1.9 to 11.1.11 in /superset-frontend ( #41991 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-13 03:26:12 -07:00
dependabot[bot]
73925922a9
chore(deps): bump react-arborist from 3.12.0 to 3.13.2 in /superset-frontend ( #41992 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-13 03:26:09 -07:00
dependabot[bot]
8f339545ad
chore(deps-dev): bump baseline-browser-mapping from 2.10.41 to 2.10.42 in /superset-frontend ( #41993 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-13 03:26:06 -07:00
Evan Rusackas
c762b75ddc
chore(lint): upgrade no-unused-vars rule from warn to error ( #41132 )
...
Co-authored-by: Superset Dev <dev@superset.apache.org >
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-07-13 03:11:09 -07:00
Evan Rusackas
c0e5f5226d
fix(explore): let chart owners overwrite when owners come through as objects ( #41352 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-13 03:10:00 -07:00
dependabot[bot]
d380663e71
chore(deps-dev): bump syntaqlite from 0.4.2 to 0.6.0 ( #41952 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-12 20:17:34 -07:00
dependabot[bot]
98c3ec7a71
chore(deps): bump sqlglot from 30.8.0 to 30.12.0 ( #41948 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Evan <evan@preset.io >
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-12 16:20:07 -07:00
dependabot[bot]
12f28ce235
chore(deps): bump holidays from 0.82 to 0.99 ( #41949 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-12 16:19:51 -07:00
Evan Rusackas
e403d9b074
chore(lint): convert legacy plugin chart components to function components ( #39452 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
Co-authored-by: Enzo Martellucci <52219496+EnxDev@users.noreply.github.com >
2026-07-13 00:37:46 +02:00
isaac-jaynes-imperva
0ca51d9796
fix(Database Connection Form): Added validation to db credential input ( #37919 )
...
Co-authored-by: codeant-ai-for-open-source[bot] <244253245+codeant-ai-for-open-source[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@rusackas.com >
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-07-12 09:36:41 -07:00
dependabot[bot]
db1912c6d9
chore(deps): bump cachetools from 6.2.1 to 7.1.4 ( #41947 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-07-12 09:36:28 -07:00
Evan Rusackas
2a18a556b0
chore(frontend): lint Emotion CSS-in-JS with Stylelint ( #41871 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
Co-authored-by: Đỗ Trọng Hải <41283691+hainenber@users.noreply.github.com >
2026-07-12 08:45:02 -07:00