Commit Graph

11338 Commits

Author SHA1 Message Date
ʈᵃᵢ
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
thinhnd2104
bda9044bfd fix: Athena timestamp literal format (#19970)
* Fix Athena timestamp literal format

related: [#19969]

* Update test_athena.py

Update test

* Update athena.py

* Resolving CI/CD

* lint

Co-authored-by: Thinh Nguyen Duc <thinhnd.it@tripi.vn>
Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
(cherry picked from commit 85315460cb)
2022-05-26 10:28:13 -03:00
Ville Brofeldt
4e44f4cc11 fix(plugin-chart-echarts): support adhoc x-axis (#20055)
* fix(plugin-chart-echarts): support adhoc x-axis

* simplify code

(cherry picked from commit b53daa91ec)
2022-05-26 10:28:13 -03:00
Yeachan Park
8becd3e080 fix(sqllab/charts): casting from timestamp[us] to timestamp[ns] would result in out of bounds timestamp (#18873)
* fix casting from timestamp[us] to timestamp[ns] would result in out of bounds timestamp from sqllab and charts

* Add unittests

* Lint changes and parameter variable rename

* Fix linting

(cherry picked from commit 8b72354654)
2022-05-26 10:28:13 -03:00
Ville Brofeldt
9ca53b8905 fix(sqla): replace custom dttm type with literal_column (#19917)
(cherry picked from commit 99f1f9ec61)
2022-05-26 10:28:13 -03:00
Hugh A. Miles II
2bd89d1705 fix: Alpha should not be able to edit datasets that they don't own (#19854)
* fix api for checking owners

* fix styles for disabling

* fix styles for disabling

* fix lint

* fix lint

* add owners key

* plzz

* remove

* update test

* add tooltip

* add type

* fix test

* fix user reference

* lit

* fix test

* work

(cherry picked from commit 8b15b68979)
2022-05-26 10:28:13 -03:00
Ville Brofeldt
94d4179045 update changelog entries 2022-05-26 14:47:45 +03:00
Ville Brofeldt
054e6b2334 update changelog 1.5.0 1.5.0rc4 2022-04-25 10:55:40 +03:00
Diego Medina
397a182c2f fix(sql lab): when editing a saved query, the status is lost when switching tabs (#19448)
(cherry picked from commit 800ced5e25)
2022-04-25 10:46:54 +03:00
Ville Brofeldt
1050fcbd3c fix(key_value): use longblob on mysql (#19805)
* fix(key_value): use longblob on mysql

* set length

(cherry picked from commit a1bd5b283c)
2022-04-25 10:46:54 +03:00
Kamil Gabryjelski
387138eb9e Fix display of column config in table chart (#19806)
(cherry picked from commit 12bc30e2c7)
2022-04-25 10:46:53 +03:00
Yongjie Zhao
4fa96d3a3b fix: lost renameOperator in mixed timeseries chart (#19802)
(cherry picked from commit 108a2a4eaf)
2022-04-25 10:46:53 +03:00
smileydev
5567828ee8 fix(chart & explore): Show labels for SliderControl (#19765)
* fix(chart & explore): make to show label of slidercontrol

* fix(chart & explore): make to update SliderControl props

* fix(chart & explore): make to fix lint

(cherry picked from commit dfbaba97c6)
2022-04-25 10:46:53 +03:00
Yongjie Zhao
8c8bbfb89f feat: add renameOperator (#19776)
(cherry picked from commit 3c28cd4625)
2022-04-25 10:46:53 +03:00
Cedric Gampert
2b6e35e039 fix: dashboard standalone class not added when parameter set (#16619)
Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
(cherry picked from commit 5134c63ae2)
2022-04-25 10:46:53 +03:00
Diego Medina
1d141be463 fix: SQL Lab UI Error: Objects are not valid as a React child (#19783)
(cherry picked from commit dfba9ea596)
2022-04-25 10:46:52 +03:00
Diego Medina
87b51c26f4 fix(sql lab): replace the output column in the query history table (#19370)
* fix(sql lab): replace the output column in the query history table

* improvements

(cherry picked from commit d4e7c65f6a)
2022-04-25 10:46:52 +03:00
Ville Brofeldt
c9e3ca11e2 fix(dashboard): copy permalink to dashboard chart (#19772)
* fix(dashboard): copy permalink to dashboard chart

* lint

* address comments

(cherry picked from commit e061955fd0)
2022-04-25 10:43:09 +03:00
smileydev
5df14ed8f9 fix(explore): make to show the null value as N/A in view result (#19603)
* fix(explore): make to show the null value as N/A in view result

* fix(explore): make to remove console

* fix(explore): make to remove console in Cell

* fix(explore): make to translate N/A

(cherry picked from commit 34323f9b5f)
2022-04-25 10:43:09 +03:00
Ville Brofeldt
2d7d2dd373 fix(permalink): remove memoize on get salt func (#19749)
(cherry picked from commit cf5145918b)
2022-04-25 10:43:09 +03:00
Kamil Gabryjelski
28aa69628f chore: Clean redundant dependency from useMemo dep array (#19732)
(cherry picked from commit b7759e6fd1)
2022-04-25 10:35:31 +03:00
Michael S. Molina
f8b202f670 fix: Filter dependencies are not being applied in default values (#19698)
(cherry picked from commit 7bc9123fe5)
2022-04-25 10:35:31 +03:00
Ville Brofeldt
ccf296b786 update changelog 1.5.0rc3 2022-04-15 15:11:31 +03:00
Jesse Yang
90b08fa095 chore: skip SIP-68 shadow writing for LTS 2022-04-15 14:52:25 +03:00