Commit Graph

11361 Commits

Author SHA1 Message Date
Mayur
e6384aa12f fix(reports): force data generation in csv reports (#22196)
(cherry picked from commit a8bc53d805)
2023-01-05 14:34:27 -05:00
Daniel Vaz Gaspar
81ad9cb0a7 fix: datasource save, improve data validation (#22038) 2023-01-05 14:32:45 -05:00
Daniel Vaz Gaspar
387ee4ff4f fix: deprecate approve and request_access endpoint (#22022)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
(cherry picked from commit 358a4ecedd)
2023-01-05 14:02:22 -05:00
Michael S. Molina
0296c7443d feat: Improves SafeMarkdown HTML sanitization (#21895) 2023-01-05 12:02:15 -05:00
Daniel Vaz Gaspar
9ee1138c97 fix: dashboard api cache decorator (#21964)
(cherry picked from commit c9470cac91)
2023-01-05 10:46:06 -05:00
Beto Dealmeida
92863659a6 fix: check that imports are ZIPs (#21875) 2023-01-05 10:19:46 -05:00
Michael S. Molina
9126d13616 feat: Adds a Content Security Policy (CSP) check for production environments (#21874)
(cherry picked from commit f4da74ce8d)
2023-01-04 15:44:28 -05:00
Michael S. Molina
468c1d164e feat: Disables HTML rendering in Toast by default (#21853)
(cherry picked from commit 47b1e0ca9d)
2023-01-04 15:44:28 -05:00
Ville Brofeldt
7c98e266ce chore(sqla): refactor query utils (#21811)
Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com>
2023-01-04 12:44:21 -05:00
Daniel Vaz Gaspar
4c21c7b038 fix: flash message on database data upload forms (#21761)
(cherry picked from commit ba3275a4d0)
2023-01-04 10:54:36 -05:00
Daniel Vaz Gaspar
e65450520e fix: database schema selector on import data (#21759)
(cherry picked from commit 91f0de0c5d)
2023-01-04 10:54:35 -05:00
Mayur
f676a890d9 fix: allow adhoc columns in non-aggregate query (#21729) 2023-01-04 10:45:56 -05:00
Stephen Liu
e79e2b37ee fix(database-list): hidden upload file button if no permission (#21216) 2023-01-03 16:44:07 -05:00
Michael S. Molina
0c05300ce5 fix: Missing argument 1.5.2 1.5.2rc3 2022-09-14 18:02:00 -03:00
Michael S. Molina
67e8b9912c Updates CHANGELOG.md 2022-09-14 17:50:14 -03:00
Mayur
7d70ea1235 fix: dashboard filter value is cleared when 2 similar dashboards opened in succession (#21461)
(cherry picked from commit 59ca7861c0)
2022-09-14 15:09:12 -03:00
Bogdan
f3153760cd perf: Memoize the common_bootstrap_payload and include user param (#21018) (#21439)
Co-authored-by: Bogdan Kyryliuk <bogdankyryliuk@dropbox.com>
2022-09-14 15:08:49 -03:00
Daniel Vaz Gaspar
93611064b4 fix: cached common bootstrap Revert (#21018) (#21419)
(cherry picked from commit 094400c308)
2022-09-14 14:55:23 -03:00
Michael S. Molina
79cb268279 fix: Test host reference 1.5.2rc2 2022-09-07 09:08:09 -03:00
Michael S. Molina
cca31299d3 Updates CHANGELOG.md 2022-09-06 14:36:34 -03:00
Michael S. Molina
37bdf434bf fix: Connect database from top right corner button doesn't work 2022-09-06 14:13:32 -03:00
Daniel Vaz Gaspar
8e7fb96f06 fix: disallow users from viewing other user's profile on config (#21302) 2022-09-06 10:24:03 -03:00
Daniel Vaz Gaspar
85fb2433ab feat: adds TLS certificate validation option for SMTP (#21272)
(cherry picked from commit 9fd752057e)
2022-09-06 10:12:01 -03:00
ʈᵃᵢ
9861c2b9e7 fix(celery cache warmup): add auth and use warm_up_cache endpoint (#21076)
(cherry picked from commit 04dd8d414d)
2022-09-06 10:12:01 -03:00
Michael S. Molina
7ad097371e fix: Adds yeoman-environment to dev dependencies 1.5.2rc1 2022-08-31 09:44:07 -03:00
Michael S. Molina
44e3d60c35 fix: Overrides omnibar React dependency 2022-08-31 08:47:48 -03:00
Jesse Yang
52e1349acc chore(build): upgrade less-loader (#19703) 2022-08-30 18:36:39 -03:00
Michael S. Molina
5a3bb82b8d Fixes lint errors 2022-08-30 15:28:07 -03:00
Michael S. Molina
a50b0a91fc chore: Updates CHANGELOG.md and package.json 2022-08-30 09:53:15 -03:00
nisheldo
fb0d6d57d6 chore: updating python docker image to 3.8.13 (#20550)
(cherry picked from commit 7275805e95)
2022-08-30 09:36:59 -03:00
Ilyas
5f3301aadb fix: exporting CSV can't apply pagination #17861 (#20178) 2022-08-30 09:35:41 -03:00
Diego Medina
e5de0909c3 fix: Support the Clipboard API in modern browsers (#20058)
* fix: Support the Clipboard API in modern browsers

* fix tests

* PR comment

* Improvements
2022-08-29 15:28:09 -03:00
Bogdan
6bcb9674da Memoize the common_bootstrap_payload (#21018)
Try patch

Co-authored-by: Bogdan Kyryliuk <bogdankyryliuk@dropbox.com>
(cherry picked from commit 495a205dec)
2022-08-29 14:26:51 -03:00
Bogdan
1e8259a410 perf: Implement model specific lookups by id to improve performance (#20974)
* Implement model specific lookups by id to improve performance

* Address comments e.g. better variable names and test cleanup

* commit after cleanup

* even better name and test cleanup via rollback

Co-authored-by: Bogdan Kyryliuk <bogdankyryliuk@dropbox.com>
2022-08-29 14:26:18 -03:00
Simon Thelin
094b17e8cc fix(20428): Address-Presto/Trino-Poll-Issue-Refactor (#20434)
* fix(20428)-Address-Presto/Trino-Poll-Issue-Refacto
r

Update linter

* Update to only use BaseEngineSpec handle_cursor

* Fix CI

Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
2022-08-29 11:24:07 -03:00
Multazim Deshmukh
991a453ff2 fix(docker): Make Gunicorn Keepalive Adjustable (#20348)
Co-authored-by: Multazim Deshmukh <multazim.deshmukh@morningstar.com>
(cherry picked from commit 86368dd406)
2022-06-24 17:43:14 -03:00
Stephen Liu
8e1b2a1354 fix(chart): chart gets cut off on the dashboard (#20315)
* fix(chart): chart gets cut off on the dashboard

* add some failsafe

* address comment

(cherry picked from commit 07b4a7159d)
2022-06-24 17:43:14 -03:00
Ensky
6dee53682e Fixes #20155 (#20273)
(cherry picked from commit 77e326fd95)
2022-06-24 17:43:14 -03:00
Diego Medina
4073b58aa2 fix: Box Plot Chart throws an error when the average (AVG) / SUM is being calculated on the Metrics (#20235)
* fix: Box Plot Chart throws an error when the average (AVG) / SUM is being calculated on the Metrics

* add test

(cherry picked from commit 8638f59b4c)
2022-06-24 15:19:33 -03:00
John Bodley
d512e89aa9 fix(csv): Ensure df_to_escaped_csv handles NULL (#20151)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
(cherry picked from commit 97ce920d49)
2022-06-24 15:19:33 -03:00
Diego Medina
f8a369d233 fix: avoid while cycle in computeMaxFontSize for big Number run forever when css rule applied (#20173)
(cherry picked from commit 365acee663)
2022-06-24 15:19:33 -03:00
Beto Dealmeida
af5ded3fcb fix: sqloxide optional (#19570) 2022-06-24 15:18:21 -03:00
Michael S. Molina
48f3eb4273 Updates CHANGELOG 1.5.1 1.5.1rc1 2022-05-27 12:22:43 -03:00
Ville Brofeldt
c3604dc4de fix: login button does not render (#19685)
* fix: login button does not render

* add type guard
2022-05-27 10:14:21 -03:00
Michael S. Molina
17e10b77ca Updates version and CHANGELOG 2022-05-26 10:36:35 -03:00
Ville Brofeldt
8089afce1e fix(temporary-cache): when user is anonymous (#20181)
* fix(temporary-cache): fail on anonymous user

* make exceptions generic

* fix test

* remove redundant bool return

* fix unit tests

(cherry picked from commit 64c4226817)
2022-05-26 10:28:14 -03:00
Ramunas Balukonis
d652e0cab2 fix: "Week Staring Monday" time grain for BigQuery (#20091)
* Week Staring From Monday added for BQ

* lint fix

(cherry picked from commit 694f75d376)
2022-05-26 10:28:14 -03:00
cccs-tom
562e3a769b fix: Allow dataset owners to see their datasets (#20135)
(cherry picked from commit b0c6935f06)
2022-05-26 10:28:14 -03:00
Ville Brofeldt
c5e2809c2c fix(presto,trino): use correct literal dttm separator (#20123)
* fix(presto,trino): use correct literal dttm separator

* remove redundant tests

(cherry picked from commit e2f11d3680)
2022-05-26 10:28:14 -03:00
Ville Brofeldt
97c6af196e fix(generic-axes): apply contribution before flatten (#20077)
(cherry picked from commit d5802f7896)
2022-05-26 10:28:14 -03:00