superset/superset
Craig Rueda 8bdf457dfa
feat(db): Adding DB_SQLA_URI_VALIDATOR (#27847)
2024-04-02 09:00:32 -07:00
..
advanced_data_type feat(adt): add 403 to api response status codes (#27162) 2024-02-20 15:09:47 +00: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 refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (#26200) 2024-01-18 08:27:29 +13:00
charts feat(logs context): Adding dashboard id to logs context (#27298) 2024-02-29 13:28:54 -08:00
cli feat: Adds Heatmap chart migration logic (#27771) 2024-03-29 12:08:43 -03:00
columns chore(backend): Spelling (#25457) 2023-09-29 09:36:50 -07:00
commands fix: reduce alert error to warning (#27744) 2024-03-27 18:10:22 -07:00
common refactor(plugins): Time Comparison Utils (#27145) 2024-02-22 14:43:43 +01:00
connectors fix: alembic's 'superset db migrate' fails with CompileError (#27846) 2024-04-02 07:45:55 -07:00
css_templates chore: harmonize and clean up list views (#25961) 2023-12-04 11:51:18 -08:00
daos refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909) 2024-02-14 06:20:15 +13:00
dashboards feat: Adds option to disable drill to detail per database (#27536) 2024-03-21 15:51:09 -03:00
databases feat: Adds option to disable drill to detail per database (#27536) 2024-03-21 15:51:09 -03:00
datasets perf(export): export generates unnecessary files content (#26765) 2024-02-21 16:28:38 -07:00
datasource refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (#26200) 2024-01-18 08:27:29 +13:00
db_engine_specs feat(db): Adding DB_SQLA_URI_VALIDATOR (#27847) 2024-04-02 09:00:32 -07: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 chore(examples): organizing example chart yaml files into dashboard folders (#27572) 2024-03-21 23:09:50 -06:00
explore chore: Remove obsolete actor (#27147) 2024-02-21 09:08:08 +13:00
extensions refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909) 2024-02-14 06:20:15 +13:00
importexport perf(export): export generates unnecessary files content (#26765) 2024-02-21 16:28:38 -07:00
initialization fix: removes old deprecated sqllab endpoints (#27117) 2024-02-15 15:58:48 +00:00
key_value chore: Ensure Mixins are ordered according to the MRO (#26288) 2023-12-16 14:11:58 +13:00
migrations feat: Adds Heatmap chart migration logic (#27771) 2024-03-29 12:08:43 -03:00
models chore(🦾): bump python flask-session 0.5.0 -> 0.8.0 (#27751) 2024-04-01 20:00:42 -07:00
queries perf(sqllab): reduce bootstrap data delay by queries (#27488) 2024-03-18 12:52:23 -07:00
reports feat(alerts-reports): adding pdf filetype to email and slack reports (#27497) 2024-03-22 17:54:30 +01:00
row_level_security chore: harmonize and clean up list views (#25961) 2023-12-04 11:51:18 -08:00
security fix: Leverage actual database for rendering Jinjarized SQL (#27646) 2024-03-27 08:12:25 +13:00
sql_validators feat(sqlparse): improve table parsing (#26476) 2024-01-22 11:16:50 -05:00
sqllab fix(sql_parse): Ensure table extraction handles Jinja templating (#27470) 2024-03-22 13:39:28 +13:00
static [docker] fix, Dockerfile for frontend builds (#9114) 2020-02-12 15:48:24 +00:00
tables refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (Phase II) (#26909) 2024-02-14 06:20:15 +13:00
tags fix: Pylint errors on master (#27710) 2024-03-27 16:18:41 -03:00
tasks fix(cache): remove unused webserver config & handle trailing slashes (#22849) 2024-02-01 10:34:07 -05:00
templates refactor: Removes the Profile feature (#26462) 2024-01-18 15:36:40 -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 feat(translations): Turkish translation files added (#27244) 2024-03-05 16:55:33 -07:00
utils chore(🦾): bump python simplejson 3.17.3 -> 3.19.2 (#27757) 2024-04-01 09:43:47 -07:00
views fix: Pylint errors on master (#27710) 2024-03-27 16:18:41 -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 feat(db): Adding DB_SQLA_URI_VALIDATOR (#27847) 2024-04-02 09:00:32 -07:00
constants.py refactor(plugins): Time Comparison Utils (#27145) 2024-02-22 14:43:43 +01:00
dataframe.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
errors.py chore: improve SQL parsing (#26767) 2024-03-13 18:27:01 -04:00
exceptions.py chore: improve SQL parsing (#26767) 2024-03-13 18:27:01 -04:00
forms.py feat(csv-upload): Configurable max filesize (#24618) 2023-07-11 21:35:22 -06:00
jinja_context.py feat(jinja): metric macro (#27582) 2024-03-25 15:07:17 +00:00
legacy.py refactor: Removes the deprecated GENERIC_CHART_AXES feature flag (#26372) 2024-01-31 09:45:57 -05: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 feat(sqlparse): improve table parsing (#26476) 2024-01-22 11:16:50 -05:00
sql_parse.py fix: Provide more inclusive error handling for saved queries (#27644) 2024-03-26 16:22:14 -03: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 fix: Translations related to the date range filter (#26074) 2024-02-21 16:29:03 -07:00