superset/superset
Francesco Frassinelli 0d77f36679
fix: handle TIME column serialization (#16869)
* Add support for datetime.time in json_int_dttm_ser

* Test base_json_conv support for datetime.time

* Group types by conversion function for JSON dump
2021-11-11 10:35:00 +02:00
..
annotation_layers fix(annotataion): handle required fields properly (#17234) 2021-10-27 08:42:28 +03:00
async_events docs(api): Script to generate API docs (openapi.json) (#12050) 2021-01-04 13:47:01 -08:00
cachekeys chore: add stack trace to all calls of logger.error (#14382) 2021-04-30 09:22:05 -07:00
charts feat: apply d3NumberFormat to table reports (#17336) 2021-11-04 08:18:01 -07:00
commands fix: set correct schema on config import (#16041) 2021-11-04 11:09:08 -07:00
common fix(filter-indicator): show filters handled by jinja as applied (#17140) 2021-10-18 19:28:05 +02:00
connectors fix: Users being able to update datasets across DBs (#17348) 2021-11-10 19:45:48 -05:00
css_templates chore(pylint): Reenable raise-missing-from check (#16266) 2021-08-17 10:26:10 +12:00
dao refactor: sql lab command: separate concerns into different modules (#16917) 2021-10-03 11:15:46 +03:00
dashboards chore improve response body (#16974) 2021-10-07 14:03:28 +03:00
databases fix: Show sqllab state when deleting databases (#17331) 2021-11-04 20:17:08 -04:00
datasets fix: Users being able to update datasets across DBs (#17348) 2021-11-10 19:45:48 -05:00
db_engine_specs feat: Drill ODBC/JDBC Impersonation feature (#17353) 2021-11-10 08:45:16 +02:00
db_engines chore(pylint): Remove top-level disable (#16589) 2021-09-15 09:30:23 -07:00
examples fix(dashboard): Return columns and verbose_map for groupby values of Pivot Table v2 [ID-7] (#17287) 2021-11-05 16:05:48 +01:00
initialization chore: use official isort in pre-commmit (#17215) 2021-10-25 17:57:38 +08:00
migrations Drop constraint (#17275) 2021-10-29 09:33:25 -07:00
models fix(dashboard): Return columns and verbose_map for groupby values of Pivot Table v2 [ID-7] (#17287) 2021-11-05 16:05:48 +01:00
queries chore(pylint): Enable useless-suppression check (#16388) 2021-08-24 03:58:41 +12:00
reports update execution logs and states for alerts (#16736) 2021-09-20 14:26:30 -07:00
security chore: use official isort in pre-commmit (#17215) 2021-10-25 17:57:38 +08:00
sql_validators chore(pylint): Remove top-level disable (#16589) 2021-09-15 09:30:23 -07:00
sqllab chore: use official isort in pre-commmit (#17215) 2021-10-25 17:57:38 +08:00
static [docker] fix, Dockerfile for frontend builds (#9114) 2020-02-12 15:48:24 +00:00
tasks chore(pylint): Remove top-level disable (#16589) 2021-09-15 09:30:23 -07:00
templates feat: Add parquet upload (#14449) 2021-08-31 10:20:25 +03:00
translations feat: Drill ODBC/JDBC Impersonation feature (#17353) 2021-11-10 08:45:16 +02:00
utils fix: handle TIME column serialization (#16869) 2021-11-11 10:35:00 +02:00
views feat(native_filter_migration): add transition mode (#16992) 2021-11-09 09:55:25 -08:00
__init__.py feat(templating): Safer Jinja template processing (#11704) 2020-11-17 11:55:47 -08:00
app.py Revert #15405 #15435 #15444 (#15558) 2021-07-06 14:56:08 -07:00
cli.py fix(cli): fail CLI script on failed import/export (#16976) 2021-10-29 08:56:29 +01:00
config.py feat(native_filter_migration): add transition mode (#16992) 2021-11-09 09:55:25 -08:00
constants.py fix: replace absolute difference with difference in compareOperator (#16930) 2021-10-04 13:31:19 +08:00
dataframe.py refactor: speed up conversion from dataframe to list of records (#12806) 2021-02-07 12:01:28 -08:00
errors.py refactor: sql lab: handling command exceptions (#16852) 2021-09-29 16:20:42 +03:00
exceptions.py change to 422 for stop query (#17292) 2021-10-29 16:34:41 -07:00
extensions.py chore(pylint): Enable useless-suppression check (#16388) 2021-08-24 03:58:41 +12:00
forms.py feat: support nulls in the csv uploads (#10208) 2020-07-06 13:26:43 -07:00
jinja_context.py fix(filter-indicator): show filters handled by jinja as applied (#17140) 2021-10-18 19:28:05 +02:00
legacy.py [mypy] Enforcing typing for superset.models (#9883) 2020-05-22 20:31:21 -07:00
result_set.py fix(BigQuery): explicitly quote columns in select_star (#16822) 2021-10-06 07:43:32 -07:00
schemas.py feat: initial work to make v1 API compatible with SIP-40 and SIP-41 (#13960) 2021-04-06 22:06:32 -07:00
sql_lab.py chore: Bumping pyarrow / pandas (#17290) 2021-10-31 10:47:02 -07:00
sql_parse.py feat: improve logic in is_select (#17329) 2021-11-02 17:30:12 -07:00
stats_logger.py chore: statds metrics for cache invalidation (#11701) 2020-11-16 06:48:26 -08:00
typing.py chore: upgrade mypy and add type guards (#16227) 2021-08-14 06:31:45 +03:00
viz.py revert: Partial revert of 17236 (#17383) 2021-11-10 20:32:35 -08:00