Commit Graph

14379 Commits

Author SHA1 Message Date
Jack
ea83e9f9a7 fix(alerts/reports): implementing custom_width as an Antd number input (#27260) 2024-03-19 08:36:07 -03:00
Ville Brofeldt
f1f20e436c fix(postprocessing): resample with holes (#27487)
(cherry picked from commit 7f19d296b1)
2024-03-19 08:32:21 -03:00
Beto Dealmeida
51f904c42c fix: check if guest user modified query (#27484)
(cherry picked from commit 735b895dd5)
2024-03-14 09:22:40 -03:00
Evan Rusackas
553a469dba fix(webpack): remove double-dotted file extensions in webpack config (#27471)
(cherry picked from commit 47ae9d4cc3)
2024-03-14 09:22:40 -03:00
Mark Skelton
a15975d3af fix(dashboard): Only fetch CSS templates for dashboard header menu when in edit mode (#27411)
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
2024-03-14 09:20:59 -03:00
Jack
09caaca251 fix(Alerts & Reports): Fixing bug that resets cron value to default when empty (#27262) 2024-03-14 09:19:05 -03:00
Jack
1136606453 fix(deps): resolving canvg and html2canvas module not found (#27315)
(cherry picked from commit 5915851ba3)
2024-03-14 09:16:28 -03:00
JUST.in DO IT
7b3d289a9f fix: missing shared color in mixed timeseries (#27403)
(cherry picked from commit 9ced2552db)
2024-03-07 16:26:41 -03:00
JUST.in DO IT
ee8be59fdc fix(sqllab): Close already removed tab (#27391)
(cherry picked from commit 5107cc0fd9)
2024-03-07 15:06:40 -03:00
Vitor Avila
e84b2a3ba1 fix(API): Updating assets via the API should preserve ownership configuration (#27364)
(cherry picked from commit 66bf70172f)
2024-03-07 15:06:40 -03:00
Daniel Vaz Gaspar
4b5de7d203 fix: improve explore REST api validations (#27395)
(cherry picked from commit a3d2e0bf44)
2024-03-07 15:06:40 -03:00
Aleksey Karpov
efd305eb8d fix(docker): Remove race condition when building image (#26205)
(cherry picked from commit f68dd8293f)
2024-03-07 15:06:40 -03:00
Michael S. Molina
4972fbe751 fix: Results section in Explore shows an infinite spinner (#27366)
(cherry picked from commit 231e659b56)
2024-03-04 11:08:46 -05:00
nigzak
16e5eddeb6 chore: numexpr to fix CVE-2023-39631⁠ (2.8.4 => 2.9.0) (#27187)
Co-authored-by: Stefan Arnold <stefan.st.arnold@mercedes-benz.com>
2024-03-04 10:56:48 -05:00
Michael S. Molina
6ddaf1cf02 fix: Heatmap numeric sorting (#27360)
(cherry picked from commit fe2f5a7be9)
2024-03-04 10:45:41 -05:00
Ross Mabbett
d8c4a7a067 fix(dashboard): table chart drag preview overflowing container (#27308)
(cherry picked from commit ad3995daf6)
2024-03-04 10:45:41 -05:00
Joe Li
039afe8c99 chore: bump cryptography minimum to 42.0.4 (#27281)
(cherry picked from commit 371f2ab851)
2024-02-29 14:15:49 -05:00
JUST.in DO IT
da6a25780e fix(sqllab): invalid dump sql shown after closing tab (#27295) 2024-02-29 14:06:27 -05:00
goto-loop
c39e16e624 fix(plugin-chart-echarts): calculate Gauge Chart intervals correctly when min value is set (#27285)
(cherry picked from commit d65f64d1ce)
2024-02-29 13:43:48 -05:00
Michael S. Molina
22e3419e36 fix: Incorrect data type on import page (#27307)
(cherry picked from commit fa04eec2d5)
2024-02-29 13:43:48 -05:00
Michael S. Molina
e80179a056 fix: Data zoom with horizontal orientation (#27291)
(cherry picked from commit 7854b622a3)
2024-02-29 13:43:48 -05:00
Michael S. Molina
254f1ae512 fix: Navigating to an invalid page index in lists (#27273) 2024-02-29 13:43:26 -05:00
Michael S. Molina
38bc2d3b02 fix: Inoperable dashboard filter slider when range is <= 1 (#27271)
Co-authored-by: Justin Francos <jfrancos@manifold.ai>
(cherry picked from commit ce9e4b4b77)
2024-02-27 15:39:22 -05:00
James O'Claire
dc493fe7af fix(import-datasources): Use "admin" user as default for importing datasources (#27154) 2024-02-27 15:39:01 -05:00
Michael S. Molina
0d2cf7c938 fix: Sorting charts/dashboards makes the applied filters ineffective (#27258)
(cherry picked from commit 8b4dce71d6)
2024-02-27 15:34:09 -05:00
Evan Rusackas
744e403b0c fix(trino): bumping trino to fix hudi schema fetching (#27213) 2024-02-27 15:33:49 -05:00
Jack
a1ebdd70b1 fix(reports): fixing unit test (#27236)
(cherry picked from commit 6278315072)
2024-02-27 15:30:12 -05:00
John Bodley
e687525524 fix(sqlglot): Address regressions introduced in #26476 (#27217)
(cherry picked from commit 2c564817f1)
2024-02-27 15:30:12 -05:00
Michael S. Molina
51f3591139 chore: Removes Chromatic workflow and dependencies (#27232) 2024-02-27 15:29:53 -05:00
Daniel Vaz Gaspar
465bce1480 fix: bump FAB to 4.4.1 (perf issue) (#27233)
(cherry picked from commit 62cf0365e9)
2024-02-27 15:24:28 -05:00
Daniel Vaz Gaspar
303b654a60 fix: setting important lower bounds versions on requirements (#27167) 2024-02-23 10:17:33 -05:00
Beto Dealmeida
ee7eec60ea fix: no limit in SELECT * for TOP dbs (#27215)
(cherry picked from commit c54fbe6e96)
2024-02-23 10:03:26 -05:00
Michael S. Molina
8706879755 fix: Failed to execute importScripts on worker-css (#27191)
(cherry picked from commit 983a1646c4)
2024-02-22 16:28:12 -05:00
JUST.in DO IT
fc28da0a7b fix(sqllab): typeahead search is broken in db selector (#27181)
(cherry picked from commit 8fbaf84f66)
2024-02-22 16:26:08 -05:00
Daniel Vaz Gaspar
9a842dc1ea fix(ci): mypy pre-commit issues (#27161)
(cherry picked from commit 8dc6cbe206)
2024-02-22 16:03:35 -05:00
Daniel Vaz Gaspar
4b56670aa2 feat: bump FAB to 4.4.0 (#27159)
(cherry picked from commit f7c5773a97)
2024-02-22 11:54:47 -05:00
Michael S. Molina
c839c5734a fix: Duplicated toast messages (#27135) 2024-02-22 11:49:58 -05:00
Michael S. Molina
7ab62e1aaa fix: Plain error message when visiting a dashboard via permalink without permissions (#27132) 2024-02-22 11:46:49 -05:00
Joe Li
0308095a22 chore: lower cryptography min version to 41.0.2 (#27129)
(cherry picked from commit d2910b0b87)
2024-02-22 11:45:14 -05:00
Stepan
c94a4609bb fix(pivot-table-v2): Added forgotten translation pivot table v2 (#22840)
(cherry picked from commit 60fe58196a)
2024-02-22 11:45:14 -05:00
Michael S. Molina
c743822031 fix: RLS modal overflow (#27128)
(cherry picked from commit 506ea756ad)
2024-02-22 11:45:13 -05:00
Daniel Vaz Gaspar
02d754e7c8 fix: gevent upgrade to 23.9.1 (#27112) 2024-02-22 11:43:58 -05:00
Daniel Vaz Gaspar
f5dc821f3d fix: bump grpcio, urllib3 and paramiko (#27124)
(cherry picked from commit e43097329f)
2024-02-22 11:42:29 -05:00
Daniel Vaz Gaspar
8819157336 fix: upgrade cryptography to major 42 (#27113)
(cherry picked from commit 152cd70b5f)
2024-02-22 11:01:10 -05:00
Michael S. Molina
a57358ec49 fix: Timeseries Y-axis format with contribution mode (#27106)
(cherry picked from commit af577d64b1)
2024-02-22 11:01:09 -05:00
Michael S. Molina
24e7be605b chore: Adds 3.1.1 RC1 data to CHANGELOG.md 3.1.1rc1 2024-02-14 10:53:29 -05:00
Kamil Gabryjelski
4f839ef2d1 fix: Drill by with GLOBAL_ASYNC_QUERIES (#27066) 2024-02-13 11:14:09 -05:00
Daniel Vaz Gaspar
534e8f394e fix: bump FAB to 4.3.11 (#27039) 2024-02-13 10:45:41 -05:00
Daniel Vaz Gaspar
10c9a7f0e2 fix: chart import validation (#26993) 2024-02-13 10:39:22 -05:00
dependabot[bot]
4704380b2a build(deps): bump csstype from 2.6.9 to 3.1.3 in /superset-frontend (#26716)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-13 10:37:34 -05:00