superset/superset
Beto Dealmeida 7b8a0e184b
fix: timeout context manager on Windows (#13041)
* fix: timeout decorator in Windows

* Fix lint
2021-02-10 10:40:28 -08:00
..
annotation_layers fix(api): prefix class names on events actions (#12354) 2021-01-12 10:52:35 +00:00
assets refactor: merge/upgrade superset-ui packages (#10790) 2020-09-09 13:18:55 -07:00
async_events docs(api): Script to generate API docs (openapi.json) (#12050) 2021-01-04 13:47:01 -08:00
cachekeys chore: improve analytics (#11714) 2020-11-25 08:45:02 -08:00
charts fix: time filter db migration optimization (#13015) 2021-02-09 10:49:50 -08:00
commands feat(dashboard_rbac): dashboards API support for roles create/update + roles validation (#12865) 2021-02-07 16:16:19 +02:00
common fix(viz): improve dtype inference logic (#12933) 2021-02-04 10:47:27 -08:00
connectors chore: remove SIP-38 feature flag (#12894) 2021-02-03 09:41:44 +02:00
css_templates fix(api): prefix class names on events actions (#12354) 2021-01-12 10:52:35 +00:00
dao fix: always fetch database list on bootstrap payload (#11934) 2020-12-09 09:36:18 -08:00
dashboards feat(dashboard_rbac): dashboards API support for roles create/update + roles validation (#12865) 2021-02-07 16:16:19 +02:00
databases feat: add separate endpoint to fetch function names for autocomplete (#12840) 2021-02-02 18:01:01 -08:00
datasets feat(explore): allow opening charts with missing dataset (#12705) 2021-01-25 15:09:03 -08:00
db_engine_specs feat(db engines): add support for Opendistro Elasticsearch (AWS ES) (#12602) 2021-02-10 08:17:27 +00:00
db_engines Enabled pylint rules in `db_engines` module: (#11016) 2020-09-23 10:45:26 -07:00
examples build: Skip loading example data from configs in CI (#12610) 2021-02-01 16:07:28 -08:00
migrations fix: time filter db migration optimization (#13015) 2021-02-09 10:49:50 -08:00
models feat(dashboard_rbac): dashboard_view access enforcement (#12875) 2021-02-04 13:23:53 -05:00
queries add related field filter to queries/user (#12261) 2021-01-06 09:36:48 -08:00
reports fix(reports): don't log user errors and state change has errors (#12277) 2021-01-06 08:57:10 +00:00
security feat(dashboard_rbac): dashboards API support for roles create/update + roles validation (#12865) 2021-02-07 16:16:19 +02:00
sql_validators fix: remove explicit cursor closing for BQ (#12836) 2021-01-29 14:32:47 -08:00
static [docker] fix, Dockerfile for frontend builds (#9114) 2020-02-12 15:48:24 +00:00
tasks fix(reports): handle exceptions properly in scope (#12811) 2021-01-28 19:06:19 +00:00
templates feat: provide support for an overridable template to be included in every view (#12315) 2021-01-07 18:52:46 -08:00
translations fix: untranslated text content of Dashboard page (#13024) 2021-02-09 10:34:22 -08:00
utils fix: timeout context manager on Windows (#13041) 2021-02-10 10:40:28 -08:00
views feat(dashboard_rbac): dashboard_view access enforcement (#12875) 2021-02-04 13:23:53 -05:00
__init__.py feat(templating): Safer Jinja template processing (#11704) 2020-11-17 11:55:47 -08:00
app.py fix(report): fix last_eval_dttm sort and more tests (#12121) 2020-12-21 19:07:30 +00:00
cli.py build: Skip loading example data from configs in CI (#12610) 2021-02-01 16:07:28 -08:00
config.py fix(build): black failing on master, add to required checks (#13039) 2021-02-09 12:44:29 -08:00
constants.py fix: security cleanup annotation and refresh permissions (#12119) 2020-12-18 12:06:08 +00:00
dataframe.py refactor: speed up conversion from dataframe to list of records (#12806) 2021-02-07 12:01:28 -08:00
errors.py feat: Dynamically imported viz plugins (#10288) 2020-12-19 07:06:11 -08:00
exceptions.py feat: initial custom error messages for SQL Lab (#12080) 2020-12-17 22:58:21 -08:00
extensions.py feat(SIP-39): Async query support for charts (#11499) 2020-12-10 20:21:56 -08:00
forms.py feat: support nulls in the csv uploads (#10208) 2020-07-06 13:26:43 -07:00
jinja_context.py feat: show missing parameters in query (#12049) 2020-12-15 18:47:40 -08:00
legacy.py [mypy] Enforcing typing for superset.models (#9883) 2020-05-22 20:31:21 -07:00
result_set.py refactor: rename DbColumnType to GenericDataType (#12617) 2021-01-20 10:07:42 -08:00
sql_lab.py fix: don't close cursor before closing connection (#12821) 2021-01-28 14:32:00 -08:00
sql_parse.py fix: CTAS on multiple statements (#12188) 2021-01-04 09:22:35 -08:00
stats_logger.py chore: statds metrics for cache invalidation (#11701) 2020-11-16 06:48:26 -08:00
typing.py refactor(database): use SupersetResultSet on SqlaTable.get_df() (#10707) 2020-08-28 21:12:03 +03:00
viz.py fix(explore): preserve metric column order in bar chart (#12417) 2021-01-28 10:39:00 +02:00