Mehmet Salih Yavuz
|
8dbbbbf136
|
fix(dashboard): Navigate to new dashboard when saved as a new one (#35339)
(cherry picked from commit 891f826143)
|
2025-10-03 11:27:41 -07:00 |
|
Mehmet Salih Yavuz
|
e61a0dd619
|
fix(theming): CRUD view padding (#35321)
(cherry picked from commit 0e2fb1d1a3)
|
2025-10-03 11:26:00 -07:00 |
|
amaannawab923
|
24a84a23f2
|
fix(ag-grid-table): remove enterprise features to use community version (#35453)
(cherry picked from commit 96170e43c0)
|
2025-10-03 11:25:32 -07:00 |
|
Beto Dealmeida
|
e4cbc5db4c
|
fix(cache): ensure SQL is sanitized before cache key generation (#35419)
(cherry picked from commit 62dc5c0306)
|
2025-10-02 10:59:44 -07:00 |
|
Beto Dealmeida
|
e0e8d1d177
|
fix(pinot): more functions (#35451)
(cherry picked from commit 3202ff4b3f)
|
2025-10-02 10:57:56 -07:00 |
|
Gabriel Torres Ruiz
|
b47dc64cd5
|
fix(dashboard): exit markdown edit mode when clicking outside of element (#35336)
(cherry picked from commit 553204e613)
|
2025-10-02 10:57:35 -07:00 |
|
Rafael Benitez
|
61bf39f0d5
|
fix(dataset): sort by database in Dataset and Saved queries Issue (#35277)
(cherry picked from commit fe8348c03a)
|
2025-10-02 10:57:19 -07:00 |
|
Beto Dealmeida
|
efbfcd737d
|
fix(pinot): SUBSTR function (#35427)
(cherry picked from commit 30021f8ede)
|
2025-10-02 10:57:00 -07:00 |
|
Beto Dealmeida
|
4c60bd1392
|
fix(pinot): DATE_SUB function (#35426)
(cherry picked from commit f3349388d0)
|
2025-10-02 10:56:46 -07:00 |
|
Antonio Rivero
|
6420d06fc0
|
fix(slice): Fix using isdigit when id passed as int (#35452)
(cherry picked from commit 449a89c214)
|
2025-10-02 10:56:23 -07:00 |
|
Beto Dealmeida
|
51396f0b94
|
fix(pinot): DATE_ADD function (#35424)
(cherry picked from commit 5428376662)
|
2025-10-02 10:56:08 -07:00 |
|
Beto Dealmeida
|
6bb13ef3b4
|
fix(pinot): dialect date truncation (#35420)
Co-authored-by: bito-code-review[bot] <188872107+bito-code-review[bot]@users.noreply.github.com>
(cherry picked from commit aa97d2fe03)
|
2025-10-01 13:15:17 -07:00 |
|
Beto Dealmeida
|
b842eeb893
|
fix: table quoting in DBs with supports_cross_catalog_queries=True (#35350)
(cherry picked from commit 13a164dd63)
|
2025-10-01 13:14:35 -07:00 |
|
Rafael Benitez
|
50e2a06306
|
fix(explore): close unsaved changes modal when discarding changes (#35307)
(cherry picked from commit d8688cf8b1)
|
2025-10-01 13:14:08 -07:00 |
|
Geidō
|
e80f44716c
|
fix(SqlLab): Hit tableschemaview with a valid queryEditorId (#35341)
(cherry picked from commit a66c230058)
|
2025-10-01 13:13:29 -07:00 |
|
Beto Dealmeida
|
94d10af733
|
fix(pinot): restrict types in dialect (#35337)
(cherry picked from commit bf88d9bb1c)
|
2025-09-30 13:52:42 -07:00 |
|
Beto Dealmeida
|
8d49999af6
|
fix: adhoc orderby in explore (#35342)
(cherry picked from commit d51b35f61b)
|
2025-09-30 13:52:30 -07:00 |
|
Beto Dealmeida
|
927c94306e
|
feat: sqlglot dialect for Pinot (#35333)
(cherry picked from commit 4e093a8e2a)
|
2025-09-30 10:55:26 -07:00 |
|
Mehmet Salih Yavuz
|
5074ee0af8
|
fix(doris): Don't set supports_cross_catalog_queries to true (#35332)
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
(cherry picked from commit ef78d2af06)
|
2025-09-30 10:12:35 -07:00 |
|
Geidō
|
7ba76a85f4
|
fix: AceEditor Autocomplete Highlight (#35316)
(cherry picked from commit 90f281f585)
|
2025-09-29 16:14:53 -07:00 |
|
Elizabeth Thompson
|
d9646dedd9
|
fix(DatasourceModal): replace imperative modal updates with declarative state (#35256)
Co-authored-by: Claude <noreply@anthropic.com>
(cherry picked from commit 82e2bc6181)
|
2025-09-29 14:17:28 -07:00 |
|
Gabriel Torres Ruiz
|
ac582322b8
|
fix(sqllab): fix blank bottom section in SQL Lab left panel (#35309)
(cherry picked from commit 784ff82847)
|
2025-09-29 09:45:29 -07:00 |
|
Mehmet Salih Yavuz
|
d2d99d4698
|
fix(DateFilterControl): remove modal overlay style to fix z-index issues (#35292)
(cherry picked from commit 027b25e6b8)
|
2025-09-29 09:42:26 -07:00 |
|
SBIN2010
|
76d13176a1
|
fix(table): New ad-hoc columns retain the name of previous columns (#35274)
(cherry picked from commit b652fab042)
|
2025-09-29 09:42:01 -07:00 |
|
Geidō
|
f6209e1ca9
|
fix: Cosmetic issues (#35122)
|
2025-09-25 16:34:27 -07:00 |
|
Mehmet Salih Yavuz
|
97649d7290
|
fix(BuilderComponentPane): navigation tabs padding (#35213)
(cherry picked from commit 7a9dbfe879)
|
2025-09-25 10:38:10 -07:00 |
|
Giulio Piccolo
|
df0f6f6ec3
|
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>
(cherry picked from commit 0de78d8203)
|
2025-09-25 10:38:00 -07:00 |
|
Beto Dealmeida
|
0a89b306e5
|
fix(SQL Lab): syncTable on new tabs (#35216)
(cherry picked from commit 94686ddfbe)
|
2025-09-24 14:10:52 -07:00 |
|
SBIN2010
|
7263133c52
|
fix(Mixed Chart): Tooltip incorrectly displays numbers with optional Y-axis format and showQueryIdentifiers set to true (#35224)
(cherry picked from commit ec322dfd8d)
|
2025-09-24 14:10:37 -07:00 |
|
Elizabeth Thompson
|
a4e3d21176
|
fix(dashboard): update header border to use colorBorder token (#35199)
Co-authored-by: Claude <noreply@anthropic.com>
(cherry picked from commit b6f6b75348)
|
2025-09-24 13:44:06 -07:00 |
|
Mehmet Salih Yavuz
|
485ff97b0f
|
fix(ConditionalFormattingControl): icon color in dark mode (#35243)
(cherry picked from commit c601341520)
|
2025-09-23 12:01:22 -07:00 |
|
Levis Mbote
|
1621c70b68
|
fix(table-chart): fix cell bar visibility in dark theme (#35211)
(cherry picked from commit ce55cc7dd7)
|
2025-09-23 12:00:51 -07:00 |
|
Gabriel Torres Ruiz
|
13b7bbe9a4
|
feat(bug): defensive code to avoid accesing attribute of a NoneType object (#35219)
(cherry picked from commit 48e1b1ff2c)
|
2025-09-23 12:00:17 -07:00 |
|
Joe Li
|
886f525545
|
chore: Adds RC2 data to CHANGELOG.md
6.0.0rc2
|
2025-09-22 12:30:01 -07:00 |
|
Beto Dealmeida
|
b76a0e1d2d
|
chore: bump sqlglot to 27.15.2 (#35176)
(cherry picked from commit 5ec8f9d886)
|
2025-09-22 10:23:01 -07:00 |
|
Mehmet Salih Yavuz
|
542efcdb11
|
fix(SQLPopover): Use correct component (#35212)
(cherry picked from commit 076e477fd4)
|
2025-09-22 10:22:49 -07:00 |
|
SBIN2010
|
0ac7464649
|
fix: bug in tooltip timeseries chart in calculated total with annotation layer (#35179)
(cherry picked from commit 1e4bc6ee78)
|
2025-09-21 18:30:22 -07:00 |
|
Pat Buxton
|
e5bb8bf0ff
|
fix: Bump pandas to 2.1.4 for python 3.12 (#34999)
(cherry picked from commit db178cf527)
|
2025-09-21 18:30:12 -07:00 |
|
SBIN2010
|
8306b66515
|
fix(Funnel): onInit overridden row_limit to default value on save chart (#35076)
(cherry picked from commit 23bb4f88c0)
|
2025-09-21 18:29:59 -07:00 |
|
Levis Mbote
|
9a0dc23755
|
fix(gantt-chart): fix Y-axis label visibility in dark theme (#35189)
(cherry picked from commit 4130b92966)
|
2025-09-21 18:29:28 -07:00 |
|
marun
|
5561f529f2
|
fix(CrudThemeProvider): Optimized theme loading logic (#35155)
(cherry picked from commit 1bf112a57a)
|
2025-09-21 18:29:03 -07:00 |
|
marun
|
b0ceb2a162
|
fix(embedded): resolve theme context error in Loading component (#35168)
Co-authored-by: Claude <noreply@anthropic.com>
(cherry picked from commit 1f530d45cb)
|
2025-09-21 18:28:36 -07:00 |
|
Maxime Beauchemin
|
7fde43b476
|
fix(viz): resolve dark mode compatibility issues in BigNumber and Heatmap (#35151)
Co-authored-by: Claude <noreply@anthropic.com>
(cherry picked from commit 05c6a1bf20)
|
2025-09-16 13:49:36 -07:00 |
|
SBIN2010
|
99519cd4ce
|
fix: import bug template params (#35144)
(cherry picked from commit c193d6d6a1)
|
2025-09-16 13:49:05 -07:00 |
|
Joe Li
|
9525742b56
|
fix(deck.gl): restore legend display for Polygon charts with linear palette and fixed color schemes (#35142)
Co-authored-by: Claude <noreply@anthropic.com>
(cherry picked from commit fb840b8e71)
|
2025-09-16 13:48:25 -07:00 |
|
Elizabeth Thompson
|
ad7acecbf2
|
fix: Remove emotion-rgba from dependencies and codebase (#35124)
(cherry picked from commit 19ddcb7e5c)
|
2025-09-15 12:00:14 -07:00 |
|
Gabriel Torres Ruiz
|
a423f8ecda
|
fix(ListView): implement AntD pagination for ListView component (#35057)
(cherry picked from commit 36daa2dc3f)
|
2025-09-12 18:56:26 -07:00 |
|
Mehmet Salih Yavuz
|
1265b3d3e5
|
fix(theming): Lighter text colors on dark mode (#35114)
(cherry picked from commit 95333e34b1)
|
2025-09-12 17:09:19 -07:00 |
|
Daniel Vaz Gaspar
|
b2fd9e2fb1
|
fix: Bump FAB to 5.X (#33055)
Co-authored-by: Joe Li <joe@preset.io>
(cherry picked from commit a9fb853e3e)
|
2025-09-12 17:07:53 -07:00 |
|
Michael S. Molina
|
f3163e1c27
|
fix: SQL Lab tab events (#35105)
(cherry picked from commit e729b2dbb4)
|
2025-09-12 16:18:10 -07:00 |
|