Elizabeth Thompson
482bef1507
fix(playwright): Use actual viewport height for tiled screenshot scroll calculations
...
The configured SCREENSHOT_TILED_VIEWPORT_HEIGHT (default 2000px) was larger than
Playwright's actual browser viewport (~768-1200px), causing scroll increments to
skip content between tiles. Now we fetch the actual viewport height and use
min(configured, actual) for scroll calculations to ensure complete content coverage.
Added regression test to verify tiles properly cover all content when configured
viewport exceeds actual viewport size.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-30 11:38:24 -07:00
Elizabeth Thompson
20c04a4663
fix(playwright): Simplify tiled screenshot clip calculation to fix multi-tile captures
...
Fixes issue where Playwright tiled screenshots only captured the first frame
and failed to capture subsequent tiles on large dashboards (50+ charts).
**Problem:**
The previous fix prevented errors but used overly complex tile_content_height
calculations that caused incorrect clip dimensions for tiles after the first one.
Customer testing revealed screenshots would not capture content past the first tile.
**Solution:**
Simplified the clip height calculation by:
- Removing tile_content_height from the clip height logic
- Directly calculating visible portion of element in viewport
- Maintaining proper handling for elements scrolled above viewport
After scrolling to position each tile, we now simply capture what's visible
of the element rather than trying to match a calculated content height.
**Testing:**
- All 21 unit tests pass including edge cases
- Negative element positions (scrolled above viewport)
- Elements extending beyond viewport boundaries
- Elements completely out of view
Based on customer feedback from Brandon Sovran who confirmed this approach
successfully captures massive pages.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-24 16:43:32 -07:00
Elizabeth Thompson
782f5eab16
fix(playwright): Fix tiled screenshot clip bounds validation
...
Fixes issue where Playwright tiled screenshots fail with "Clipped area is either empty or outside the resulting image" error on large dashboards (50+ charts).
The problem occurred when:
- Dashboard elements scroll above viewport (negative Y coordinates)
- Clip regions extend beyond viewport boundaries
- Element dimensions result in invalid clip calculations
Changes:
- Add viewport dimension tracking to clip calculations
- Clamp coordinates to viewport bounds (prevent negative x/y)
- Calculate visible portions for partially scrolled elements
- Validate clip dimensions before screenshot (skip invalid tiles)
- Add comprehensive test coverage for edge cases
Tested with 21 unit tests including:
- Negative element positions
- Elements beyond viewport bounds
- Invalid clip dimensions
- Zero-width elements
- Elements completely scrolled out of view
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-22 14:14:51 -07:00
Richard Fogaca Nienkotter
1234533c67
fix: edit dataset modal visual fixes ( #35799 )
2025-10-22 22:43:13 +03:00
Mehmet Salih Yavuz
7f0c0aea94
fix(ThemeController): replace fetch with SupersetClient for proper auth ( #35794 )
2025-10-22 19:54:28 +03:00
Fabian Halkivaha
d9dcbb68b7
chore(docs): use native docusauros admonition notation ( #35791 )
2025-10-22 11:39:52 -04:00
Mehmet Salih Yavuz
98fba1eefe
fix(security): Add active property to guest user ( #35454 )
2025-10-22 12:51:19 +03:00
Geidō
bad03b1e76
fix(Actions): Improper spacing ( #35724 )
2025-10-21 20:10:00 +02:00
Geidō
fcfafebb29
fix(Themes): Local label inconsistent behaviors ( #35663 )
2025-10-21 20:09:33 +02:00
dependabot[bot]
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
dependabot[bot]
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
337da13ba7
fix: Changes ResultSet to include sqlEditorImmutableId when fetching results ( #35773 )
2025-10-21 14:24:39 -03:00
dependabot[bot]
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
SkinnyPigeon
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
f165785003
docs: update links in CONTRIBUTING.md to point to the correct Developer Portal URLs ( #35723 )
2025-10-20 17:03:43 -07:00
dependabot[bot]
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
dependabot[bot]
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
fa90ba976c
fix: Extension events not fired in SQL Lab tabs ( #35753 )
2025-10-20 16:41:24 -03:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
Elizabeth Thompson
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
Erkka Tahvanainen
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
0b3fe3d60c
test: add comprehensive unhappy path tests for export ( #35718 )
2025-10-17 16:41:00 -07:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
yousoph
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
3db613dab5
chore(docs): switch to markdown headlines for available macros ( #35685 )
2025-10-17 10:16:49 -04:00
dependabot[bot]
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
aede3bb5ba
fix(auth): redirect anonymous attempts to view dashboard with next ( #35345 )
2025-10-16 16:33:37 -04:00
dependabot[bot]
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
dependabot[bot]
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
Beto Dealmeida
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
8c125d2553
feat: use in deck.gl custom tooltip instead of SafeMarkdown ( #35665 )
2025-10-16 11:13:38 -07:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
sha174n
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
de1dd53186
fix(theme-crud): enable overwrite confirmation UI for theme imports ( #35558 )
2025-10-15 18:15:57 -07:00
Gabriel Torres Ruiz
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
4b5629d1c8
fix(theme): align "Clear local theme" option with other theme menu items ( #35651 )
2025-10-15 18:14:20 -07:00
Joe Li
4ddc3f14ed
refactor(frontend): convert DatasourceEditor tests to TypeScript ( #35606 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-10-15 16:42:17 -07:00
dependabot[bot]
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
Ville Brofeldt
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
09772eeda0
fix(config.py): reset HTML_SANITIZATION to True by default ( #35603 )
2025-10-15 12:03:51 -07:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
Elizabeth Thompson
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
Ville Brofeldt
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
e6bd03fe98
fix(theming): solve modal dark theme issues + styling and code improvements ( #35539 )
2025-10-14 11:08:18 -07:00
Damian Pendrak
9252d835b8
fix(deckgl): scatterplot fix categorical color ( #35537 )
2025-10-14 11:07:57 -07:00
Joe Li
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
Levis Mbote
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
1c934b474a
docs: add documentation for Arc to Superset's supported databases ( #35585 )
2025-10-14 10:16:59 -04:00
Ville Brofeldt
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
c38ba1daa8
fix(d3-format): call setupFormatters synchronously to apply D3 format… ( #35529 )
2025-10-10 17:33:47 -07:00
dependabot[bot]
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
dependabot[bot]
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
Elizabeth Thompson
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
Elizabeth Thompson
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
17ebbdd966
fix(csv upload): Correctly casting to string numbers with floating points (e+) ( #35586 )
2025-10-10 11:01:03 -07:00
dependabot[bot]
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
412587ad41
fix(tables): Dark mode scrollbar styles for webkit ( #35338 )
2025-10-10 13:10:54 +03:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
5a15c632ad
fix(Alerts): Correct icon sizes ( #35572 )
2025-10-09 19:33:14 +03:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
50a5854b25
fix: dataset update with invalid SQL query ( #35543 )
2025-10-08 12:22:38 +01:00
Evan Rusackas
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
f7b9d7a64b
fix(chart): Fixes BigNumber gradient appearing blackish in light mode ( #35527 )
2025-10-07 09:43:51 -07:00
Mehmet Salih Yavuz
89932fa0b2
fix(explore): Include chart canvases in the screenshot ( #35491 )
2025-10-07 19:34:49 +03:00
Gabriel Torres Ruiz
a90928766b
fix(theme-crud): add unsaved changes modal ( #35254 )
2025-10-07 19:26:01 +03:00
Daniel Vaz Gaspar
9d50f1b8a2
fix: update chart with dashboards validation ( #35523 )
2025-10-07 07:17:49 +01:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
77c3146829
fix(webdriver): add missing options object to WebDriver initialization ( #35504 )
2025-10-06 10:23:13 -07:00
Vitor Avila
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
a7b158c7fa
fix(explore): correct search icon in dashboard submenu ( #35489 )
2025-10-06 13:02:03 -04:00
Mehmet Salih Yavuz
d39c55e941
fix(Select): Prevent closing the select when clicking on a tag ( #35487 )
2025-10-04 08:11:14 +03:00
Joe Li
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
Elizabeth Thompson
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
04b1a45416
fix(security-manager): switch from deprecated get_session to session attribute ( #35290 )
2025-10-03 14:47:35 -07:00
dependabot[bot]
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
Elizabeth Thompson
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
139b5ae20c
fix(sqlglot): adhoc expressions ( #35482 )
2025-10-03 12:10:10 -04:00
Mehmet Salih Yavuz
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
0e2fb1d1a3
fix(theming): CRUD view padding ( #35321 )
2025-10-03 18:35:19 +03:00
amaannawab923
96170e43c0
fix(ag-grid-table): remove enterprise features to use community version ( #35453 )
2025-10-02 22:45:34 +03:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
62dc5c0306
fix(cache): ensure SQL is sanitized before cache key generation ( #35419 )
2025-10-02 13:25:54 -04:00
dependabot[bot]
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
dependabot[bot]
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
a7cc48dcda
fix(test): changed test use unsaved changes prompt ( #35447 )
2025-10-02 10:20:30 -07:00
dependabot[bot]
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
0364933e8b
fix(explore): Remove query autotrigger ( #35418 )
2025-10-02 19:08:31 +02:00
Beto Dealmeida
3202ff4b3f
fix(pinot): more functions ( #35451 )
2025-10-02 13:01:47 -04:00
Gabriel Torres Ruiz
553204e613
fix(dashboard): exit markdown edit mode when clicking outside of element ( #35336 )
2025-10-02 19:42:16 +03:00
Rafael Benitez
fe8348c03a
fix(dataset): sort by database in Dataset and Saved queries Issue ( #35277 )
2025-10-02 16:44:19 +02:00
Beto Dealmeida
30021f8ede
fix(pinot): SUBSTR function ( #35427 )
2025-10-02 10:29:18 -04:00
Beto Dealmeida
f3349388d0
fix(pinot): DATE_SUB function ( #35426 )
2025-10-02 10:12:19 -04:00
Antonio Rivero
449a89c214
fix(slice): Fix using isdigit when id passed as int ( #35452 )
2025-10-02 16:04:54 +02:00
Beto Dealmeida
5428376662
fix(pinot): DATE_ADD function ( #35424 )
2025-10-02 09:56:20 -04:00
Evan Rusackas
5493e2c96d
chore(dependabot): switch back to daily cadence (a trickle rather than a flood) ( #35421 )
2025-10-01 14:53:11 -07:00
dependabot[bot]
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
Beto Dealmeida
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
Joe Li
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
13a164dd63
fix: table quoting in DBs with supports_cross_catalog_queries=True ( #35350 )
2025-10-01 12:17:46 -04:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
d8688cf8b1
fix(explore): close unsaved changes modal when discarding changes ( #35307 )
2025-10-01 17:43:02 +03:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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ō
a66c230058
fix(SqlLab): Hit tableschemaview with a valid queryEditorId ( #35341 )
2025-10-01 14:39:02 +03:00
Damian Pendrak
19db0353a9
feat(db): custom database error messages ( #34674 )
2025-10-01 14:29:57 +03:00
Kamil Gabryjelski
88e5581d04
fix: Broken splitter in sql lab and some minor visual fixes ( #35416 )
2025-10-01 13:11:50 +02:00
Beto Dealmeida
bf88d9bb1c
fix(pinot): restrict types in dialect ( #35337 )
2025-09-30 16:34:53 -04:00
Beto Dealmeida
d51b35f61b
fix: adhoc orderby in explore ( #35342 )
2025-09-30 16:34:44 -04:00
Gabriel Torres Ruiz
220480b627
feat(theming): add base theme config ( #35220 )
2025-09-30 11:01:31 -07:00
Mehmet Salih Yavuz
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
Evan Rusackas
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
4e093a8e2a
feat: sqlglot dialect for Pinot ( #35333 )
2025-09-29 21:56:35 -04:00
Elizabeth Thompson
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ō
90f281f585
fix: AceEditor Autocomplete Highlight ( #35316 )
2025-09-29 13:37:30 +03:00
Evan Rusackas
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
Maxime Beauchemin
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
Elizabeth Thompson
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
784ff82847
fix(sqllab): fix blank bottom section in SQL Lab left panel ( #35309 )
2025-09-26 20:07:20 +03:00
Mehmet Salih Yavuz
027b25e6b8
fix(DateFilterControl): remove modal overlay style to fix z-index issues ( #35292 )
2025-09-26 15:42:46 +02:00
SBIN2010
b652fab042
fix(table): New ad-hoc columns retain the name of previous columns ( #35274 )
2025-09-26 10:34:55 -03:00
Nikita Rybalchenko
77a5969dc1
feat(pdf): add configurable PDF compression level support ( #34096 )
2025-09-25 08:29:54 -07:00
Geidō
fb9032c05c
fix: Cosmetic issues ( #35122 )
2025-09-25 17:24:34 +03:00
Mehmet Salih Yavuz
7a9dbfe879
fix(BuilderComponentPane): navigation tabs padding ( #35213 )
2025-09-25 16:59:48 +03:00
Giulio Piccolo
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
Maxime Beauchemin
abc2d46fed
refactor: remove obsolete Flask flash messaging system ( #35237 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-25 00:05:16 -07:00
dependabot[bot]
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
7f3840557a
chore(react18): Migrate legacy react methods ( #34892 )
2025-09-24 12:34:22 -07:00
JUST.in DO IT
0defcb604b
chore(sqllab): remove unused json param ( #35065 )
2025-09-24 10:26:55 -07:00
Beto Dealmeida
94686ddfbe
fix(SQL Lab): syncTable on new tabs ( #35216 )
2025-09-24 11:58:54 -04:00
SBIN2010
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
cb88d886c7
fix(PropertiesModal): do not show validation errors while loading ( #35215 )
2025-09-24 10:52:16 +03:00
Maxime Beauchemin
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
Elizabeth Thompson
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
Elizabeth Thompson
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
db88d80b3f
fix: docker-compose-image-tag ( #35246 )
2025-09-23 14:57:53 -07:00
Rafael Benitez
4b71adaa9c
feat(themes): Adding SupersetText support to Themes Modal ( #35248 )
2025-09-23 22:23:57 +02:00
Mehmet Salih Yavuz
5fbda3af40
chore(effect): add eslint plugin to reduce rerenders ( #35223 )
2025-09-23 22:31:10 +03:00
Tadeh Alexani
bc0c40c80e
feat(helm): Allow multi-database connection support ( #34327 )
2025-09-23 11:46:52 -07:00
Michael S. Molina
f030d658c5
chore: Bumps @apache-superset/core to 0.0.1-rc5 ( #35247 )
2025-09-23 15:24:29 -03:00
Joe Li
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
Amin Ghadersohi
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
dce74014da
refactor(deckgl): update deck.gl charts to use new api ( #34859 )
2025-09-23 10:42:28 -07:00
Beto Dealmeida
619b341cad
fix: docker-compose file and superset-core ( #35235 )
2025-09-23 10:24:23 -07:00
Michael S. Molina
9b6876be62
fix: Typescript declaration files ( #35244 )
2025-09-23 14:22:28 -03:00
Mehmet Salih Yavuz
c601341520
fix(ConditionalFormattingControl): icon color in dark mode ( #35243 )
2025-09-23 20:16:29 +03:00
Michael S. Molina
78faaee685
chore: Reference GenericDataType from @apache-superset/core ( #35214 )
2025-09-23 10:12:18 -07:00
Dimitri
4027bad1d6
docs(oracle): update driver ( #35242 )
2025-09-23 13:53:58 +03:00
Levis Mbote
ce55cc7dd7
fix(table-chart): fix cell bar visibility in dark theme ( #35211 )
2025-09-23 00:06:03 -07:00
Gabriel Torres Ruiz
48e1b1ff2c
feat(bug): defensive code to avoid accesing attribute of a NoneType object ( #35219 )
2025-09-22 10:38:08 -07:00
Beto Dealmeida
5ec8f9d886
chore: bump sqlglot to 27.15.2 ( #35176 )
2025-09-22 12:40:16 -04:00
Maxime Beauchemin
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
076e477fd4
fix(SQLPopover): Use correct component ( #35212 )
2025-09-20 12:12:37 +03:00
SBIN2010
1e4bc6ee78
fix: bug in tooltip timeseries chart in calculated total with annotation layer ( #35179 )
2025-09-19 10:30:42 -07:00
Pat Buxton
db178cf527
fix: Bump pandas to 2.1.4 for python 3.12 ( #34999 )
2025-09-19 09:18:00 -07:00
Alexandru Soare
5901320933
feat(database): Adding per-user caching option in Security tab ( #34842 )
2025-09-19 19:15:31 +03:00
SBIN2010
23bb4f88c0
fix(Funnel): onInit overridden row_limit to default value on save chart ( #35076 )
2025-09-19 09:13:45 -07:00
Levis Mbote
4130b92966
fix(gantt-chart): fix Y-axis label visibility in dark theme ( #35189 )
2025-09-19 12:33:53 +03:00
Mehmet Salih Yavuz
38297edc6b
chore(matrixify): Remove leftover option ( #35195 )
2025-09-19 00:47:47 +03:00
sha174n
0c8f326258
docs: Add security warning for ENABLE_TEMPLATE_PROCESSING ( #35192 )
2025-09-18 17:36:41 -04:00
Joe Li
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
Maxime Beauchemin
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
6cb3ef9f5d
chore: TypeScript Configuration Modernization and Cleanup ( #35159 )
2025-09-18 16:27:57 -03:00
Kamil Gabryjelski
a889ae75fc
chore: Bump ag grid to 34.2.0 ( #35193 )
2025-09-18 19:09:22 +02:00
Mehmet Salih Yavuz
b60be9655f
feat(TimeTable): add other sparkline type options ( #35180 )
2025-09-18 16:41:05 +03:00
lc-4918
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
1bf112a57a
fix(CrudThemeProvider): Optimized theme loading logic ( #35155 )
2025-09-17 20:49:26 -07:00
marun
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
Joe Li
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
Maxime Beauchemin
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
3e554674ff
feat(waterfall): add changes label series and grouping customize settings ( #34847 )
2025-09-17 08:24:45 -03:00
Amin Ghadersohi
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
Maxime Beauchemin
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
c193d6d6a1
fix: import bug template params ( #35144 )
2025-09-16 10:21:29 -07:00
Joe Li
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
Maxime Beauchemin
d0cc6f115b
feat: add optional garbage collection after requests ( #35061 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-16 09:23:39 -07:00
Hugh A. Miles II
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
a66737cb05
feat(custom-tooltip): custom tooltip on deck.gl charts ( #34276 )
2025-09-16 17:11:19 +03:00
Michael S. Molina
bc6859a99d
refactor: Organizes the src/core folder ( #35119 )
2025-09-16 08:21:16 -03:00
Elizabeth Thompson
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
Elizabeth Thompson
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
Maxime Beauchemin
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
Maxime Beauchemin
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
Maxime Beauchemin
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]
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
19ddcb7e5c
fix: Remove emotion-rgba from dependencies and codebase ( #35124 )
2025-09-13 13:33:20 +03:00
Gabriel Torres Ruiz
36daa2dc3f
fix(ListView): implement AntD pagination for ListView component ( #35057 )
2025-09-12 14:15:05 -07:00
Gabriel Torres Ruiz
7fd5a7668b
fix(charts): fix legend theming and hollow symbols in dark mode ( #35123 )
2025-09-12 23:33:29 +03:00
Mehmet Salih Yavuz
95333e34b1
fix(theming): Lighter text colors on dark mode ( #35114 )
2025-09-12 15:52:54 +03:00
Daniel Vaz Gaspar
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
dea9068647
fix(DashboardEditor): CSS template selector UI in dashboard properties modal restored ( #35106 )
2025-09-11 15:34:16 -07:00
Elizabeth Thompson
3416bd1479
chore: add codeowners ( #35107 )
2025-09-11 14:07:21 -07:00
Michael S. Molina
e729b2dbb4
fix: SQL Lab tab events ( #35105 )
2025-09-11 17:53:51 -03:00
SBIN2010
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
454ed1883f
feat(BoxPlot): add chart data zoom ( #35097 )
2025-09-11 21:29:02 +03:00
Priyanshu Kumar
b42060c880
fix(pie): fixes pie chart other click error ( #35086 )
2025-09-11 14:19:52 +03:00
Gabriel Torres Ruiz
7bf16d805d
fix(theming): replace error color with bolt icon for local themes ( #35090 )
2025-09-11 14:18:29 +03:00
Rafael Benitez
529adebe1b
fix(templates): Restores templates files accidentally removed ( #35094 )
2025-09-11 10:31:29 +02:00
Devanjan Banerjee
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
5a2411fa64
fix(settingsMenu): Version ( #35096 )
2025-09-10 15:08:05 -07:00
JUST.in DO IT
078c1701f4
feat(sqllab extension): core query interface api ( #35077 )
2025-09-10 13:17:09 -07:00
LisaHusband
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
Mehmet Salih Yavuz
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
912ed2ba80
fix(timeshifts): Add missing feature flag to enum ( #35072 )
2025-09-09 20:39:03 +03:00
dependabot[bot]
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
Renat
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
2f64343186
feat(dataset): create usage tab for dataset ( #34707 )
2025-09-09 10:23:16 -07:00
Nicolas
65376c7baf
fix(Table Chart): render null dates properly ( #34558 )
2025-09-09 10:22:54 -07:00
Michael S. Molina
4c2b27e7f0
fix: Change database event in core ( #35071 )
2025-09-09 11:50:49 -03:00
Amin Ghadersohi
15e4e8df94
fix(utils): Suppress pandas date parsing warnings in normalize_dttm_col ( #35042 )
2025-09-08 18:17:33 -07:00
SBIN2010
c5f220a9ff
fix(table): table search input placeholder ( #35064 )
2025-09-09 03:55:39 +03:00
Avindra Goolcharan
b05def1a8a
fix(superset-embedded-sdk/release-if-necessary): remove axios ( #35038 )
2025-09-08 17:47:31 -07:00
Ganesh-Babu-GB
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
1c2b9db4f0
fix: Upload CSV as Dataset ( #34763 )
2025-09-08 11:48:23 -03:00
Gabriel Torres Ruiz
0fce5ecfa5
fix(dashboard): normalize spacings and background colors ( #35001 )
2025-09-05 19:13:42 -07:00
Elizabeth Thompson
385471c34d
fix(utils): ensure webdriver timeout compatibility with urllib3 2.x ( #34440 )
2025-09-05 16:25:15 -07:00
Rafael Benitez
bef1f4d045
fix(theming): Icons in ExecutionLogList and Country map chart tooltip theme consistency ( #34828 )
2025-09-05 15:02:53 -07:00
SBIN2010
5a3182ce21
fix: mixed timeseries chart add legend margin ( #35036 )
2025-09-05 14:44:14 -07:00
catpineapple
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
dependabot[bot]
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
4e969d19d1
feat: allow create metric and add to folder in single request ( #34993 )
2025-09-05 13:28:45 -04:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
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
bc54b7970a
fix(echarts): rename time series shifted for isTimeComparisonValue ( #35022 )
2025-09-05 08:39:46 -07:00
Vitor Avila
ce74ae095d
feat: Use dashboard name for screenshot download ( #34988 )
2025-09-05 02:16:45 -03:00
SBIN2010
9424538bb1
feat: add sort legend to legend section ( #34911 )
2025-09-04 16:41:47 -07:00
SBIN2010
031fb4b5a8
fix: display legend mixed timeseries chart ( #35005 )
2025-09-04 16:39:57 -07:00
Evan Rusackas
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
569a7b33a5
fix(theming): more visual bugs ( #34987 )
2025-09-04 20:44:07 +03:00
Mehmet Salih Yavuz
59df0d6f15
fix(RoleListEditModal): display user's other properties in table ( #35017 )
2025-09-04 20:43:59 +03:00
Michael S. Molina
2e4ccffc11
fix: Add TypeScript declaration file generation to @apache-superset/core package ( #35002 )
2025-09-04 12:59:43 -03:00
catpineapple
2e51d02806
fix: doris genericDataType modify ( #35011 )
2025-09-04 08:21:15 -07:00
sha174n
8406a827dd
fix(deps): expand pyarrow version range to <19 ( #34870 )
2025-09-03 22:14:19 -07:00
Joe Li
ea0a77daaf
fix(tests): resolve AlertReportModal checkmark test failures ( #34995 )
2025-09-03 10:44:20 -07:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
448a28545b
fix(ui-core): Invalid postTransform process ( #34874 )
2025-09-03 10:17:19 -07:00
JUST.in DO IT
cefd046ea0
fix(sqllab): autocomplete and delete tabs ( #34781 )
2025-09-03 10:16:51 -07:00
Maxime Beauchemin
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
b7a193d53e
fix: apache-superset-extensions-cli exported files ( #34990 )
2025-09-03 08:20:24 -03:00
Gabriel Torres Ruiz
0a75bac2a1
fix(error-handling): jinja2 error handling improvements ( #34803 )
2025-09-02 17:29:07 -04:00
Vitor Avila
0de5b28716
fix(databricks): string escaper v2 ( #34991 )
2025-09-02 18:11:45 -03:00
Evan Rusackas
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
Evan Rusackas
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
5dba59b6a4
fix(ChartCreation): Translate chart description ( #34918 )
2025-09-02 21:34:54 +03:00
Sam Firke
71242dc6dd
docs(alerts & reports): update how to get headless browser ( #34908 )
2025-09-02 14:05:57 -04:00
Daniel Vaz Gaspar
b2f8803486
fix: playwright feature flag evaluation ( #34978 )
2025-09-02 10:44:22 -07:00
Gabriel Torres Ruiz
744fa1f54c
fix(TimeTable): use type-only export for TableChartProps to resolve webpack warnings ( #34989 )
2025-09-02 10:43:51 -07:00
dependabot[bot]
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
dependabot[bot]
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
6a4b1df3a2
fix(dashboard): table charts render correctly after tab switch and refresh ( #34975 )
2025-09-02 10:29:42 -07:00
dependabot[bot]
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
9bcc62f210
fix: Skip coverage for @apache-superset/core ( #34958 )
2025-09-02 12:58:55 -03:00
Michael S. Molina
322442d5be
fix: apache-superset-core exported packages ( #34977 )
2025-09-02 12:58:34 -03:00
dependabot[bot]
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
fad3cb3162
fix: Athena quoting ( #34895 )
2025-09-02 10:09:28 -04:00
dependabot[bot]
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
6e7cb521ba
chore(deps): upgrade databricks connectors ( #34692 )
2025-09-02 06:37:05 -07:00
Maxime Beauchemin
bc9ec6ac63
fix: revert mistake setting TALISMAN_ENABLED=False ( #34909 )
2025-09-02 06:34:41 -07:00
dependabot[bot]
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
d183969744
fix(theming): fix TimeTable chart issues ( #34868 )
2025-09-02 13:48:13 +03:00
Maxime Beauchemin
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
c1a3606774
fix: Update @apache-superset/core reference in package-lock.json ( #34924 )
2025-09-01 13:21:09 -03:00
Kamil Gabryjelski
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
077724c2d2
feat(api): dataset read API uuid support ( #34836 )
2025-08-29 17:21:24 -07:00
Maxime Beauchemin
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
c5a84c0985
fix(drilling): drill by pagination works with MSSQL data source, cont. ( #34724 )
2025-08-29 12:23:59 -07:00
SBIN2010
dc7a8844eb
feat(pie): add sort legend ( #34323 )
2025-08-29 12:19:14 -07:00
Vitor Avila
54f071138c
fix: Chart execution for Databricks ( #34906 )
2025-08-29 15:35:00 -03:00
Maxime Beauchemin
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
e463743fcf
fix: Filter bar orientation submenu should not be highlighted ( #34900 )
2025-08-29 13:11:24 +02:00
Joe Li
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
bcf156c969
fix: Rename apache-superset-cli to apache-superset-extensions-cli ( #34883 )
2025-08-28 14:40:09 -03:00
Joe Li
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
Joe Li
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
665a11f821
fix: SelectControl default sort numeric choices by value ( #34858 )
2025-08-28 15:14:45 +02:00
Kamil Gabryjelski
5566eb8dd6
fix: Undefined error when viewing query in Explore + visual fixes ( #34869 )
2025-08-28 12:40:29 +02:00
Joe Li
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
Joe Li
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
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
d8a3d29ad9
chore: Adds a README and CHANGELOG to @apache-superset/core ( #34866 )
2025-08-27 15:49:11 -03:00
Phil Dumbreck
53ce530a46
ci: Add Python 3.12 images to Docker Hub ( #34853 )
2025-08-27 09:13:26 -07:00
Evan Rusackas
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
ce3b93d8a0
perf: Use react-router to toggle fullscreen mode on dashboard ( #34857 )
2025-08-27 11:11:03 +02:00
Kamil Gabryjelski
b74a244950
fix: Remove the underline from the right section of main menu ( #34855 )
2025-08-27 11:10:49 +02:00
Kamil Gabryjelski
ab58b0a8a3
fix: DB icon sizes in database add modal ( #34854 )
2025-08-27 11:10:38 +02:00
Maxime Beauchemin
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
cb24737825
feat(bigquery): show materialized views ( #34766 )
2025-08-26 11:21:43 -04:00
Kamil Gabryjelski
97b35a4640
fix(dashboard): Anchor link positions ( #34843 )
2025-08-26 17:20:09 +02:00
Daniel Vaz Gaspar
54af1cb2c8
chore: bump FAB to 4.8.1 ( #34838 )
2025-08-26 11:14:05 +01:00
Aleksey Karpov
b8c2f7db47
build(docker): update base debian image to 13 (trixie) ( #34821 )
2025-08-25 19:10:23 -07:00
Maxime Beauchemin
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
b89b0bdf5d
fix(sqllab): Missing executed sql value in the result table ( #34846 )
2025-08-25 13:24:29 -07:00
Maxime Beauchemin
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
9c9588cce6
fix: Avoid dataset drill request if no perm ( #34665 )
2025-08-25 14:55:08 -03:00
Vitor Avila
471d9fe737
fix: Add dataset ID to file name on exports ( #34782 )
2025-08-25 14:54:27 -03:00
Rafael Benitez
b381992a75
fix(theming): explore chart type style fixes, nav right menu spacing fixed ( #34795 )
2025-08-25 09:29:35 -07:00
Beto Dealmeida
1204507d68
fix: make get_image() always return BytesIO ( #34801 )
2025-08-25 09:01:36 -04:00
Kamil Gabryjelski
c7779578f9
chore: Add instruction for LLMs to use antd theme tokens ( #34800 )
2025-08-25 14:03:47 +02:00
Kamil Gabryjelski
b225432c55
fix: Unexpected overflow ellipsis dots after status icon in Dashboard list ( #34798 )
2025-08-25 14:03:31 +02:00
Kamil Gabryjelski
547f297171
fix(echarts): Series labels hard to read in dark mode ( #34815 )
2025-08-25 14:03:00 +02:00
Joe Li
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
Michael S. Molina
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
e1234b2264
fix: User-provided Jinja template parameters causing SQL parsing errors ( #34802 )
2025-08-22 14:39:14 -03:00
JUST.in DO IT
75af53dc3d
fix: customize column description limit size in db_engine_spec ( #34808 )
2025-08-22 10:00:39 -07:00
Evan Rusackas
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
2b2cc96f11
fix(DetailsPanel): Applied filters colors ( #34790 )
2025-08-22 13:10:10 +03:00
Kamil Gabryjelski
59c01e016d
fix(native-filters): Low contrast of empty state in dark mode ( #34812 )
2025-08-22 12:28:06 +03:00
Kamil Gabryjelski
3895b8b127
fix: Low contrast in viz creator selected tag in dark mode ( #34811 )
2025-08-22 12:25:35 +03:00
Kamil Gabryjelski
da8c0f94e6
fix: Remove border around textarea in dashboard edit mode ( #34814 )
2025-08-22 12:24:53 +03:00
Kamil Gabryjelski
6908a733a0
fix: Misaligned global controls in Table chart ( #34799 )
2025-08-22 10:07:39 +02:00
Maxime Beauchemin
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
ff1f7b64e2
fix(dashboard): enable undo/redo buttons for layout changes ( #34777 )
2025-08-21 15:08:57 -07:00
JUST.in DO IT
63bb1d55a4
feat(sqllab): introduce splitter for adjusting sidebar and query panel ( #34767 )
2025-08-21 12:47:25 -07:00
Maxime Beauchemin
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
179a6f2cfe
fix: default value in run-server.sh ( #34719 )
2025-08-21 20:45:32 +03:00
Elizabeth Thompson
695a20d009
fix: catch no table error ( #32640 )
2025-08-21 10:40:44 -07:00
Mehmet Salih Yavuz
e908775fb2
fix(PivotExcelExport): select correct chart for export ( #34793 )
2025-08-21 20:36:29 +03:00
Joe Li
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
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
Evan Rusackas
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
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
009b99bfbb
chore: catch sqlalchemy error ( #34768 )
2025-08-20 18:00:06 -07:00
PolinaFam
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
Maxime Beauchemin
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
dependabot[bot]
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
Joe Li
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
dependabot[bot]
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
a82e310600
feat: improve perf of CSV uploads ( #34603 )
2025-08-20 08:53:02 -04:00
dependabot[bot]
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
Evan Rusackas
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
89eb7b207c
fix(sqllab): Invisible grid table due to the invalid height ( #34683 )
2025-08-19 10:09:39 -07:00
Michael S. Molina
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
f8b9e3ace4
fix(sqllab): Reduce flushing caused by ID updates ( #34720 )
2025-08-19 09:16:57 -07:00
JUST.in DO IT
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
f7fe617f4c
fix(RightMenu): Move RightMenu carets to the right side ( #34756 )
2025-08-19 08:41:03 -07:00
Maxime Beauchemin
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
6969f2cf7a
fix: Highlight outline of numerical range and time range filters ( #34705 )
2025-08-19 14:16:03 +02:00
SBIN2010
852adaa6cc
feat: conditional formatting improvements in tables ( #34330 )
2025-08-18 15:13:16 -07:00
Maxime Beauchemin
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
31e2143c84
feat(api): Added uuid filed support to dataset, chart, dashboard API ( #29573 )
2025-08-18 13:05:16 -07:00
Rafael Benitez
b89e0d74be
fix(theming): Some visual issues ( #34676 )
2025-08-18 20:15:17 +03:00
Fabian Halkivaha
1127ab6c07
chore(deps): downgrade pyarrow to v16 ( #34693 )
2025-08-18 10:05:42 -07:00
Kamil Gabryjelski
8d210fc7b8
fix: Table chart server side pagination not working on dashboard ( #34660 )
2025-08-18 18:43:44 +02:00
Rafael Benitez
8acb2fb700
fix(dashboard): Remove Tab from Dashboard Confirm Modal themed ( #34708 )
2025-08-18 09:40:34 -07:00
Rafael Benitez
a3cbc9755f
fix(dashboard): Titles tooltip flickering ( #34706 )
2025-08-18 18:04:03 +03:00
Daniel Vaz Gaspar
28788fd1fa
fix: centralize cache timeout -1 logic to prevent caching ( #34654 )
2025-08-18 08:45:20 +01:00
amaannawab923
21790814db
fix(ag-grid): Fix broken string column filters in AG Grid Table V2 ( #34686 )
2025-08-18 08:37:35 +03:00
Trent Schmidt
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
Maxime Beauchemin
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
fc95c4fc89
fix: Timeseries annotation layers ( #34709 )
2025-08-15 12:59:30 -03:00
Richard Fogaca Nienkotter
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
2403d8d584
docs: CVEs added to 5.0.0 and 4.1.3 documentation ( #34701 )
2025-08-14 10:34:16 -07:00
Kamil Gabryjelski
47874318df
fix: Invalid error tooltip if control label is function ( #34698 )
2025-08-14 16:52:50 +02:00
Kamil Gabryjelski
f6353bd1e8
fix: Bar chart crash when switching from Big Number ( #34671 )
2025-08-14 15:24:23 +02:00
JUST.in DO IT
1101182654
fix(bootstrapData): Missing application_root data throws an error ( #34680 )
2025-08-14 08:59:19 -03:00
Maxime Beauchemin
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
bce476c4a2
feat(extension): Add extension for chart header ( #34678 )
2025-08-13 14:40:42 -07:00
Mehmet Salih Yavuz
ecfb9f7d7c
fix(row_level_security): Correct api response code for update ( #34672 )
2025-08-13 23:51:10 +03:00
Kasia
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
1a57e50bd6
refactor: Migrate ExploreChartPanel to typescript ( #34606 )
2025-08-13 09:35:01 -07:00
Mehmet Salih Yavuz
f3884a2db8
fix(theming): Theming visual fixes p5 ( #34585 )
2025-08-13 15:03:01 +03:00
Mehmet Salih Yavuz
cb899f691b
fix(csv_tests): Import from utils ( #34664 )
2025-08-12 15:55:53 -07:00
Evan Rusackas
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
34e10f5972
fix(superset-ui-core): Include appRoot in endpoint of SupersetClientClass.postForm action ( #34395 )
2025-08-12 14:26:04 -07:00
Beto Dealmeida
e88096f75c
fix(presto): return proper data type for column ( #34304 )
2025-08-12 14:13:59 -07:00
Le Xich Long
6d827cf905
fix(security): grant TableSchemaView to only sql_lab role ( #32340 )
2025-08-12 13:45:36 -07:00
natilehrer
ab13166e41
fix: activity table delta time ( #33503 )
2025-08-12 13:39:31 -07:00
Dog foot ruler
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
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
Maxime Beauchemin
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
f50cbd7958
feat: add @sadpandajoe to migrations CODEOWNERS ( #34663 )
2025-08-12 13:26:33 -07:00
Elizabeth Thompson
2465ab4a98
chore: add more csv tests ( #32663 )
2025-08-12 13:26:10 -07:00
Đỗ Trọng Hải
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
Häbu
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
Kasia
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
e2a9f2dead
chore: Increase memory limit on webpack ts checker plugin ( #34653 )
2025-08-12 18:55:38 +02:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
3c17ff8445
chore: Refactor Menu.Item and cleanup console errors ( #34536 )
2025-08-12 16:57:23 +03:00
Kamil Gabryjelski
57d0e78d40
feat: Tiled screenshots in Playwright reports ( #34561 )
2025-08-12 08:09:01 +02:00
Gabriel Torres Ruiz
ae986903b3
fix(webpack): webpack warnings ( #34645 )
2025-08-11 22:40:11 -07:00
dependabot[bot]
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
PolinaFam
9efa9898ff
fix: update Russian translations ( #34005 )
...
Co-authored-by: Polina Fam <pfam@ptsecurity.com >
2025-08-11 22:39:38 -07:00
Vitor Avila
22b44421a4
fix: Fix Slice import on has_drill_by_access ( #34644 )
2025-08-11 19:51:15 -03:00
Vitor Avila
02924b3c74
fix: Slack channels and Color Palettes search ( #34641 )
2025-08-11 15:53:28 -03:00
Elizabeth Thompson
99539c786e
fix(initialization): prevent startup failures when database tables don't exist ( #34584 )
2025-08-11 10:49:52 -07:00
Evan Rusackas
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
370a24da81
fix(Dashboards): Tabs highlight and dataset contrast in darkmode issues ( #34602 )
2025-08-11 18:42:17 +02:00
Vitor Avila
732506b3fa
fix: Use labels in Drill to Detail ( #34620 )
2025-08-11 10:25:25 -03:00
Mehmet Salih Yavuz
1af9c8dba2
fix(DatabaseModal): Don't set activeKey to undefined repeatedly ( #34636 )
2025-08-11 16:07:47 +03:00
Joe Li
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
ad592c717e
fix: Reset description height to zero when chart is not expanded ( #33843 )
2025-08-07 12:51:46 -07:00
SBIN2010
38e15196f2
fix(Heatmap): addin x axis label rotation ( #34239 )
2025-08-07 12:27:35 -07:00
dependabot[bot]
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
dependabot[bot]
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
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
1e1310dbd8
chore(helm): bump app version to 5.0.0 ( #33889 )
2025-08-07 07:32:01 -07:00
Mehmet Salih Yavuz
adaae8ba15
fix(Timeshift): Determine temporal column correctly ( #34582 )
2025-08-07 15:20:34 +03:00
Joe Li
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
3e12d97e8e
fix(echart): broken aggregator due to bigint value ( #34580 )
2025-08-06 15:22:04 -03:00
dependabot[bot]
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
dependabot[bot]
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
53e9cf6d17
fix: navigate to SQL Lab due to router api updates ( #34569 )
2025-08-06 11:54:10 -03:00
Damian Pendrak
5a004590e0
feat(deckgl): add selected cross-filter indication ( #34322 )
2025-08-06 17:53:54 +03:00
Levis Mbote
53503e32ae
fix(Table chart): fix percentage metric column ( #34175 )
2025-08-06 17:51:02 +03:00
Maxime Beauchemin
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
6f5d9c989a
fix(echarts): rename time series shifted without dimensions ( #34541 )
2025-08-05 18:29:55 -07:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
yousoph
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
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
8700a0b939
fix(table chart): render bigint value in a raw mode ( #34556 )
2025-08-05 13:11:28 -07:00
Mehmet Salih Yavuz
d843fef2ce
fix(theming): More theming bugs/regressions ( #34507 )
2025-08-05 23:07:35 +03:00
Vitor Avila
f45654c03c
chore: Rename dataset creation buttons ( #34544 )
2025-08-05 15:24:51 -03:00
Mehmet Salih Yavuz
761daec53d
feat(timeshift): Add support for date range timeshifts ( #34375 )
2025-08-05 19:31:40 +03:00
Vitor Avila
407fb67f1e
fix: Avoid null scrollLeft in VirtualTable ( #34545 )
2025-08-05 09:25:47 -03:00
Vitor Avila
49689eec6c
feat: Enable drilling in embedded ( #34319 )
2025-08-05 02:23:00 -03:00
Maxime Beauchemin
791ea9860d
fix(explore): Fix missing await for async buildV1ChartDataPayload calls ( #34528 )
2025-08-04 15:08:34 -07:00
JUST.in DO IT
2f8939d229
fix(native filters): throws an error when a chart containing a bigint value ( #34539 )
2025-08-04 16:17:06 -03:00
JUST.in DO IT
ccf6290120
chore(core): Add drawer to core ui components ( #34515 )
2025-08-04 11:06:29 -07:00
dependabot[bot]
96a1aa60e8
chore(deps): update gh-pages requirement from ^6.2.0 to ^6.3.0 in /superset-frontend/packages/superset-ui-demo ( #34444 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-03 00:38:12 -07:00
dependabot[bot]
2ea0368c2d
chore(deps-dev): bump @types/classnames from 2.3.0 to 2.3.4 in /superset-frontend ( #34478 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-03 00:36:27 -07:00
dependabot[bot]
9e407e4e80
chore(deps): bump dom-to-image-more from 3.5.0 to 3.6.0 in /superset-frontend ( #34482 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-03 00:11:29 -07:00
dependabot[bot]
360e58c181
chore(deps): bump @deck.gl/core from 9.1.13 to 9.1.14 in /superset-frontend ( #34480 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-03 00:11:13 -07:00
dependabot[bot]
22d5eb7835
chore(deps-dev): bump tsx from 4.19.4 to 4.20.3 in /superset-frontend ( #34484 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-03 00:10:12 -07:00
dependabot[bot]
7c4a77a909
chore(deps-dev): bump @babel/compat-data from 7.27.2 to 7.28.0 in /superset-frontend ( #34485 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-03 00:09:55 -07:00
Evan Rusackas
4e209e51d0
fix(sqllab): prevent strings with angle brackets from being hidden ( #34512 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-02 22:53:17 -07:00
Ville Brofeldt
7191ae55c8
fix: docs eslint command ( #34520 )
2025-08-02 16:49:23 -07:00
Ville Brofeldt
17725ebc83
chore: use logger on all migrations ( #34521 )
2025-08-02 12:19:50 -07:00
JUST.in DO IT
1a7a381bd5
fix(echart): initial chart animation ( #34516 )
2025-08-02 08:41:53 -03:00
dependabot[bot]
daf207e5c2
chore(deps): bump less from 4.3.0 to 4.4.0 in /docs ( #34494 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 17:10:59 -07:00
dependabot[bot]
72294c569f
chore(deps): bump antd from 5.26.3 to 5.26.7 in /docs ( #34495 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 17:10:39 -07:00
dependabot[bot]
792dd08d38
chore(deps-dev): bump @eslint/js from 9.31.0 to 9.32.0 in /docs ( #34497 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 17:09:58 -07:00
dependabot[bot]
1e40e7d02b
chore(deps): bump swagger-ui-react from 5.26.0 to 5.27.1 in /docs ( #34498 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 17:09:29 -07:00
dependabot[bot]
7e98c75f01
chore(deps-dev): bump eslint-config-prettier from 10.1.5 to 10.1.8 in /docs ( #34499 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 17:08:40 -07:00
dependabot[bot]
b18de05ea4
chore(deps-dev): bump webpack from 5.99.9 to 5.101.0 in /docs ( #34500 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 17:08:09 -07:00
dependabot[bot]
9300652277
chore(deps): bump actions/first-interaction from 1 to 2 ( #34459 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 14:02:25 -07:00
yousoph
7c2ec4ca5f
fix: Update table chart configuration labels to sentence case ( #34438 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-01 12:02:42 -07:00
Evan Rusackas
6a83b6fd87
fix(pie chart): Total now positioned correctly with all Legend positions, and respects theming ( #34435 )
2025-08-01 12:00:23 -07:00
Evan Rusackas
659cd33749
fix(echarts): resolve bar chart X-axis time formatting stuck on adaptive ( #34436 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-08-01 09:55:20 -07:00
Maxime Beauchemin
cb27d5fe8d
chore: proper current_app.config proxy usage ( #34345 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 19:27:42 -07:00
Joe Li
6c9cda758a
chore: update chart list e2e and component tests ( #34393 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 17:12:55 -07:00
Mehmet Salih Yavuz
967134f540
fix(theming): Visual bugs p-3 ( #34424 )
2025-08-01 00:26:38 +03:00
dependabot[bot]
25bb353f9d
chore(deps-dev): update jest requirement from ^30.0.2 to ^30.0.4 in /superset-frontend/packages/generator-superset ( #34039 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Rusackas <evan@rusackas.com >
2025-07-31 13:24:18 -07:00
Beto Dealmeida
9cf2472291
fix: time grain and DB dropdowns ( #34431 )
2025-07-31 16:10:04 -04:00
ObservabilityTeam
cf5b976659
fix(dashboard): adds dependent filter select first value fixes ( #34137 )
...
Co-authored-by: Muhammad Musfir <muhammad.musfir@de-cix.net >
2025-07-31 12:39:30 -07:00
yousoph
70394e79ef
feat: Add configurable query identifiers for Mixed Timeseries charts ( #34406 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 12:16:12 -07:00
Kasia
ea64f3122e
chore: Change button labels to sentence case ( #34432 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 12:04:33 -07:00
Kasia
50197fc33e
chore: Add bottom border to top navigation menu ( #34429 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 12:03:38 -07:00
Maxime Beauchemin
c480fa7fcf
fix(migrations): prevent theme seeding before themes table exists ( #34433 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-31 11:35:34 -07:00
Beto Dealmeida
6fc734da51
fix: prevent anonymous code in Postgres ( #34412 )
2025-07-31 08:33:34 -04:00
JUST.in DO IT
762a11b0bb
fix(sqllab): access legacy kv record ( #34411 )
2025-07-31 08:58:10 -03:00
Michael Gerber
f168dd69a8
fix(sunburst): Fix sunburst chart cross-filter logic ( #31495 )
2025-07-30 18:47:02 -07:00
Maxime Beauchemin
becd0b8883
feat: add runtime custom font loading via configuration ( #34416 )
2025-07-30 18:01:37 -07:00
Maxime Beauchemin
fd4570625a
fix(theme-list): reorder buttons to place import leftmost ( #34389 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-30 14:17:23 -07:00
Maxime Beauchemin
54a5b58e40
feat(codespaces): auto-setup Python venv with dependencies ( #34409 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-30 13:57:54 -07:00
Mehmet Salih Yavuz
a611278e04
fix: Console errors from various sources ( #34178 )
...
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com >
2025-07-30 23:32:32 +03:00
dependabot[bot]
5c2eb0a68c
build(deps): bump reselect from 4.1.7 to 5.1.1 in /superset-frontend ( #30119 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: hainenber <dotronghai96@gmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: hainenber <dotronghai96@gmail.com >
2025-07-30 08:54:58 -07:00
dependabot[bot]
0cbf4d5d4d
chore(deps): bump d3-scale from 3.3.0 to 4.0.2 in /superset-frontend/packages/superset-ui-core ( #31534 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: hainenber <dotronghai96@gmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: hainenber <dotronghai96@gmail.com >
Co-authored-by: Đỗ Trọng Hải <41283691+hainenber@users.noreply.github.com >
2025-07-30 08:52:30 -07:00
Hari Kiran
6006a21378
docs(development): fix comment in the dockerfile ( #34391 )
2025-07-29 21:53:46 -07:00
Maxime Beauchemin
bf967d6ba4
fix(charts): Fix unquoted 'Others' literal in series limit GROUP BY clause ( #34390 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-29 17:36:10 -07:00
Hari Kiran
131ae5aa9d
docs(development): fix typo in the dockerfile ( #34387 )
2025-07-29 14:24:18 -07:00
Cesc Bausà
eca28582b6
feat(i18n): update Spanish translations (messages.po) ( #34206 )
2025-07-29 13:49:40 -07:00
Maxime Beauchemin
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
Maxime Beauchemin
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
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
8de8f95a3c
feat: allow creating dataset without exploring ( #34380 )
2025-07-29 15:43:47 -04:00
Maxime Beauchemin
16db999067
fix: rate limiting issues with example data hosted on github.com ( #34381 )
2025-07-29 11:19:29 -07:00
Beto Dealmeida
972be15dda
feat: focus on text input when modal opens ( #34379 )
2025-07-29 14:01:10 -04:00
Maxime Beauchemin
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
32626ab707
fix: use catalog name on generated queries ( #34360 )
2025-07-29 12:30:46 -04:00
dependabot[bot]
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
122bb68e5a
fix: subquery alias in RLS ( #34374 )
2025-07-28 22:58:15 -04:00
Beto Dealmeida
914ce9aa4f
feat: read column metadata ( #34359 )
2025-07-28 22:57:57 -04:00
Gabriel Torres Ruiz
bb572983cd
feat(theming): Align embedded sdk with theme configs ( #34273 )
2025-07-28 19:26:17 -07:00
Đỗ Trọng Hải
ff76ab647f
build(deps): update ag-grid to non-breaking major v34 ( #34326 )
2025-07-29 07:46:55 +07:00
Mehmet Salih Yavuz
f554848c9f
fix(PivotTable): Render html in cells if allowRenderHtml is true ( #34351 )
2025-07-29 01:12:37 +03:00
Hari Kiran
dc0c389488
docs(development): fix 2 typos in the dockerfile ( #34341 )
2025-07-28 15:06:21 -07:00
Beto Dealmeida
22b3cc0480
chore: bump BigQuery dialect to 1.15.0 ( #34371 )
2025-07-28 16:39:18 -04:00
Maxime Beauchemin
604d72cc98
feat: introducing a docker-compose-light.yml for lighter development ( #34324 )
2025-07-28 09:27:07 -07:00
Enzo Martellucci
913e068113
style(FastVizSwitcher): Adjust padding for FastVizSwitcher selector ( #34317 )
2025-07-28 14:39:10 +03:00
Geido
1a4e2173f5
fix(NavBar): Add brand text back ( #34318 )
2025-07-28 12:19:14 +03:00
Ian McEwen
c49789167b
style(chart): restyle table pagination ( #34311 )
2025-07-27 19:39:10 -07:00
Maxime Beauchemin
1be2287b3a
feat(timeseries): enhance 'Series Limit' to support grouping the long tail ( #34308 )
2025-07-25 16:26:32 -07:00
Maxime Beauchemin
e741a3167f
feat: add a theme CRUD page to manage themes ( #34182 )
...
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
2025-07-25 13:26:41 -07:00
Michael S. Molina
5f11f9097a
fix: Charts list is displaying empty dataset names when there's no schema ( #34315 )
2025-07-25 14:07:50 -03:00
Jan Suleiman
8783579aa8
fix(cartodiagram): add missing locales for rendering echarts ( #34268 )
2025-07-25 09:59:28 -07:00
Evan Rusackas
c25b4221f8
fix(npm): more reliable execution of npm run update-maps ( #34305 )
2025-07-25 13:48:05 -03:00
Pius Iniobong
9c771fb2ba
fix: preserve correct column order when table layout is changed with time comparison enabled ( #34300 )
2025-07-25 15:31:33 +03:00
sha174n
7f44992c4b
fix: enhance disallowed SQL functions list for improved security ( #33084 )
2025-07-24 16:36:32 -07:00
Beto Dealmeida
8df5860826
chore: bump sqlglot to latest version (27.3.0) ( #34302 )
2025-07-24 15:38:29 -07:00
Beto Dealmeida
b794b192d1
fix: return 422 on invalid SQL ( #34303 )
2025-07-24 16:40:56 -04:00
Maxime Beauchemin
3177131d52
feat: re-order CRUD list view action buttons ( #34294 )
2025-07-24 12:46:34 -07:00
Enzo Martellucci
89bf77b5c9
fix(theming): Fix visual regressions from theming P7 ( #34237 )
2025-07-24 19:57:50 +02:00
Maxime Beauchemin
30e5684006
fix: address numerous long-standing console errors (python & web) ( #34299 )
2025-07-24 09:50:26 -07:00
Maxime Beauchemin
3f8472ca7b
chore: move some rules from ruff -> pylint ( #34292 )
2025-07-24 09:40:49 -07:00
Beto Dealmeida
efa8cb6fa4
chore: improve sqlglot parsing ( #34270 )
2025-07-24 10:50:59 -04:00
Beto Dealmeida
ab59b7e9b0
feat: make SupersetClient retry on 502-504 ( #34290 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-24 10:46:50 -04:00
Vitor Avila
c99843b13a
fix: Hide View in SQL Lab for users without access ( #34293 )
2025-07-24 10:45:31 -03:00
Fardin Mustaque
da55a6c94a
fix(chart-download): ensure full table or handlebar chart is captured in image export ( #34233 )
2025-07-24 15:47:44 +03:00
LisaHusband
7a1c056374
fix(charting): correctly categorize numeric columns with NULL values ( #34213 )
2025-07-24 15:46:58 +03:00
Michael S. Molina
1e5a4e9bdc
fix: Saved queries list break if one query can't be parsed ( #34289 )
2025-07-24 08:30:04 -03:00
Đỗ Trọng Hải
9b88527883
chore: remove supposedly dev dep html-webpack-plugin from lockfile ( #34288 )
2025-07-24 15:53:16 +07:00
dependabot[bot]
800c1639ec
chore(deps-dev): bump prettier from 3.5.3 to 3.6.2 in /superset-frontend ( #33997 )
2025-07-24 09:38:00 +07:00
Ahmed Habeeb
43775e9373
fix(sqllab_export): manually encode CSV output to support utf-8-sig ( #34235 )
2025-07-23 18:44:56 -07:00
Maxime Beauchemin
9099b0f00d
fix: fix the pre-commit hook for tsc ( #34275 )
...
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
2025-07-23 13:21:54 -07:00
dependabot[bot]
77ffe65773
chore(deps): bump axios from 1.10.0 to 1.11.0 in /docs ( #34285 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-24 00:06:53 +07:00
Damian Pendrak
32f8f33a4f
fix(deckgl): fix deck.gl color breakpoints Control ( #34244 )
2025-07-23 19:25:29 +03:00
Enzo Martellucci
710c277681
style(Button): Vertically align icons across all buttons ( #34067 )
2025-07-23 19:24:55 +03:00
Michael S. Molina
11324607d0
fix: Bulk select is not respecting the TAGGING_SYSTEM feature flag ( #34282 )
2025-07-23 11:33:06 -03:00
Mehmet Salih Yavuz
9c6271136d
fix(theming): Visual regressions p2 ( #34279 )
2025-07-23 16:14:06 +02:00
Maxime Beauchemin
c444eed63e
chore(docker): use editable mode in docker images ( #34146 )
2025-07-22 16:14:31 -07:00
Mehmet Salih Yavuz
1df5e59fdf
fix(theming): Theming visual fixes ( #34253 )
2025-07-23 01:55:32 +03:00
Maxime Beauchemin
77f66e7434
fix: build issues on master with 'npm run dev' ( #34272 )
2025-07-22 15:55:18 -07:00
Maxime Beauchemin
2c81eb6c39
feat(docker): do not include chromium (headless browser) by default in Dockerfile ( #34258 )
2025-07-22 13:12:55 -07:00
Maxime Beauchemin
09c4afc894
feat: introduce comprehensive LLM context guides for AI-powered development ( #34194 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-07-22 12:22:13 -07:00
JUST.in DO IT
229d92590a
fix: Matching errorType on superset api error with SupersetError ( #34261 )
2025-07-22 11:51:42 -07:00
Kamil Gabryjelski
f4f516c64c
fix: Missing ownState and isCached props in Chart.jsx ( #34259 )
2025-07-22 18:58:28 +02:00
Đỗ Trọng Hải
fe1fddde05
feat(docs): migrate ESLint to v9 ( #34207 )
2025-07-22 22:09:45 +07:00
dependabot[bot]
7e67deead7
chore(deps-dev): bump form-data from 4.0.0 to 4.0.4 in /superset-embedded-sdk ( #34262 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-22 21:44:07 +07:00
dependabot[bot]
6e02603098
chore(deps): bump form-data from 4.0.0 to 4.0.4 in /docs ( #34263 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-22 21:43:02 +07:00
dependabot[bot]
4518f6999c
chore(deps): bump form-data from 4.0.1 to 4.0.4 in /superset-frontend ( #34265 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-22 21:42:23 +07:00
SBIN2010
aff847b3af
fix: database model Collapse state ( #34126 )
2025-07-22 15:40:19 +03:00
SBIN2010
b24aca0304
fix: bug when updating dashboard ( #34193 )
2025-07-21 12:02:25 -07:00
dependabot[bot]
2c453035e4
chore(deps): bump on-headers and morgan in /superset-websocket/utils/client-ws-app ( #34215 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-21 11:51:18 -07:00
dependabot[bot]
4fe11869fc
chore(deps): bump on-headers and compression in /superset-frontend ( #34216 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-21 11:38:33 -07:00
Maxime Beauchemin
a0a49f9300
feat: add Claude Code GitHub Action integration ( #34231 )
2025-07-21 09:14:45 -07:00
Mehmet Salih Yavuz
29d2fac485
fix(Chart): Calculate chart height correctly ( #34224 )
2025-07-21 14:12:16 +03:00
Mehmet Salih Yavuz
0c5da6cb5d
fix(theming): World map tooltip color ( #34229 )
2025-07-19 01:32:53 +03:00
Paul Lavacquery
da6947d295
feat(deckgl): add support for OpenStreetMap as our new default and make "tile-providers" more configurable FIX ( #34204 )
2025-07-18 15:25:32 -07:00
Maxime Beauchemin
2db8f809ba
fix: proper handling of boolean filters with snowflake ( #34199 )
...
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net >
2025-07-18 12:13:52 -07:00
Erkka Tahvanainen
5912fad745
fix(dashboard): Fix subitem selection on dashboard download menu ( #33933 )
...
Co-authored-by: Erkka Tahvanainen <erkka.tahvanainen@confidently.fi >
2025-07-18 11:16:19 -07:00
mdusmanalvi
dc41c45bec
feat(pivot-table-chart): Download as pivoted excel ( #33569 )
...
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
2025-07-18 11:12:14 -07:00
Joe Li
88ee90c579
chore: Updates files related to 4.1.3 release ( #34217 )
2025-07-18 09:59:06 -07:00
Gabriel Torres Ruiz
bbb2279644
fix(theming): Superset theme configurations correctly applying to charts ( #34218 )
2025-07-18 16:25:48 +03:00
Maxime Beauchemin
1958df6b83
fix: dataset endpoint /rowlevelsecurity/related/tables doesn't apply filters as expected ( #34192 )
2025-07-17 15:51:03 -07:00
eriks47
58bd3bfcf0
fix(chart): update geographical info for latvia ( #33450 )
2025-07-17 13:32:34 -07:00
Denis Krivenko
d6eb6e08d0
style(helm): Minor reformatting of helm chart templates ( #33736 )
2025-07-17 11:33:09 -07:00
JUST.in DO IT
96cb6030c8
fix(explore): Display missing dataset for denied access ( #34129 )
2025-07-16 13:36:03 -07:00
Jun Yoneyama
94d47113ea
feat(snowflake): Support Snowflake private keys w/o passphrase ( #34156 )
2025-07-16 20:53:41 +02:00
Mehmet Salih Yavuz
f756cee01b
fix(theming): Remove leftover antd5 prefix ( #34188 )
2025-07-16 19:31:14 +03:00
Cesc Bausà
e8926f177d
feat(i18n): add Catalan (ca) translations ( #33953 )
2025-07-16 16:38:51 +02:00
Mehmet Salih Yavuz
16f4516903
chore(Oracle): Update oracle column length to 128 ( #34179 )
2025-07-16 14:58:19 +03:00
Beto Dealmeida
000d353ef3
fix(sqllab): database ID ( #34181 )
2025-07-15 19:37:24 -04:00
Beto Dealmeida
83b6f672ff
fix(databricks): string escaper ( #34180 )
2025-07-15 19:27:55 -04:00
Beto Dealmeida
0dc48e9b41
fix(sqllab): pass DB id instead of name ( #33955 )
2025-07-15 18:43:34 -04:00
Maxime Beauchemin
fe9eef9198
feat: removing dup logic in sqla/models.py and models/helpers.py ( #34177 )
2025-07-15 14:02:57 -07:00
Hari Kiran
8a8248b575
docs(development): Fix typo in the documentation ( #34163 )
2025-07-15 14:30:32 -03:00
Gabriel Torres Ruiz
42d9a78777
feat(theming): Introduce bootstrap-driven Superset theme configurations ( #34144 )
2025-07-15 09:43:08 -07:00
Mehmet Salih Yavuz
31a15c5162
fix(DrillBy): make drill by work with multi metric charts ( #34171 )
2025-07-15 15:25:48 +02:00
SBIN2010
67b21c45df
feat(filter panel): hide filter panel on all dashboard by default. ( #32870 )
2025-07-15 10:47:47 +03:00
SBIN2010
b280ab9e1f
fix: adding and removing tags does not work in control panel properties modal ( #34147 )
2025-07-14 23:20:00 +03:00
Maxime Beauchemin
c42be77c25
feat(i18n): load language pack asynchronously ( #34119 )
2025-07-14 10:59:29 -07:00
Maxime Beauchemin
160917eae8
fix: frontend translation framework crashes on string errors ( #34118 )
2025-07-14 10:23:18 -07:00
Beto Dealmeida
68b84acd93
feat: improve Doris catalog support ( #34140 )
2025-07-14 12:01:08 -04:00
ongdisheng
0aa48b6564
fix(dataset): trigger onChange when switching to physical dataset to clear SQL ( #34153 )
2025-07-14 14:30:05 +03:00
Mehmet Salih Yavuz
0fc1955049
chore(Tags): Sort tags by name if possible ( #34149 )
2025-07-14 11:20:01 +03:00
ongdisheng
8a704d293b
docs: remove duplicated line in Running tests with act section ( #34145 )
2025-07-12 15:25:11 -07:00
Đỗ Trọng Hải
f4754641c8
build(dev-deps): clean up deprecated Babel proposal plugins ( #34125 )
2025-07-12 07:07:56 +07:00
dependabot[bot]
7c98c3f4f6
chore(deps): bump flask-cors from 4.0.2 to 6.0.0 ( #34138 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-11 13:38:13 -07:00
Beto Dealmeida
5a32777dd0
chore: remove unnecessary disables ( #34139 )
2025-07-11 11:25:02 -04:00
Damian Pendrak
7229e1ccf3
feat(deckgl): add new color controls with color breakpoints ( #34017 )
2025-07-11 17:29:26 +03:00
Enzo Martellucci
30695d75d7
fix(DatabaseModal): Resolve Connect button issue for SQLAlchemy URI database connections ( #34112 )
2025-07-11 14:03:36 +03:00
Vitor Avila
75ee4edc6a
fix: Apply metric d3format when currency config is {} for table charts ( #34127 )
2025-07-10 22:44:22 -03:00
dependabot[bot]
d269e3d187
chore(deps): bump react-json-tree from 0.17.0 to 0.20.0 in /superset-frontend ( #33990 )
...
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-10 11:54:59 -07:00
aikawa-ohno
7d0fabe1ab
fix(i18n): Update Japanese translations ( #33974 )
2025-07-10 12:35:44 +03:00
Evan Rusackas
9695249976
fix(screenshots): Change default for SCREENSHOT_PLAYWRIGHT_WAIT_EVENT to domcontentloaded ( #34114 )
2025-07-10 12:33:40 +03:00
dependabot[bot]
17c1a37afb
chore(deps): bump react-error-boundary from 5.0.0 to 6.0.0 in /superset-frontend ( #33486 )
...
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-10 10:38:46 +03:00
Maxime Beauchemin
73dfe57ae2
fix: make flask-cors a core dependency ( #34115 )
2025-07-09 14:54:39 -07:00
Maxime Beauchemin
0d236c4ade
fix: improve login page placement and width ( #34108 )
2025-07-09 11:33:16 -07:00
Maxime Beauchemin
bc0a10fc73
chore: clean up more flask/jinja html views ( #34093 )
2025-07-09 10:16:57 -07:00
Enzo Martellucci
5efca408eb
fix(UI): Adjust background color for Dashboard, Tabs, and ListView component ( #34113 )
2025-07-09 18:41:09 +02:00
Vitor Avila
29f638e239
chore: Improve performance to load chart's save modal ( #34097 )
2025-07-09 12:20:40 -03:00
Vitor Avila
ddeb612429
chore: Improve performance to load the chart properties modal ( #34079 )
2025-07-09 12:19:08 -03:00
SBIN2010
0bc214e889
fix: upload data model Collapse state ( #32734 )
2025-07-09 11:53:10 +03:00
Paul Lavacquery
d951158ce6
feat(deckgl): add support for OpenStreetMap as our new default and make "tile-providers" more configurable ( #33603 )
...
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com >
2025-07-08 14:04:10 -07:00
Richard Fogaca Nienkotter
85034b9748
feat(deck-gl): Enable individual deck.gl layer selection in FilterScope tree ( #33769 )
...
Co-authored-by: richardfn <richard.fogaca@appsilon.com >
Co-authored-by: amaannawab923 <amaannawab923@gmail.com >
2025-07-08 18:37:47 +03:00
dependabot[bot]
11215b092a
chore(deps-dev): bump webpack-dev-server from 4.15.2 to 5.2.1 in /superset-frontend ( #34104 )
...
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-08 21:53:20 +07:00
Damian Pendrak
2129e22423
fix(deps): Revert "chore(deps): update @deck.gl/aggregation-layers requirement from ^9.0.38 to ^9.1.12 in /superset-frontend/plugins/legacy-preset-chart-deckgl" ( #34103 )
2025-07-08 15:13:11 +03:00
Vitor Avila
7ea1fca4f7
feat: Don't show the row limit warning for embedded dashboards by default ( #34095 )
2025-07-08 08:50:25 -03:00
Vitor Avila
9c8fdc0fc1
fix: Apply metric d3format from dataset when currency config is {} ( #34098 )
2025-07-08 08:48:09 -03:00
Joe Li
e25be0f3d9
chore: move auth e2e tests to component tests ( #34057 )
2025-07-07 16:41:44 -07:00
dependabot[bot]
d633fe47ef
chore(deps): bump @fontsource/inter from 5.1.1 to 5.2.6 in /superset-frontend ( #34042 )
...
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-07 16:38:02 -07:00
PolinaFam
c25e734407
fix(translations): Fix language switching behavior when default language is not English ( #34049 )
...
Co-authored-by: Polina Fam <pfam@ptsecurity.com >
2025-07-07 11:57:17 -07:00
Mehmet Salih Yavuz
d8fd6de940
fix(deps): Revert "chore(deps-dev): bump webpack-dev-server from 4.15.2 to 5.2.1 ( #34090 )
2025-07-07 21:20:39 +03:00
Vitor Avila
733f112142
fix: Support metric currency as dict during import ( #34080 )
2025-07-07 14:00:56 -03:00
dependabot[bot]
f55476034b
chore(deps): bump ioredis from 4.28.5 to 5.6.1 in /superset-websocket ( #34029 )
...
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-07 22:07:52 +07:00
amaannawab923
0a5941edd7
feat(viz-type): Ag grid table plugin Integration ( #33517 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
Co-authored-by: Amaan Nawab <nelsondrew07@gmail.com >
Co-authored-by: Levis Mbote <111055098+LevisNgigi@users.noreply.github.com >
Co-authored-by: Enzo Martellucci <52219496+EnxDev@users.noreply.github.com >
Co-authored-by: Paul Rhodes <withnale@users.noreply.github.com >
Co-authored-by: Vitor Avila <96086495+Vitor-Avila@users.noreply.github.com >
Co-authored-by: Đỗ Trọng Hải <41283691+hainenber@users.noreply.github.com >
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com >
2025-07-07 16:50:44 +03:00
Damian Pendrak
0fc4119728
feat(deckgl): add cross-filters to deck.gl charts ( #33789 )
2025-07-07 16:23:27 +03:00
Mehmet Salih Yavuz
6adfd33e3a
fix(Table): Allow timeshifts to be overriden ( #34014 )
2025-07-07 13:20:09 +03:00
Vitor Avila
829e4d92d9
chore: Use select_columns on chart's dashboard filter ( #34075 )
2025-07-05 18:48:30 -03:00
Mehmet Salih Yavuz
42db43c686
fix(styles): Remove custom z-indexes ( #34066 )
2025-07-04 23:47:32 +03:00
Maxime Beauchemin
a0f9efd45e
chore: refactor react-syntax-highlither to handle dark themes ( #34028 )
2025-07-04 11:44:11 -07:00
Maxime Beauchemin
5d6a979cd0
chore: remove some of the deprecated theme.colors.* ( #34056 )
2025-07-04 11:39:03 -07:00
Michael S. Molina
d6ed819fe2
fix: Annotation layer errors ( #34074 )
2025-07-04 15:06:30 -03:00
Pius Iniobong
ef14a5fbb4
feat(filter): Add Slider Range Inputs Option for Numerical Range Filters ( #33170 )
...
Co-authored-by: Geido <60598000+geido@users.noreply.github.com >
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: Mehmet Salih Yavuz <salih.yavuz@proton.me >
2025-07-04 13:31:23 +03:00
dependabot[bot]
4718767ddb
chore(deps): bump tar-fs from 2.1.2 to 3.1.0 in /superset-frontend ( #34059 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 18:41:30 -07:00
dependabot[bot]
dfb377c636
chore(deps): update yeoman-generator requirement from ^7.4.0 to ^7.5.1 in /superset-frontend/packages/generator-superset ( #32928 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 18:33:15 -07:00
dependabot[bot]
7082933b96
chore(deps): bump react from 17.0.2 to 19.1.0 in /superset-frontend/plugins/legacy-plugin-chart-chord ( #32949 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 18:18:08 -07:00
dependabot[bot]
11b6263d55
chore(deps-dev): update fork-ts-checker-webpack-plugin requirement from ^9.0.2 to ^9.1.0 in /superset-frontend/packages/superset-ui-demo ( #33481 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 18:07:25 -07:00
dependabot[bot]
b0cf7b61ad
chore(deps): update @deck.gl/aggregation-layers requirement from ^9.0.38 to ^9.1.12 in /superset-frontend/plugins/legacy-preset-chart-deckgl ( #33485 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 18:06:59 -07:00
dependabot[bot]
96a1b33f22
chore(deps-dev): bump webpack-dev-server from 4.15.2 to 5.2.1 in /superset-frontend ( #32946 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 18:06:06 -07:00
dependabot[bot]
5cff87c048
chore(deps-dev): bump @types/jest from 29.5.14 to 30.0.0 in /superset-frontend/plugins/plugin-chart-handlebars ( #33986 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 17:58:56 -07:00
dependabot[bot]
b9052fa461
chore(deps-dev): bump yeoman-test from 8.3.0 to 10.1.1 in /superset-frontend ( #33496 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 17:43:26 -07:00
dependabot[bot]
0ea2066d5b
chore(deps): bump @storybook/addon-actions from 8.1.11 to 9.0.8 in /superset-frontend/packages/superset-ui-demo ( #33995 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 17:14:57 -07:00
dependabot[bot]
992aa3a4d5
chore(deps): update @types/d3-scale requirement from ^4.0.8 to ^4.0.9 in /superset-frontend/plugins/plugin-chart-word-cloud ( #32441 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 17:08:17 -07:00
dependabot[bot]
36c7b15342
chore(deps): update dompurify requirement from ^3.2.4 to ^3.2.6 in /superset-frontend/plugins/legacy-preset-chart-nvd3 ( #32082 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 17:07:49 -07:00
dependabot[bot]
2ab85f3b67
chore(deps): bump remark-gfm from 3.0.1 to 4.0.1 in /superset-frontend ( #32945 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 17:05:06 -07:00
dependabot[bot]
1b690a9876
chore(deps): bump @ant-design/icons from 5.6.1 to 6.0.0 in /docs ( #32953 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 17:04:10 -07:00
dependabot[bot]
f18d9b6bf4
chore(deps-dev): bump typescript from 5.6.2 to 5.7.3 in /superset-websocket ( #32439 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 17:02:10 -07:00
dependabot[bot]
ebca5169a0
chore(deps-dev): update @types/lodash requirement from ^4.17.16 to ^4.17.20 in /superset-frontend/packages/superset-ui-core ( #32080 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 17:00:42 -07:00
dependabot[bot]
b9ba4d6fda
chore(deps-dev): bump cheerio from 1.0.0-rc.10 to 1.1.0 in /superset-frontend ( #33991 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 16:58:59 -07:00
dependabot[bot]
20371940d3
chore(deps-dev): bump webpack-visualizer-plugin2 from 1.1.0 to 1.2.0 in /superset-frontend ( #33989 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 16:58:13 -07:00
dependabot[bot]
ee4944bc1a
chore(deps-dev): update fs-extra requirement from ^11.2.0 to ^11.3.0 in /superset-frontend/packages/generator-superset ( #32093 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 16:41:38 -07:00
dependabot[bot]
5a1023da89
chore(deps): update @types/geojson requirement from ^7946.0.15 to ^7946.0.16 in /superset-frontend/plugins/legacy-preset-chart-deckgl ( #32077 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 16:27:45 -07:00
dependabot[bot]
4b94d25869
chore(deps): bump @emotion/styled from 11.3.0 to 11.14.0 in /superset-frontend ( #31560 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 15:50:51 -07:00
dependabot[bot]
2ceced71c5
chore(deps-dev): update jest requirement from ^30.0.2 to ^30.0.4 in /superset-frontend/plugins/plugin-chart-handlebars ( #34034 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 15:32:17 -07:00
Vladislav Korenkov
9f0523977d
feat(plugin-chart-echarts): add Gantt Chart plugin ( #33716 )
2025-07-03 14:23:50 -07:00
Joe Li
cb6342fc73
fix: Update spacing on echart legends ( #34018 )
2025-07-03 13:33:15 -07:00
dependabot[bot]
5214ee6fd4
chore(deps-dev): update jest requirement from ^30.0.2 to ^30.0.4 in /superset-frontend/plugins/plugin-chart-pivot-table ( #34036 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Li <joe@preset.io >
2025-07-03 12:58:28 -07:00
dependabot[bot]
7b3329f315
chore(deps-dev): update @types/lodash requirement from ^4.17.16 to ^4.17.20 in /superset-frontend/plugins/plugin-chart-handlebars ( #34037 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Li <joe@preset.io >
2025-07-03 12:57:42 -07:00
Vladislav Korenkov
d1b372f670
fix(chart controls): remove duplicated descriptions for chart controls ( #33954 )
2025-07-03 16:01:59 -03:00
dependabot[bot]
09c657c899
chore(deps-dev): update @babel/types requirement from ^7.26.9 to ^7.28.0 in /superset-frontend/plugins/plugin-chart-pivot-table ( #34038 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Li <joe@preset.io >
2025-07-03 11:44:21 -07:00
dependabot[bot]
24500e99f8
chore(deps): bump ace-builds from 1.43.0 to 1.43.1 in /superset-frontend ( #34043 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 09:39:22 -07:00
dependabot[bot]
b2a173977e
chore(deps): bump mapbox-gl from 2.15.0 to 3.13.0 in /superset-frontend ( #34008 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 09:38:26 -07:00
dependabot[bot]
8be79f4170
chore(deps-dev): bump @types/lodash from 4.17.13 to 4.17.20 in /superset-websocket ( #34035 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 09:37:47 -07:00
dependabot[bot]
debaf8d6e9
chore(deps): bump @emotion/styled from 11.14.0 to 11.14.1 in /superset-frontend ( #33992 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 09:35:41 -07:00
dependabot[bot]
1133d84775
chore(deps-dev): bump @applitools/eyes-storybook from 3.53.4 to 3.55.6 in /superset-frontend ( #33987 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 09:34:07 -07:00
Maxime Beauchemin
8c4ca60b28
fix(styling): various minor visual tweaks and adjustments ( #34031 )
2025-07-03 08:55:28 -07:00
dependabot[bot]
90eded1a04
chore(deps-dev): bump prettier from 3.4.2 to 3.6.2 in /superset-websocket ( #34033 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 22:46:56 +07:00
dependabot[bot]
093ee37aac
chore(deps): bump swagger-ui-react from 5.25.3 to 5.26.0 in /docs ( #34041 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 22:45:37 +07:00
Titan_gamini
23b1fe3b9e
fix(dashboard): prevent crash on invalid CSS selectors in CSS templates ( #33971 )
...
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me >
2025-07-03 09:48:09 +03:00
Đỗ Trọng Hải
42288c4784
build(dev-deps): upgrade Jest to major version v30 ( #33979 )
2025-07-03 11:01:40 +07:00
Vitor Avila
c008190a08
fix: Dashboard native filter fixes ( #33958 )
2025-07-02 23:08:42 -03:00
dependabot[bot]
2734688f4f
chore(deps): bump hot-shots from 10.2.1 to 11.1.0 in /superset-websocket ( #34004 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-02 16:36:41 -07:00
dependabot[bot]
e3d8326d81
chore(deps-dev): bump @docusaurus/tsconfig from 3.8.0 to 3.8.1 in /docs ( #34003 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-02 16:35:44 -07:00
dependabot[bot]
e1ab27f484
chore(deps): bump ace-builds from 1.41.0 to 1.43.0 in /superset-frontend ( #34002 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-02 16:35:24 -07:00
dependabot[bot]
d1d43be9d1
chore(deps): bump swagger-ui-react from 5.25.2 to 5.25.3 in /docs ( #34001 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-02 16:35:00 -07:00
dependabot[bot]
f9cec3e366
chore(deps-dev): bump eslint from 9.27.0 to 9.30.0 in /superset-websocket ( #34000 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-02 16:34:29 -07:00
dependabot[bot]
f92431176a
chore(deps-dev): bump @babel/cli from 7.26.4 to 7.27.2 in /superset-frontend ( #33985 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-02 16:31:35 -07:00
dependabot[bot]
c31daf8c92
chore(deps): bump actions/cache from 3 to 4 ( #33999 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-02 09:14:28 -07:00
Alexandru Soare
c74fae9663
feat(flag): Added feature_flag for superset security_views ( #34023 )
2025-07-02 14:31:09 +03:00
LisaHusband
308007f909
fix(handlebars): remove serverPaginationControlSetRow from control pa… ( #34016 )
2025-07-01 22:38:01 +03:00
dependabot[bot]
9aaab7374e
chore(deps): bump antd from 5.25.1 to 5.26.3 in /docs ( #33982 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-01 12:13:51 -07:00
Gabriel Torres Ruiz
057218d87f
feat: Add confirmation modal for unsaved changes ( #33809 )
2025-07-01 19:38:51 +03:00
Đỗ Trọng Hải
050ccdcb3d
chore: replace querystring usage with native URLSearchParams API ( #33967 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2025-07-01 07:17:35 +07:00
Hugo Ferrando Seage
09d975cc3f
docs: Fix typo in UPDATING.md regarding translations in version 5.0.0 ( #33972 )
2025-06-30 23:44:56 +07:00
xavier-GitHub76
1d2a40f69b
fix(explore): Change dataset icon on explore to match datasets view ( #33977 )
2025-06-30 19:21:20 +03:00
Beto Dealmeida
1a57601fe6
chore: pin Marshmallow < 4 ( #33978 )
2025-06-30 11:41:37 -04:00
Mehmet Salih Yavuz
09736ee42c
feat(Table): Add infrastructure to override time shifts ( #33947 )
2025-06-30 16:32:43 +03:00
Đỗ Trọng Hải
2e9939baf2
chore(build): refactor plugin build script to remove unused stanzas ( #33887 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2025-06-27 13:52:22 -07:00
125m125
6af8ce6bb8
docs: pypi-installation on Ubuntu 24.04 and statsd package for event-logging ( #32891 )
2025-06-27 13:52:00 -07:00
Éric Brison
8d2c51c945
chore(translations): Update FR language ( #33934 )
2025-06-27 10:24:36 -07:00
Đỗ Trọng Hải
580738cea0
build(be/deps): upgrade urllib3 to major v2 ( #33927 )
...
Signed-off-by: hainenber <dotronghai96@gmail.com >
2025-06-27 10:21:30 -07:00
Đỗ Trọng Hải
1a54b761c1
feat(db): remove Rockset DB support ( #33929 )
2025-06-27 23:12:54 +07:00
Sam Firke
7f5f577daa
docs(security): add Q&A related to CVE scans to FAQ ( #33936 )
2025-06-27 11:34:24 -04:00
Martin Morset
e3cbbca4f9
fix: Theme logo links to external superset site ( #33949 )
2025-06-27 12:08:42 +02:00
Maxime Beauchemin
b7ad8dba89
fix(dremio): apply same fix as for drill to solve alias ambiguity ( #33939 )
2025-06-27 08:22:29 +01:00
Luke Hart
ede3de0ca0
fix(rls): removing unnecessary wrapper ( #33942 )
2025-06-27 13:02:10 +07:00
SBIN2010
8ee5505b61
fix(plugin-chart-echarts): correct label position for Negative Values bar chart ( #32849 )
2025-06-26 16:26:44 -07:00
Fredrik Hyyrynen
eec563b0b4
fix: add suffix to Drill labels to avoid collision ( #32857 )
...
Co-authored-by: Fredrik Hyyrynen <fredrik.hyyrynen@ngm.se >
Co-authored-by: Evan Rusackas <evan@rusackas.com >
Co-authored-by: pre-commit <pre-commit@users.noreply.github.com >
2025-06-26 11:28:05 -07:00
Vitor Avila
a56d7252c2
fix: Consider default catalog when getting tables and view lists ( #33916 )
2025-06-26 13:55:10 -03:00
Đỗ Trọng Hải
8b5afc6f29
fix(fe/user_info): resolve visual oddities in User Info page ( #33923 )
2025-06-26 12:26:14 +02:00
Mehmet Salih Yavuz
f802474b07
chore(superset-embedded-sdk): bump version for theming ( #33910 )
2025-06-25 21:00:30 +03:00
Enzo Martellucci
11a9f2fe4c
style(AsyncAceEditor): make Ace gutter line color theme-aware ( #33909 )
2025-06-25 17:27:01 +03:00
Mehmet Salih Yavuz
0cff7619f2
feat(Dashboard): Row limit warning in dashboards ( #33781 )
2025-06-25 14:47:58 +02:00
Mehmet Salih Yavuz
a13a590796
feat(User Registrations): Migrate user registrations fab view ( #33631 )
2025-06-25 14:26:21 +02:00
Enzo Martellucci
e0e3f94949
fix(theming): Fix visual regressions from theming P6 ( #33898 )
2025-06-25 13:33:13 +02:00
Abhinav Kumar
6876a1e684
fix: Correct state handling in CSS Template modal ( #33846 )
2025-06-24 19:15:08 -03:00