superset/superset
2023-11-08 11:56:38 -08:00
..
advanced_data_type chore(backend): Spelling (#25457) 2023-09-29 09:36:50 -07:00
annotation_layers chore(dao): Replace save/overwrite with create/update respectively (#24467) 2023-08-11 12:55:39 -07:00
async_events chore(async): Initial Refactoring of Global Async Queries (#25466) 2023-10-02 17:22:07 -07: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 fix(import): Make sure query context is overwritten for overwriting imports (#25493) 2023-10-16 09:49:55 -07:00
cli fix(test-db): engine params (#25615) 2023-10-11 12:45:33 -06:00
columns chore(backend): Spelling (#25457) 2023-09-29 09:36:50 -07:00
commands fix: improve upload ZIP file validation (#25658) 2023-10-17 18:28:09 +01:00
common fix: the temporal x-axis results in a none time_range. (#25429) 2023-11-03 09:57:47 -07:00
connectors chore(backend): Spelling (#25457) 2023-09-29 09:36:50 -07:00
css_templates chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03:00
daos fix: remove update_charts_owners (#25843) 2023-11-03 13:06:31 -04:00
dashboards fix: remove update_charts_owners (#25843) 2023-11-03 13:06:31 -04:00
databases chore(backend): Spelling (#25457) 2023-09-29 09:36:50 -07:00
datasets fix: dataset update uniqueness (#25756) 2023-10-25 16:49:32 -04:00
datasource chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03:00
db_engine_specs chore: remove deprecated functions in SQLAlchemy (#25911) 2023-11-08 11:56:38 -08:00
embedded chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03:00
embedded_dashboard add missing init files (#19797) 2022-04-20 14:26:38 -07:00
examples chore(backend): Spelling (#25457) 2023-09-29 09:36:50 -07:00
explore chore: move TypedDict from typing_extensions to typing (#25121) 2023-08-30 09:49:45 -07:00
extensions fix(metadb): handle durations (#25727) 2023-10-20 17:46:57 -04:00
importexport chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03:00
initialization feat: support server-side sessions (#25795) 2023-10-31 16:05:18 +00:00
key_value fix: Python3.11 (str, Enum) issue (#24803) 2023-07-31 09:04:09 -07:00
migrations chore: remove deprecated functions in SQLAlchemy (#25911) 2023-11-08 11:56:38 -08:00
models feat: method for dynamic allows_alias_in_select (#25882) 2023-11-07 14:28:28 -05:00
queries chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03:00
reports chore(backend): Spelling (#25457) 2023-09-29 09:36:50 -07:00
row_level_security chore(dao): Replace save/overwrite with create/update respectively (#24467) 2023-08-11 12:55:39 -07:00
security chore(security): Make get_database_perm/get_dataset_perm return optional (#24046) 2023-10-31 08:23:42 -07:00
sql_validators chore: Update pylint to 2.17.4 (#24700) 2023-07-24 17:13:49 -07:00
sqllab feat(sqllab): Format sql (#25344) 2023-11-03 09:38:11 -07:00
static [docker] fix, Dockerfile for frontend builds (#9114) 2020-02-12 15:48:24 +00:00
tables chore: Update pylint to 2.17.4 (#24700) 2023-07-24 17:13:49 -07:00
tags fix: add validation on tag name to have name + onDelete refresh list view (#25831) 2023-11-04 10:09:54 -04:00
tasks fix: Improve the reliability of alerts & reports (#25239) 2023-09-19 09:40:13 -07:00
templates chore(read_csv): remove deprecated argument (#25226) 2023-09-08 12:10:55 -07:00
temporary_cache chore: move TypedDict from typing_extensions to typing (#25121) 2023-08-30 09:49:45 -07:00
thumbnails feat(thumbnails): add support for user specific thumbs (#22328) 2022-12-14 15:02:31 +02:00
translations chore(backend): Spelling (#25457) 2023-09-29 09:36:50 -07:00
utils chore: Add config options for Playwright wait_until and default timeout (#25765) 2023-10-27 10:37:32 +02:00
views fix: avoid 500 errors with SQLLAB_BACKEND_PERSISTENCE (#25553) 2023-10-13 13:30:19 -06: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(celery): Cleanup config and async query specifications (#25314) 2023-10-31 10:17:51 -07: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 fix: DB-specific quoting in Jinja macro (#25779) 2023-10-30 09:50:44 -04:00
legacy.py fix: granularity_sqla and GENERIC_CHART_AXES (#25213) 2023-09-06 20:09:15 -07:00
result_set.py fix: timezone issue in Pandas 2 (#24955) 2023-08-11 00:25:33 -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 fix(sqllab): reinstate "Force trino client async execution" (#25680) 2023-10-19 16:38:13 +03:00
sql_parse.py fix: is_select with UNION (#25290) 2023-09-14 09:05:19 -07:00
stats_logger.py chore(pre-commit): Add pyupgrade and pycln hooks (#24197) 2023-06-01 12:01:10 -07:00
superset_typing.py chore: move TypedDict from typing_extensions to typing (#25121) 2023-08-30 09:49:45 -07:00
viz.py feat: Add Deck.gl Contour Layer (#24154) 2023-10-10 11:20:37 +02:00