superset/superset
Michael S. Molina 90c3e56d32
chore: Sets DASHBOARD_VIRTUALIZATION feature flag to True by default (#26636)
2024-01-17 11:39:11 -03:00
..
advanced_data_type chore(backend): Spelling (#25457) 2023-09-29 09:36:50 -07:00
annotation_layers chore: harmonize and clean up list views (#25961) 2023-12-04 11:51:18 -08:00
async_events feat(embedded+async queries): support async queries to work with embedded guest user (#26332) 2024-01-08 17:11:45 -08:00
available_domains chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03:00
cachekeys chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03:00
charts chore(API): Include changed_by.id in Get Charts and Get Datasets API responses (#26540) 2024-01-17 14:12:46 +00:00
cli fix(typings): model_id is a multiple option (#25967) 2023-12-19 07:54:55 +13:00
columns chore(backend): Spelling (#25457) 2023-09-29 09:36:50 -07:00
commands fix: create virtual dataset validation (#26625) 2024-01-17 09:11:15 +00:00
common feat(embedded+async queries): support async queries to work with embedded guest user (#26332) 2024-01-08 17:11:45 -08:00
connectors chore: Ensure Mixins are ordered according to the MRO (#26288) 2023-12-16 14:11:58 +13:00
css_templates chore: harmonize and clean up list views (#25961) 2023-12-04 11:51:18 -08:00
daos refactor: Ensure Celery leverages the Flask-SQLAlchemy session (#26186) 2024-01-17 17:06:22 +13:00
dashboards refactor: Removes the deprecated DASHBOARD_CACHE feature flag (#26349) 2024-01-16 14:14:42 -03:00
databases fix(database): allow filtering by UUID (#26469) 2024-01-12 11:18:39 -05:00
datasets chore(API): Include changed_by.id in Get Charts and Get Datasets API responses (#26540) 2024-01-17 14:12:46 +00:00
datasource fix(chart-filter): Avoid column denormalization if not enabled (#26199) 2023-12-07 17:24:47 -08:00
db_engine_specs refactor: Ensure Celery leverages the Flask-SQLAlchemy session (#26186) 2024-01-17 17:06:22 +13:00
embedded chore(command): Organize Commands according to SIP-92 (#25850) 2023-11-22 16:55:54 -03:00
embedded_dashboard chore(command): Organize Commands according to SIP-92 (#25850) 2023-11-22 16:55:54 -03:00
examples fix: Removes non-existent columns in the 2018 FCC Survey dataset (#26380) 2024-01-03 11:13:07 -03:00
explore chore(command): Organize Commands according to SIP-92 (#25850) 2023-11-22 16:55:54 -03:00
extensions chore(command): Organize Commands according to SIP-92 (#25850) 2023-11-22 16:55:54 -03:00
importexport chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03:00
initialization refactor: Removes the filters set feature (#26369) 2024-01-16 12:42:35 -03:00
key_value chore: Ensure Mixins are ordered according to the MRO (#26288) 2023-12-16 14:11:58 +13:00
migrations refactor: Removes the filters set feature (#26369) 2024-01-16 12:42:35 -03:00
models refactor: Removes the deprecated DASHBOARD_CACHE feature flag (#26349) 2024-01-16 14:14:42 -03:00
queries chore: harmonize and clean up list views (#25961) 2023-12-04 11:51:18 -08:00
reports feat: global logs context (#26418) 2024-01-16 14:44:30 -08:00
row_level_security chore: harmonize and clean up list views (#25961) 2023-12-04 11:51:18 -08:00
security fix: create virtual dataset validation (#26625) 2024-01-17 09:11:15 +00:00
sql_validators chore: Update pylint to 2.17.4 (#24700) 2023-07-24 17:13:49 -07:00
sqllab chore(command): Organize Commands according to SIP-92 (#25850) 2023-11-22 16:55:54 -03:00
static [docker] fix, Dockerfile for frontend builds (#9114) 2020-02-12 15:48:24 +00:00
tables chore: Ensure Mixins are ordered according to the MRO (#26288) 2023-12-16 14:11:58 +13:00
tags fix(tagging): adding tags containing a “:” to dashboards (#26324) 2023-12-22 10:30:08 -08:00
tasks refactor: Ensure Celery leverages the Flask-SQLAlchemy session (#26186) 2024-01-17 17:06:22 +13:00
templates fix: Invalid references in the basic template (#26302) 2024-01-03 13:25:52 -03:00
temporary_cache chore(command): Organize Commands according to SIP-92 (#25850) 2023-11-22 16:55:54 -03:00
thumbnails feat(thumbnails): add support for user specific thumbs (#22328) 2022-12-14 15:02:31 +02:00
translations fix(translations): Clear all (#26424) 2024-01-08 22:18:45 +01:00
utils refactor: Ensure Celery leverages the Flask-SQLAlchemy session (#26186) 2024-01-17 17:06:22 +13:00
views chore: Deprecates the KV_STORE feature flag (#26450) 2024-01-16 10:49:14 -03:00
__init__.py chore: switching out ConnectorRegistry references for DatasourceDAO (#20380) 2022-06-21 13:22:39 +02:00
app.py chore(async): Making create app configurable (#25346) 2023-09-20 10:04:58 -07:00
config.py chore: Sets DASHBOARD_VIRTUALIZATION feature flag to True by default (#26636) 2024-01-17 11:39:11 -03:00
constants.py fix: Python3.11 (str, Enum) issue (#24803) 2023-07-31 09:04:09 -07:00
dataframe.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
errors.py feat: generic marshmallow error component (#25303) 2023-10-03 11:35:28 -07:00
exceptions.py feat: generic marshmallow error component (#25303) 2023-10-03 11:35:28 -07:00
forms.py feat(csv-upload): Configurable max filesize (#24618) 2023-07-11 21:35:22 -06:00
jinja_context.py chore(command): Organize Commands according to SIP-92 (#25850) 2023-11-22 16:55:54 -03:00
legacy.py fix: granularity_sqla and GENERIC_CHART_AXES (#25213) 2023-09-06 20:09:15 -07:00
result_set.py fix(plugin-chart-echarts): support forced categorical x-axis (#26404) 2024-01-08 12:04:22 -08: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 refactor: Ensure Celery leverages the Flask-SQLAlchemy session (#26186) 2024-01-17 17:06:22 +13:00
sql_parse.py feat: safer insert RLS (#20323) 2023-11-08 22:52:25 -05:00
stats_logger.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
superset_typing.py feat(sqllab): TRINO_EXPAND_ROWS: expand columns from ROWs (#25809) 2023-11-20 10:59:10 -07:00
viz.py chore(connector): Cleanup base models and views according to SIP-92 (#24773) 2023-11-21 10:11:50 -08:00