Commit Graph

13977 Commits

Author SHA1 Message Date
Igor Khrol
8b66603566 fix: tags permissions error message (#25516)
(cherry picked from commit 50b0816e37)
2023-10-09 11:27:46 -03:00
JUST.in DO IT
220dc58fe0 chore: Expand error detail on screencapture (#25519)
(cherry picked from commit ba541e8022)
2023-10-04 15:18:35 -03:00
JUST.in DO IT
1367d7b954 fix(sqllab): Broken query containing 'children' (#25490)
(cherry picked from commit b92957e510)
2023-10-04 15:18:35 -03:00
mapledan
ae700d13cf fix: Unable to sync columns when database or dataset name contains + (#25390)
(cherry picked from commit dbe0838f8f)
2023-10-04 15:18:35 -03:00
Michael S. Molina
4ad2a05333 chore: Adds 3.0.1 CHANGELOG 3.0.1rc1 2023-10-03 13:13:47 -03:00
John Bodley
9d1ab460c3 fix: Address Mypy issue which is causing CI to fail (#25494)
(cherry picked from commit 36ed617090)
2023-10-03 10:52:16 -03:00
ʈᵃᵢ
455b3d8a67 fix(sqllab): error with lazy_gettext for tab titles (#25469)
(cherry picked from commit ddde178e3b)
2023-10-02 11:58:07 -03:00
Kamil Gabryjelski
0dd1a3bea5 fix: Styles not loading because of faulty CSP setting (#25468)
(cherry picked from commit 0cebffd59a)
2023-10-02 11:03:05 -03:00
Ville Brofeldt
615d7f5ccc fix(mysql): handle string typed decimal results (#24241)
(cherry picked from commit 7eab59af51)
2023-10-02 11:03:05 -03:00
Celalettin Calis
f682dbae52 fix(helm chart): set chart appVersion to 3.0.0 (#25373) 2023-10-02 11:02:40 -03:00
Gyuil Han
d8e87aa3cc fix: update the SQLAlchemy model definition at json column for Log table (#25445)
(cherry picked from commit e83a76a586)
2023-10-02 11:01:38 -03:00
Michael S. Molina
58778a78b2 fix: Duplicate items when pasting into Select (#25447)
(cherry picked from commit 7cf96cd843)
2023-09-28 14:38:25 -03:00
Corbin Bullard
731cd65111 fix(SqlLab): make icon placement even (#25372)
(cherry picked from commit 11b49a6ceb)
2023-09-28 11:46:32 -03:00
Stepan
7b2b696a19 fix(nativeFilters): Speed up native filters by removing unnecessary rerenders (#25282)
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com>
(cherry picked from commit a0eeb4d767)
2023-09-28 11:46:32 -03:00
JUST.in DO IT
b83bd5dc1c fix(sqllab): invalid start date (#25437) 2023-09-28 11:45:58 -03:00
Beto Dealmeida
8dfe95f89d fix: smarter date formatter (#25404)
(cherry picked from commit f0080f9c55)
2023-09-28 11:37:17 -03:00
Daniel Vaz Gaspar
0c6db230af fix: swagger UI CSP error (#25368)
(cherry picked from commit 1716b9f8f6)
2023-09-28 11:37:17 -03:00
Beto Dealmeida
1757ce49a9 fix: chart import (#25425)
(cherry picked from commit a4d8f36863)
2023-09-28 11:37:17 -03:00
Jack
4a65d41ce8 fix: preventing save button from flickering in SQL Lab (#25106)
(cherry picked from commit 296ff17f19)
2023-09-28 11:37:17 -03:00
John Bodley
eacdbdd877 fix: Rename on_delete parameter to ondelete (#25424)
(cherry picked from commit 893b45feef)
2023-09-26 16:29:47 -07:00
JUST.in DO IT
721db8a1a9 fix(sqllab): invalid persisted tab state (#25308) (#25398) 2023-09-26 11:19:05 -03:00
Michael S. Molina
c508a335e6 fix: Workaround for Cypress ECONNRESET error (#25399)
(cherry picked from commit d76ff39766)
2023-09-25 17:42:57 -03:00
Beto Dealmeida
88e6f22180 fix: datetime with timezone excel export (#25318)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
(cherry picked from commit 5ebcd2a5f6)
2023-09-25 10:42:16 -03:00
Michael S. Molina
5390e2d826 fix: DashboardRoles cascade operation (#25349)
(cherry picked from commit a971a28a34)
2023-09-25 10:02:37 -03:00
Jack Fragassi
0d53446562 fix: Improve the reliability of alerts & reports (#25239)
(cherry picked from commit f672d5da5c)
2023-09-25 09:52:08 -03:00
Jack Fragassi
61dcc70db4 fix: Use RLS clause instead of ID for cache key (#25229)
(cherry picked from commit fba66c6250)
2023-09-25 09:52:08 -03:00
Zef Lin
8ca49d4e6f fix(chart): Supporting custom SQL as temporal x-axis column with filter (#25126)
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
2023-09-25 09:51:41 -03:00
John Bodley
2d1f1e3d71 fix: Add explicit ON DELETE CASCADE for dashboard_roles (#25320)
(cherry picked from commit d54e827bb9)
2023-09-25 09:48:33 -03:00
Beto Dealmeida
807a027a5f fix: is_select with UNION (#25290)
(cherry picked from commit bb002d6147)
2023-09-25 09:48:33 -03:00
Michael S. Molina
40d9c4c81f chore: Updates CHANGELOG.md 3.0.0rc4 3.0.0 2023-09-13 08:46:07 -03:00
John Bodley
f55962fbb8 chore: Remove the ability to switch to filter-box chart when DASHBOARD_NATIVE_FILTERS feature is enabled (#25275)
(cherry picked from commit 8eff5a75b4)
2023-09-13 08:41:12 -03:00
Lily Kuang
28e944ae86 fix: inability to remove chart filter when dashboard time filter is applied (#25217)
(cherry picked from commit a9512c1eef)
2023-09-12 11:20:26 -03:00
Kamil Gabryjelski
1498c21d42 fix: Add line height to metadata bar (#25268)
(cherry picked from commit 242921bb4c)
2023-09-12 11:01:02 -03:00
Hugo Sjöberg
69db484d2d fix(dockefile): broken docker image (#25251) 2023-09-12 11:00:33 -03:00
Kamil Gabryjelski
39dcb29a69 fix: Currency formatting in Table raw mode (#25248)
(cherry picked from commit ea21e800a7)
2023-09-11 11:51:17 -03:00
Kamil Gabryjelski
6d1b969602 fix: Don't apply number formatting to the label in Treemap (#25249)
(cherry picked from commit 894f250229)
2023-09-11 11:07:48 -03:00
Michael S. Molina
2f1ce7f721 fix: Clearing the currency format has no effect on the chart (#25238)
(cherry picked from commit 6f4e63162f)
2023-09-11 11:07:48 -03:00
Ville Brofeldt
65a2ca9e6f chore(trino): remove unnecessary index checks (#25211)
(cherry picked from commit 0668d12e3b)
2023-09-11 11:07:48 -03:00
Kamil Gabryjelski
10e781d0ff feat: Add currencies controls in control panels (#24718) 2023-09-11 11:06:49 -03:00
Michael S. Molina
dfd699f440 fix: Cypress test to force mouseover (follow-up) (#25223)
(cherry picked from commit 0e17e4b06f)
2023-09-07 14:48:33 -03:00
Beto Dealmeida
2ae9d2ef05 fix: granularity_sqla and GENERIC_CHART_AXES (#25213) 2023-09-07 10:30:14 -03:00
Rob Moore
80df8bc558 fix(sqllab): Force trino client async execution (#24859)
(cherry picked from commit cfda30c81a)
2023-09-07 10:24:22 -03:00
Michael S. Molina
dac3009cc6 fix: Cypress test to force mouseover (#25209)
(cherry picked from commit 47518cb002)
2023-09-07 10:24:22 -03:00
Beto Dealmeida
2ac03c3bcc fix: is_select (#25189)
(cherry picked from commit 2f68010729)
2023-09-07 10:24:22 -03:00
Michael S. Molina
d8c72b86bc fix: All values being selected in Select (#25202)
(cherry picked from commit e605d6dddf)
2023-09-06 10:47:21 -03:00
Hugh A. Miles II
408708be62 fix: DML failures in SQL Lab (#25190)
(cherry picked from commit d8496425e2)
2023-09-06 10:47:21 -03:00
Sandeep Patel
e77bc066bd fix: Issue #24493; Resolved report selection menu in chart and dashboard page (#25157)
(cherry picked from commit d0305445b2)
2023-09-06 10:47:21 -03:00
Michael S. Molina
90a66ee76c chore: Add a note about adhoc subqueries in UPDATING.md (#25161) 2023-09-05 09:15:19 -03:00
Lily Kuang
331fefd3dd fix: Applying Dashboard Time Range Filters to Overwritten Charts (#25156)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
(cherry picked from commit f2523b26fa)
2023-09-05 09:13:16 -03:00
JUST.in DO IT
c56948e1f1 fix(sqllab): Invalid start date (#25133)
(cherry picked from commit 8b2a408dea)
2023-09-05 09:13:16 -03:00