superset/superset
Ville Brofeldt 2718909314
feat: add ECharts BoxPlot chart (#11199)
* feat: add ECharts BoxPlot chart

* lint

* fix cypress tests

* lint

* remove viz.py shim

* bump plugin package

* skip non-legacy plugin cypress dashboard tests

* fix cypress tests

* disable cypress tests for non-leagcy charts

* fix bad rebase

* use midpoint interpolation for quartile calculation

* bump packages and add support for no groupby

* whitespace

* whitespace

* linting

* fix tests

* xit mathjs load test

* bump mathjs to 8.0.1

* disable cypress filter test for v1 charts
2020-11-12 10:01:04 +02:00
..
annotation_layers feat: annotation edit modal with antd datepicker (#11500) 2020-11-03 12:59:13 -08:00
assets refactor: merge/upgrade superset-ui packages (#10790) 2020-09-09 13:18:55 -07:00
cachekeys feat: implement cache invalidation api (#10761) 2020-09-15 11:17:21 -07:00
charts feat: add ECharts BoxPlot chart (#11199) 2020-11-12 10:01:04 +02:00
commands chore: rename IMPORT_EXPORT_VERSION (#11636) 2020-11-10 09:45:45 -08:00
common fix(chart-data): ignore orderby on sample result type (#11656) 2020-11-11 16:27:56 +02:00
connectors chore: consolidate datasource import logic (#11533) 2020-11-11 22:04:16 -08:00
css_templates feat: CSS Templates List Actions (#11271) 2020-10-21 20:32:59 -07:00
dao Pylint disabled rule pointless-string-statement is not raising warining anymore - removing (#10975) 2020-09-21 08:45:21 -07:00
dashboards chore: consolidate datasource import logic (#11533) 2020-11-11 22:04:16 -08:00
databases fix: database connection validation when creation (#11653) 2020-11-12 08:00:38 +00:00
datasets chore: consolidate datasource import logic (#11533) 2020-11-11 22:04:16 -08:00
db_engine_specs Chore: simplify Apache Kylin datetime convert (#11521) 2020-11-10 18:46:18 +02:00
db_engines Enabled pylint rules in db_engines module: (#11016) 2020-09-23 10:45:26 -07:00
examples fix: added meaningful exception for loading births error (#11407) 2020-10-27 06:28:52 -07:00
migrations feat: new report schedule models (#11550) 2020-11-06 09:33:32 +00:00
models chore: consolidate dashboard import logic (#11529) 2020-11-11 14:50:18 -08:00
queries chore: rename IMPORT_EXPORT_VERSION (#11636) 2020-11-10 09:45:45 -08:00
security chore(rls): move to feature flag and disable related view (#11575) 2020-11-05 12:19:48 +02:00
sql_validators Changed variable name from capitals to lowercase and changed lint rule (#11044) 2020-09-24 13:45:19 -07:00
static [docker] fix, Dockerfile for frontend builds (#9114) 2020-02-12 15:48:24 +00:00
tasks fix: [email report] add multiple schedules per hour (#11414) 2020-10-27 09:37:42 -07:00
templates fix: button translations missing (#11187) 2020-10-15 21:27:26 -07:00
translations Spanish translations (#10798) 2020-09-09 13:38:18 -07:00
utils feat: add ECharts BoxPlot chart (#11199) 2020-11-12 10:01:04 +02:00
views chore: consolidate dashboard import logic (#11529) 2020-11-11 14:50:18 -08:00
__init__.py refactor: use contextmanager for event_logger decorators (#11222) 2020-10-14 10:44:06 -07:00
app.py chore(rls): move to feature flag and disable related view (#11575) 2020-11-05 12:19:48 +02:00
cli.py chore: consolidate datasource import logic (#11533) 2020-11-11 22:04:16 -08:00
config.py chore(rls): move to feature flag and disable related view (#11575) 2020-11-05 12:19:48 +02:00
constants.py feat: dataset REST API for distinct values (#10595) 2020-08-17 15:46:59 +01:00
dataframe.py pylint: accept specific 2 character names by default (#9460) 2020-04-08 20:32:26 +03:00
errors.py feat: more specific presto error messages (#11099) 2020-09-29 21:50:58 -07:00
exceptions.py chore(sql-lab): catch PyArrow deserialization error (#11201) 2020-10-12 10:16:00 +03:00
extensions.py chore: pylint fixes in files in project's root (#11064) 2020-09-28 14:32:45 -07:00
forms.py feat: support nulls in the csv uploads (#10208) 2020-07-06 13:26:43 -07:00
jinja_context.py chore: turn SQL templating off by default (#11172) 2020-10-08 11:55:39 +01:00
legacy.py [mypy] Enforcing typing for superset.models (#9883) 2020-05-22 20:31:21 -07:00
result_set.py fix(presto): Handle ROW data stored as string (#10456) 2020-07-28 16:05:58 -07:00
sql_lab.py fix: use nullpool in the celery workers (#10819) 2020-09-10 13:29:57 -07:00
sql_parse.py fix: Allow "EXPLAIN" queries when "Allow DML" setting is False (#11348) 2020-10-21 12:58:57 -07:00
stats_logger.py chore: pylint fixes in files in project's root (#11064) 2020-09-28 14:32:45 -07:00
typing.py refactor(database): use SupersetResultSet on SqlaTable.get_df() (#10707) 2020-08-28 21:12:03 +03:00
viz_sip38.py chore(rls): move to feature flag and disable related view (#11575) 2020-11-05 12:19:48 +02:00
viz.py feat: add ECharts BoxPlot chart (#11199) 2020-11-12 10:01:04 +02:00