Commit Graph

5400 Commits

Author SHA1 Message Date
Daniel Vaz Gaspar
fb60d302c2 fix(log): don't log exceptions on test connection (#10522)
* fix(log): don't log exceptions on test connection

* fix lint
2020-09-16 09:17:39 +03:00
Jason Davis
13928fcf2d feat: make screenshot timeout configurable (#10517)
* made screenshot timeout configurable

* added default value to config and refractored use

* black

* updated config comment

* moves config variables to thumbnail section

Co-authored-by: Jason Davis <@dropbox.com>
2020-09-16 09:17:29 +03:00
Moriah Kreeger
1fb14e81f7 fix: update time range select tooltip (#10458) 2020-09-16 09:17:14 +03:00
Ville Brofeldt
ddac4b8838 fix: support non-string groupbys for pie chart (#10493)
* chore: add unit tests to pie chart

* refine logic for floats and nans and add more tests
2020-09-16 09:17:05 +03:00
Daniel Vaz Gaspar
024ef9a9e3 fix(log): log endpoint authentication (#10435)
* fix(log): log crashes if expired or not authenticated

* add auth to log endpoint
2020-09-16 09:16:58 +03:00
Stuart Hu
9c62eb2a7b update code (#10430)
Signed-off-by: Stuart Hu <shijiehu@improbable.io>
2020-09-16 09:16:52 +03:00
Ville Brofeldt
6a85a341ad fix: pie chart multiple groupbys (#10391) 2020-09-16 09:16:45 +03:00
Ville Brofeldt
fa787d2de4 bump version and update changelog 0.37.1rc1 0.37.1 2020-09-06 13:41:57 +03:00
Daniel Vaz Gaspar
a72903cb92 security: disallow uuid package on jinja1 (#10794)
* fix: disallow uuid package on jinja2

* update UPDATING.md

* Update UPDATING.md

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
2020-09-05 16:54:09 +03:00
Ville Brofeldt
0dbc1dbb9a add changelog entries 0.37.0rc4 0.37.0 2020-08-01 10:01:07 +03:00
pphszx
6d07273360 fix: excel sheet upload is not working (#10450)
* remove conflicts with csv upload

* revert StringField

* change description

* remove redundant space

* apply string approach
2020-07-29 10:21:22 +03:00
Ville Brofeldt
0f3670e1af feat: support non-numeric columns in pivot table (#10389)
* fix: support non-numeric columns in pivot table

* bump package and add unit tests

* mypy
2020-07-28 10:59:12 +03:00
Jesse Yang
bde453be79 fix(dashboard): chart rerender when switching tabs (#10432) 2020-07-27 11:53:00 +03:00
Ville Brofeldt
7b6f88a272 fix: incorrect filter operator emitted by Filter Box (#10421)
* fix: equals operator in filter box

* fix time range endpoint schema

* fix test

* bump packages

* fix tests

* lint
2020-07-26 14:50:06 +03:00
Ville Brofeldt
f908770dbc fix: bump pivot-table and rose (#10400) 2020-07-26 14:49:48 +03:00
Ville Brofeldt
1fc06a7443 fix: treemap template literal (#10382) 2020-07-26 14:47:46 +03:00
Daniel Vaz Gaspar
070dd5359c fix: group by with timestamp granularity (#10344)
* fix, group by with timestamp granularity

* fix, bug found by mypy

* lint

* comment

* Following ville's solution

* lint and comments
2020-07-26 14:30:35 +03:00
Daniel Vaz Gaspar
f13629abd5 fix: modified by column on charts and dashboards (#10340) 2020-07-26 14:30:09 +03:00
Ville Brofeldt
c74acdc381 Add changelog 0.37.0rc3 2020-07-21 08:42:45 +03:00
Ville Brofeldt
5b4277e4fc fix: extra filters for chart data endpoint (#10359)
* fix: extra filters

* fix old test and add new test

* add test for null filter value

* leave lowercase until all operators are fully uppercased

* bump packages

* rename test
2020-07-21 08:27:55 +03:00
Bogdan
e2690f0802 Pin slack client, breaking change (#10345)
Co-authored-by: bogdan kyryliuk <bogdankyryliuk@dropbox.com>
2020-07-21 08:27:05 +03:00
Ville Brofeldt
d9ec47bc63 chore: add cherries to CHANGELOG.md 0.37.0rc2 2020-07-16 11:53:01 +03:00
Ville Brofeldt
3f284eaa09 fix: make __time an ok column name in SQL Lab (#10336) 2020-07-16 11:20:10 +03:00
Jesse Yang
08d43b1515 fix(table-viz): value "undefined" for column.name (#10325)
Bump table viz plugin to fix a bug: apache-superset/superset-ui#686
2020-07-16 09:15:25 +03:00
Daniel Vaz Gaspar
c57df314d7 fix: humanised changed on UTC on dashboards and charts (#10321)
* fix: API marshmallow3 drop utc for naive datetime fields

* fix: API marshmallow3 drop utc for naive datetime fields

* fix, tests

* isort and test

* black

* add and fix test

* fix comment
2020-07-16 09:15:12 +03:00
Erik Ritter
2f2fb47721 chore: type welcome (#10317) 2020-07-16 09:14:55 +03:00
Erik Ritter
9f0d456b6a chore: add typing to more sqllab components (#10278) 2020-07-16 09:14:17 +03:00
Erik Ritter
2631b3882e chore: add typing to profile (#10282) 2020-07-16 09:12:40 +03:00
Daniel Vaz Gaspar
791d787256 fix: Bump FAB to 3.0.1 fix superset init (#10310) 2020-07-14 19:13:25 +03:00
Ville Brofeldt
8d0e6676ef fix: leave null timestamp unformatted in view results table (#10313) 2020-07-14 19:12:51 +03:00
Ville Brofeldt
522ed20a20 fix: fix csv and query result type and QueryObject schema (#10312) 2020-07-14 16:37:56 +03:00
Ville Brofeldt
38bc62db4b fix(chart-data-api): improve chart data endpoint errors (#10300)
* fix: improve chart data error response

* Populate error_message in QueryResult

* add tests

* Lint + fix incorrect raise

* add more tests
2020-07-14 15:49:20 +03:00
Jesse Yang
1bc26797ad fix(table-viz): table chart time column should use default (#10293) 2020-07-14 15:48:50 +03:00
Ville Brofeldt
1217cb05b3 fix(chart-data-api): case insensitive evaluation of filter op (#10299)
* fix(chart-data-api): case insensitive evaluation of filter op

* fix(chart-data-api): case insensitive evaluation of filter op

* mypy

* remove print statement

* add test
2020-07-14 15:48:32 +03:00
Ville Brofeldt
6f41b6ef5f chore: improve release documentation (#10292)
* fix: releasing readme.md

* fix: improvements to release documentation
2020-07-14 15:48:12 +03:00
Ville Brofeldt
5693580dae fix: add updating headers for 0.36.0 and 0.37.0 2020-07-11 12:14:39 +03:00
Ville Brofeldt
727c1b8ce1 chore: update changelog and bump version 0.37.0rc1 2020-07-11 11:15:35 +03:00
Evan Rusackas
06fd1b5e4d logo gets the vertically-centered flexbox treatment in jinja template (#10281) 2020-07-10 16:11:49 -07:00
Lily Kuang
3b4df51848 style: new toast design closer to SIP-34 (#10178) 2020-07-10 14:58:59 -07:00
Lily Kuang
80b06f6827 feat: update delete modal for dataset (#10258)
* update delete modal for dataset

* update datasetList to use hooks

* fix typo on dataset delete modal
2020-07-10 14:23:17 -07:00
Jesse Yang
4d179622fa fix(explore): edit datasource does not update control states (#10284) 2020-07-10 12:46:25 -07:00
John Bodley
4e4ccd48d6 chore: Releasing SQL Lab Celery results (#10279)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
2020-07-10 09:53:57 -07:00
John Bodley
3f2f5e8311 chore: Bumping Celery (#10280)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
2020-07-10 09:12:12 -07:00
Ville Brofeldt
14260f9843 feat: add contribution operation and fix cache_key bug (#10286)
* feat: add contribution operation and fix cache_key_bug

* Add contribution schema
2020-07-10 17:06:05 +03:00
Maxime Beauchemin
7d4d2e7469 fix(explore): 'Edit Datasource' is missing from btn-dropdown (#10283)
Not sure how it got broken but he's a fix. I'm thinking this is related
to the controls refactor.

closes https://github.com/apache/incubator-superset/issues/10247
2020-07-10 00:11:53 -07:00
Jesse Yang
af864e9fff fix: deckgl dimension select missing options (#10277)
Fixes #10246
2020-07-09 18:27:05 -07:00
Maxime Beauchemin
a460fdf0f8 docs(fix): /swaggerview/v1 has moved to /swagger/v1 (#10276) 2020-07-09 15:16:52 -07:00
serenajiang
c67b1abfd8 fix(csv upload): hive params typo (#10273)
* fix(csv upload): fix :params typo

* fix tests
2020-07-09 11:25:35 -07:00
Ville Brofeldt
c0d663db9a feat: show formatted dates instead of epoch on results (#10268) 2020-07-09 20:48:53 +03:00
Nilanjan Sarkar
300b2bbf2d fix: Fixed bug for issue #9967 (#10269)
* Added formatted file setup.cfg

* lint

Co-authored-by: Nilanjan1.Sarkar <nilanjan1.sarkar@ril.com>
2020-07-09 16:15:07 +03:00