Maxime Beauchemin
|
6bfbbbf89e
|
chore: PoC of using ts-migrate
|
2025-06-02 13:49:37 -07:00 |
|
Maxime Beauchemin
|
ef8ba1cbeb
|
fix unit test live
|
2025-06-01 11:32:52 -07:00 |
|
Maxime Beauchemin
|
926d2bf031
|
fix type errors
|
2025-06-01 10:40:59 -07:00 |
|
Maxime Beauchemin
|
bd77f82cc9
|
Merge branch 'master' into template_less
|
2025-06-01 10:23:58 -07:00 |
|
Maxime Beauchemin
|
9c7b676bfc
|
fix Tooltip-related imports/exports
|
2025-05-31 16:06:46 -07:00 |
|
Maxime Beauchemin
|
28db9ad7fc
|
chore: moving reusable components from src/components to packages/superset-ui-core/src/components (#33593)
|
2025-05-31 15:40:05 -07:00 |
|
ethan-l-geotab
|
c09f8f6f76
|
fix(sqllab): save datasets with template parameters (#33195)
|
2025-05-30 19:57:33 -03:00 |
|
Beto Dealmeida
|
401ce56fa1
|
feat: use sqlglot to validate adhoc subquery (#33560)
|
2025-05-30 18:09:19 -04:00 |
|
Beto Dealmeida
|
cf315388f2
|
feat(sqllab): use sqlglot instead of sqlparse (#33542)
|
2025-05-30 17:08:19 -04:00 |
|
Beto Dealmeida
|
f219dc1794
|
chore: make DB syntax errors 400 (#33619)
|
2025-05-30 13:04:04 -04:00 |
|
Vitor Avila
|
ed20d2a917
|
fix(Security): Apply permissions to the AllEntities list/get_objects API endpoint (#33577)
|
2025-05-30 13:39:18 -03:00 |
|
dependabot[bot]
|
235c9d2ebf
|
chore(deps-dev): bump fastify from 4.29.0 to 4.29.1 in /superset-frontend (#33622)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-05-29 16:12:20 -06:00 |
|
Vitor Avila
|
fdea4e21b0
|
feat: current_user_rls_rules Jinja macro (#33614)
|
2025-05-29 11:58:40 -03:00 |
|
Fardin Mustaque
|
e20a08cb14
|
fix: add query identifier to legend items in mixed time series charts (#33519)
|
2025-05-29 14:42:48 +02:00 |
|
Levis Mbote
|
429935a277
|
fix(big number with trendline): add None option to the aggregation method dropdown (#33407)
|
2025-05-29 14:33:04 +02:00 |
|
Mehmet Salih Yavuz
|
58435e3e28
|
feat(Login): Migrate login page to frontend (#33255)
|
2025-05-29 14:22:21 +03:00 |
|
Daniel Vaz Gaspar
|
a4bb11c755
|
chore: bump FAB to 4.7.0 (#33607)
|
2025-05-29 08:34:00 +01:00 |
|
gpchandran
|
f0b6e87091
|
chore: update Dockerfile - Upgrade to 3.11.12 (#33612)
|
2025-05-29 00:31:07 -07:00 |
|
Beto Dealmeida
|
ea5a609d0b
|
feat: implement CVAS/CTAS in sqlglot (#33525)
|
2025-05-28 09:45:59 -04:00 |
|
Beto Dealmeida
|
0abe6eed89
|
feat: implement RLS in sqlglot (#33524)
|
2025-05-28 09:10:45 -04:00 |
|
Beto Dealmeida
|
e205846845
|
feat: implement CTEs logic in sqlglot (#33518)
|
2025-05-28 08:38:00 -04:00 |
|
Enzo Martellucci
|
deef923825
|
feat(Action Logs): Migrate Action Log FAB to React (#33298)
|
2025-05-28 14:08:00 +02:00 |
|
Beto Dealmeida
|
0fa3feb088
|
chore: remove parse_sql (#33474)
|
2025-05-27 18:03:55 -04:00 |
|
Beto Dealmeida
|
1393f7d3d2
|
chore: sql/parse cleanup (#33515)
|
2025-05-27 16:42:04 -04:00 |
|
Michael S. Molina
|
b7ba50033a
|
fix: Makes time compare migration more resilient (#33592)
|
2025-05-27 17:02:10 -03:00 |
|
Michael S. Molina
|
ce9759785a
|
fix: Missing processor context when rendering Jinja (#33596)
|
2025-05-27 16:54:54 -03:00 |
|
Beto Dealmeida
|
8de58b9848
|
feat: use sqlglot to set limit (#33473)
|
2025-05-27 15:20:02 -04:00 |
|
Sam Firke
|
cc8ab2c556
|
chore(alerts & reports): increase Playwright timeout from 30 -> 60 seconds (#33567)
|
2025-05-27 13:22:23 -04:00 |
|
Urban Pettersson
|
1409b1a25b
|
fix: correct typos (#33586)
Co-authored-by: Urban Pettersson <urban.pettersson@alteryx.com>
|
2025-05-27 08:24:17 -07:00 |
|
Enzo Martellucci
|
8e48fdbd6f
|
fix(theming): Fix visual regressions from theming P2/3 (#33587)
|
2025-05-27 11:27:09 +02:00 |
|
amaannawab923
|
bdfb698aa4
|
fix(Radar): Radar chart normalisation (#33559)
Co-authored-by: Amaan Nawab <nelsondrew07@gmail.com>
|
2025-05-26 22:01:17 +03:00 |
|
Luiz Otavio
|
57183da315
|
fix: Adjust viz migrations to also migrate the queries object (#33285)
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
|
2025-05-26 15:00:07 -03:00 |
|
Sam Firke
|
c928f23e1b
|
docs(docker build): add more packages needed for production features (#33566)
|
2025-05-24 19:30:33 -04:00 |
|
dependabot[bot]
|
0c89914a6d
|
chore(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.1.5 in /superset-websocket (#33478)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-05-24 12:52:56 +07:00 |
|
Maxime Beauchemin
|
17ef5b67d1
|
fix native filters styling
|
2025-05-23 16:22:42 -07:00 |
|
Maxime Beauchemin
|
c279d08d5e
|
fix: remove all less styling! (#33445)
Co-authored-by: Enzo Martellucci <enzomartellucci@gmail.com>
Co-authored-by: Mehmet Salih Yavuz <salih.yavuz@proton.me>
|
2025-05-23 14:28:47 -07:00 |
|
dependabot[bot]
|
630e0e0240
|
chore(deps-dev): bump babel-loader from 9.2.1 to 10.0.0 in /superset-frontend (#33489)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-05-23 14:57:36 -06:00 |
|
dependabot[bot]
|
513047c3bb
|
chore(deps): bump less-loader from 11.1.4 to 12.3.0 in /docs (#33488)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-05-23 14:54:30 -06:00 |
|
dependabot[bot]
|
d932837a3c
|
chore(deps-dev): bump eslint from 9.17.0 to 9.27.0 in /superset-websocket (#33477)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-05-23 14:54:15 -06:00 |
|
Richard Fogaca Nienkotter
|
38868f9ff4
|
fix(sankey): incorrect nodeValues (#33431)
Co-authored-by: richardfn <richard.fogaca@appsilon.com>
|
2025-05-23 14:52:58 -06:00 |
|
Beto Dealmeida
|
8013b32f0e
|
chore: remove is_select_query (#33457)
|
2025-05-22 20:53:22 -04:00 |
|
Beto Dealmeida
|
adeed60fe0
|
feat: implement limit extraction in sqlglot (#33456)
|
2025-05-22 20:09:36 -04:00 |
|
Vitor Avila
|
546945e7a6
|
fix(AllEntities): Display action buttons according to the user permissions (#33553)
|
2025-05-22 16:01:26 -03:00 |
|
Giampaolo Capelli
|
5b2f1bbf9e
|
feat(stack by dimension): add a stack by dimension dropdown list (#32707)
Co-authored-by: CAPELLI Giampaolo <giampaolo.capelli@docaposte.fr>
|
2025-05-22 11:10:18 -03:00 |
|
Beto Dealmeida
|
875f538d54
|
fix: text => JSON migration util (#33516)
|
2025-05-22 08:41:38 -04:00 |
|
Mehmet Salih Yavuz
|
2979c30703
|
fix(theming): Duplicate select values bug (#33558)
|
2025-05-22 12:18:07 +02:00 |
|
Mike Klumpenaar
|
b7d3ff1e85
|
fix(user settings): Update forked cosmo theme to resolve down chevron in caret style (#30514) (#30577)
Co-authored-by: garriscp <garriscp@gmail.com>
|
2025-05-21 12:32:51 -06:00 |
|
Beto Dealmeida
|
c03964dc5f
|
chore: remove useless-suppression (#33549)
|
2025-05-21 14:11:58 -04:00 |
|
amaannawab923
|
950a3313d8
|
fix(table): table sort by fix (#33540)
Co-authored-by: Amaan Nawab <nelsondrew07@gmail.com>
Co-authored-by: Geido <60598000+geido@users.noreply.github.com>
|
2025-05-21 15:00:25 +02:00 |
|
Maxime Beauchemin
|
20a17be0f3
|
Merge branch 'master' into template_less
|
2025-05-20 17:18:19 -07:00 |
|