-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0 #2
3.0 #2
Commits on Sep 25, 2023
-
fix: is_select with UNION (apache#25290)
(cherry picked from commit bb002d6)
Configuration menu - View commit details
-
Copy full SHA for 807a027 - Browse repository at this point
Copy the full SHA 807a027View commit details -
fix: Add explicit ON DELETE CASCADE for dashboard_roles (apache#25320)
(cherry picked from commit d54e827)
Configuration menu - View commit details
-
Copy full SHA for 2d1f1e3 - Browse repository at this point
Copy the full SHA 2d1f1e3View commit details -
fix(chart): Supporting custom SQL as temporal x-axis column with filt…
…er (apache#25126) Co-authored-by: Kamil Gabryjelski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ca49d4 - Browse repository at this point
Copy the full SHA 8ca49d4View commit details -
fix: Use RLS clause instead of ID for cache key (apache#25229)
(cherry picked from commit fba66c6)
Configuration menu - View commit details
-
Copy full SHA for 61dcc70 - Browse repository at this point
Copy the full SHA 61dcc70View commit details -
fix: Improve the reliability of alerts & reports (apache#25239)
(cherry picked from commit f672d5d)
Configuration menu - View commit details
-
Copy full SHA for 0d53446 - Browse repository at this point
Copy the full SHA 0d53446View commit details -
fix: DashboardRoles cascade operation (apache#25349)
(cherry picked from commit a971a28)
Configuration menu - View commit details
-
Copy full SHA for 5390e2d - Browse repository at this point
Copy the full SHA 5390e2dView commit details -
fix: datetime with timezone excel export (apache#25318)
Co-authored-by: Michael S. Molina <[email protected]> (cherry picked from commit 5ebcd2a)
Configuration menu - View commit details
-
Copy full SHA for 88e6f22 - Browse repository at this point
Copy the full SHA 88e6f22View commit details -
fix: Workaround for Cypress ECONNRESET error (apache#25399)
(cherry picked from commit d76ff39)
Configuration menu - View commit details
-
Copy full SHA for c508a33 - Browse repository at this point
Copy the full SHA c508a33View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 721db8a - Browse repository at this point
Copy the full SHA 721db8aView commit details -
fix: Rename on_delete parameter to ondelete (apache#25424)
(cherry picked from commit 893b45f)
Configuration menu - View commit details
-
Copy full SHA for eacdbdd - Browse repository at this point
Copy the full SHA eacdbddView commit details
Commits on Sep 28, 2023
-
fix: preventing save button from flickering in SQL Lab (apache#25106)
(cherry picked from commit 296ff17)
Configuration menu - View commit details
-
Copy full SHA for 4a65d41 - Browse repository at this point
Copy the full SHA 4a65d41View commit details -
fix: chart import (apache#25425)
(cherry picked from commit a4d8f36)
Configuration menu - View commit details
-
Copy full SHA for 1757ce4 - Browse repository at this point
Copy the full SHA 1757ce4View commit details -
fix: swagger UI CSP error (apache#25368)
(cherry picked from commit 1716b9f)
Configuration menu - View commit details
-
Copy full SHA for 0c6db23 - Browse repository at this point
Copy the full SHA 0c6db23View commit details -
fix: smarter date formatter (apache#25404)
(cherry picked from commit f0080f9)
Configuration menu - View commit details
-
Copy full SHA for 8dfe95f - Browse repository at this point
Copy the full SHA 8dfe95fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b83bd5d - Browse repository at this point
Copy the full SHA b83bd5dView commit details -
fix(nativeFilters): Speed up native filters by removing unnecessary r…
…erenders (apache#25282) Co-authored-by: JUST.in DO IT <[email protected]> (cherry picked from commit a0eeb4d)
Configuration menu - View commit details
-
Copy full SHA for 7b2b696 - Browse repository at this point
Copy the full SHA 7b2b696View commit details -
fix(SqlLab): make icon placement even (apache#25372)
(cherry picked from commit 11b49a6)
Configuration menu - View commit details
-
Copy full SHA for 731cd65 - Browse repository at this point
Copy the full SHA 731cd65View commit details -
fix: Duplicate items when pasting into Select (apache#25447)
(cherry picked from commit 7cf96cd)
Configuration menu - View commit details
-
Copy full SHA for 58778a7 - Browse repository at this point
Copy the full SHA 58778a7View commit details
Commits on Oct 2, 2023
-
fix: update the SQLAlchemy model definition at json column for Log ta…
…ble (apache#25445) (cherry picked from commit e83a76a)
Configuration menu - View commit details
-
Copy full SHA for d8e87aa - Browse repository at this point
Copy the full SHA d8e87aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f682dba - Browse repository at this point
Copy the full SHA f682dbaView commit details -
fix(mysql): handle string typed decimal results (apache#24241)
(cherry picked from commit 7eab59a)
Configuration menu - View commit details
-
Copy full SHA for 615d7f5 - Browse repository at this point
Copy the full SHA 615d7f5View commit details -
fix: Styles not loading because of faulty CSP setting (apache#25468)
(cherry picked from commit 0cebffd)
Configuration menu - View commit details
-
Copy full SHA for 0dd1a3b - Browse repository at this point
Copy the full SHA 0dd1a3bView commit details -
fix(sqllab): error with lazy_gettext for tab titles (apache#25469)
(cherry picked from commit ddde178)
Configuration menu - View commit details
-
Copy full SHA for 455b3d8 - Browse repository at this point
Copy the full SHA 455b3d8View commit details
Commits on Oct 3, 2023
-
fix: Address Mypy issue which is causing CI to fail (apache#25494)
(cherry picked from commit 36ed617)
Configuration menu - View commit details
-
Copy full SHA for 9d1ab46 - Browse repository at this point
Copy the full SHA 9d1ab46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad2a05 - Browse repository at this point
Copy the full SHA 4ad2a05View commit details
Commits on Oct 4, 2023
-
fix: Unable to sync columns when database or dataset name contains
+
(apache#25390) (cherry picked from commit dbe0838)
Configuration menu - View commit details
-
Copy full SHA for ae700d1 - Browse repository at this point
Copy the full SHA ae700d1View commit details -
fix(sqllab): Broken query containing 'children' (apache#25490)
(cherry picked from commit b92957e)
Configuration menu - View commit details
-
Copy full SHA for 1367d7b - Browse repository at this point
Copy the full SHA 1367d7bView commit details -
chore: Expand error detail on screencapture (apache#25519)
(cherry picked from commit ba541e8)
Configuration menu - View commit details
-
Copy full SHA for 220dc58 - Browse repository at this point
Copy the full SHA 220dc58View commit details
Commits on Oct 9, 2023
-
fix: tags permissions error message (apache#25516)
(cherry picked from commit 50b0816)
Configuration menu - View commit details
-
Copy full SHA for 8b66603 - Browse repository at this point
Copy the full SHA 8b66603View commit details -
fix: Apply normalization to all dttm columns (apache#25147)
(cherry picked from commit 58fcd29)
Configuration menu - View commit details
-
Copy full SHA for dd769eb - Browse repository at this point
Copy the full SHA dd769ebView commit details
Commits on Oct 11, 2023
-
fix: REST API CSRF exempt list (apache#25590)
(cherry picked from commit 549abb5)
Configuration menu - View commit details
-
Copy full SHA for 286c095 - Browse repository at this point
Copy the full SHA 286c095View commit details -
fix(RLS): Fix Info Tooltip + Button Alignment on RLS Modal (apache#25400
) (cherry picked from commit a6d0e6f)
Configuration menu - View commit details
-
Copy full SHA for 69c2378 - Browse repository at this point
Copy the full SHA 69c2378View commit details
Commits on Oct 13, 2023
-
fix: thubmnails loading - Talisman default config (apache#25486)
(cherry picked from commit 52f631a)
Configuration menu - View commit details
-
Copy full SHA for 53b84b9 - Browse repository at this point
Copy the full SHA 53b84b9View commit details -
fix(Presto): catch DatabaseError when testing Presto views (apache#25559
) Co-authored-by: Rui Zhao <[email protected]> (cherry picked from commit be3714e)
Configuration menu - View commit details
-
Copy full SHA for 254cc36 - Browse repository at this point
Copy the full SHA 254cc36View commit details -
fix(Charts): Set max row limit + removed the option to use an empty r…
…ow limit value (apache#25579) (cherry picked from commit f556ef5)
Configuration menu - View commit details
-
Copy full SHA for 732c5b1 - Browse repository at this point
Copy the full SHA 732c5b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b2dc4 - Browse repository at this point
Copy the full SHA a0b2dc4View commit details -
fix: finestTemporalGrainFormatter (apache#25618)
(cherry picked from commit 62bffaf)
Configuration menu - View commit details
-
Copy full SHA for c44f1a3 - Browse repository at this point
Copy the full SHA c44f1a3View commit details -
fix: revert fix(sqllab): Force trino client async execution (apache#2…
…4859) (apache#25541) (cherry picked from commit e56e0de)
Configuration menu - View commit details
-
Copy full SHA for cd1b7a4 - Browse repository at this point
Copy the full SHA cd1b7a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 890bf59 - Browse repository at this point
Copy the full SHA 890bf59View commit details
Commits on Oct 19, 2023
-
fix(sqllab): Mistitled for new tab after rename (apache#25523)
(cherry picked from commit a520124)
Configuration menu - View commit details
-
Copy full SHA for d7cbdca - Browse repository at this point
Copy the full SHA d7cbdcaView commit details -
fix(sqllab): template validation error within comments (apache#25626)
(cherry picked from commit b370c66)
Configuration menu - View commit details
-
Copy full SHA for 701ee30 - Browse repository at this point
Copy the full SHA 701ee30View commit details -
fix: avoid 500 errors with SQLLAB_BACKEND_PERSISTENCE (apache#25553)
(cherry picked from commit 99f79f5)
Configuration menu - View commit details
-
Copy full SHA for ec3bed7 - Browse repository at this point
Copy the full SHA ec3bed7View commit details -
fix(import): Make sure query context is overwritten for overwriting i…
…mports (apache#25493) (cherry picked from commit a0a0d80)
Configuration menu - View commit details
-
Copy full SHA for af1e713 - Browse repository at this point
Copy the full SHA af1e713View commit details -
fix: permalink save/overwrites in explore (apache#25112)
Co-authored-by: Elizabeth Thompson <[email protected]> (cherry picked from commit e58a3ab)
Configuration menu - View commit details
-
Copy full SHA for 236aef8 - Browse repository at this point
Copy the full SHA 236aef8View commit details -
fix(header navlinks): link navlinks to path prefix (apache#25495)
(cherry picked from commit 51c56dd)
Configuration menu - View commit details
-
Copy full SHA for b95ff2d - Browse repository at this point
Copy the full SHA b95ff2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0f229e - Browse repository at this point
Copy the full SHA b0f229eView commit details -
fix: warning of nth-child (apache#23638)
(cherry picked from commit 16cc089)
Configuration menu - View commit details
-
Copy full SHA for b380495 - Browse repository at this point
Copy the full SHA b380495View commit details -
fix(dremio): Fixes issue with Dremio SQL generation for Charts with S…
…eries Limit (apache#25657) (cherry picked from commit be82657)
Configuration menu - View commit details
-
Copy full SHA for 293568a - Browse repository at this point
Copy the full SHA 293568aView commit details