superset/superset
2022-11-30 21:13:58 +02:00
..
advanced_data_type fix: advanced data type API spec and permission name (#20128) 2022-05-20 10:08:27 +01:00
annotation_layers chore: remove annotation layer FAB CRUD model view (#22178) 2022-11-22 16:19:57 +00:00
async_events docs(api): Script to generate API docs (openapi.json) (#12050) 2021-01-04 13:47:01 -08:00
available_domains chore: migrate available_domains to api/v1 (#21173) 2022-09-01 16:38:02 +01:00
cachekeys chore: switching out ConnectorRegistry references for DatasourceDAO (#20380) 2022-06-21 13:22:39 +02:00
charts fix(reports): force data generation in csv reports (#22196) 2022-11-26 13:30:26 +08:00
cli chore(tags): Refactor logic to leverage Flask-SQLAlchemy extension (#21459) 2022-10-03 00:07:52 -07:00
columns feat(business-types): initial implementation of SIP-78 (#18794) 2022-05-16 17:58:21 +03:00
commands fix: allow datasource imports on Windows (#22264) 2022-11-30 12:07:49 -07:00
common feat: support mulitple temporal filters in AdhocFilter and move the Time Section away (#21767) 2022-11-02 08:21:17 +08:00
connectors fix(generic-chart-axes): apply time filter on all target column types (#22238) 2022-11-28 12:47:55 +02:00
css_templates fix: Refactor ownership checks and ensure consistency (#20499) 2022-07-07 11:04:27 -07:00
dao fix: Update exception for DatasourceNotFound from DatasourceDao.get_datasource() (#21217) 2022-08-26 15:11:47 -07:00
dashboards feat: Horizontal filter bar states (#22064) 2022-11-18 14:15:28 +02:00
databases fix: slug is empty if filename is non-ASCII (#22118) 2022-11-16 10:53:30 -08:00
datasets fix: slug is empty if filename is non-ASCII (#22118) 2022-11-16 10:53:30 -08:00
datasource fix: datasourcedao datasource not found error (#20725) 2022-07-19 13:45:46 -07:00
db_engine_specs feat: add risingwave.py in db engine specs (#22123) 2022-11-30 21:13:58 +02:00
db_engines chore(pylint): Remove top-level disable (#16589) 2021-09-15 09:30:23 -07:00
embedded perf: Memoize the common_bootstrap_payload and include user param (#21018) (#21439) 2022-09-13 08:52:08 -07:00
embedded_dashboard add missing init files (#19797) 2022-04-20 14:26:38 -07:00
examples feat: refactor all get_sqla_engine to use contextmanager in codebase (#21943) 2022-11-15 13:45:14 -05:00
explore chore: bubble up more db error messages (#21982) 2022-11-01 07:54:27 +02:00
extensions feat: introduce hashids permalink keys (#19324) 2022-03-24 21:53:09 +02:00
importexport chore: fix typo in importexport/api.py (#20085) 2022-05-16 10:08:01 -07:00
initialization chore: remove annotation layer FAB CRUD model view (#22178) 2022-11-22 16:19:57 +00:00
key_value chore(key-value): remove redundant exception logging (#21702) 2022-10-05 19:44:42 +03:00
migrations chore: Add a migration that removes filter_bar_orientation from dashboard's json_metadata (#22248) 2022-11-29 15:09:56 +01:00
models fix(generic-chart-axes): apply time filter on all target column types (#22238) 2022-11-28 12:47:55 +02:00
queries fix: check that imports are ZIPs (#21875) 2022-10-26 12:15:46 -07:00
reports fix(alerts): execute query as report executor (#22167) 2022-11-18 14:22:56 +02:00
security fix(alerts): restrict list view and gamma perms (#21765) 2022-10-15 10:03:26 +03:00
sql_validators feat: refactor all get_sqla_engine to use contextmanager in codebase (#21943) 2022-11-15 13:45:14 -05:00
sqllab refactor: return initial exception and check if it's user error (#21836) 2022-10-31 12:33:01 -04:00
static [docker] fix, Dockerfile for frontend builds (#9114) 2020-02-12 15:48:24 +00:00
tables perf: refactor SIP-68 db migrations with INSERT SELECT FROM (#19421) 2022-04-19 18:58:18 -07:00
tags fix(tags): Adding __init__ to tags (#21591) 2022-09-27 10:35:20 -07:00
tasks refactor: use exception status for logging (#21971) 2022-11-14 14:14:24 -08:00
templates feat: CSV File Upload form updates (Grouping with Collapse/Expand) (#21992) 2022-11-30 10:03:52 -05:00
temporary_cache fix: Refactor ownership checks and ensure consistency (#20499) 2022-07-07 11:04:27 -07:00
translations chore: Slovenian translation update (#20435) 2022-10-07 15:27:24 -03:00
utils feat: Axis sort in the Bar Chart V2 (#21993) 2022-11-26 22:06:26 +08:00
views feat: CSV File Upload form updates (Grouping with Collapse/Expand) (#21992) 2022-11-30 10:03:52 -05:00
__init__.py chore: switching out ConnectorRegistry references for DatasourceDAO (#20380) 2022-06-21 13:22:39 +02:00
app.py Revert #15405 #15435 #15444 (#15558) 2021-07-06 14:56:08 -07:00
config.py fix: datasource save, improve data validation (#22038) 2022-11-07 10:33:24 +00:00
constants.py feat: support mulitple temporal filters in AdhocFilter and move the Time Section away (#21767) 2022-11-02 08:21:17 +08:00
dataframe.py fix: logging warning on dataframe (don't use python's warnings) (#18111) 2022-01-20 16:24:30 +00:00
errors.py refactor: use exception status for logging (#21971) 2022-11-14 14:14:24 -08:00
exceptions.py fix(sql lab): Syntax errors should return with 422 status (#20491) 2022-07-27 12:41:17 -06:00
forms.py feat: support nulls in the csv uploads (#10208) 2020-07-06 13:26:43 -07:00
jinja_context.py refactor: Cleanup user get_id/get_user_id (#20492) 2022-06-24 17:57:04 -07:00
legacy.py [mypy] Enforcing typing for superset.models (#9883) 2020-05-22 20:31:21 -07:00
result_set.py fix: Crash caused by numpy.vectorize (#21936) 2022-10-26 15:06:18 -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 feat: refactor all get_sqla_engine to use contextmanager in codebase (#21943) 2022-11-15 13:45:14 -05:00
sql_parse.py fix: Published Dashboard without charts don't show up for non admin users (#20638) 2022-07-27 12:40:59 -06:00
stats_logger.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
superset_typing.py fix: allow adhoc columns in non-aggregate query (#21729) 2022-10-10 12:08:33 +08:00
viz.py feat: support mulitple temporal filters in AdhocFilter and move the Time Section away (#21767) 2022-11-02 08:21:17 +08:00