superset/superset
Steven Liu 6478bb7eab
feat: add date format to the email subject (#31413)
Co-authored-by: Steven Liu <steven.l@covergenius.com>
2025-01-28 09:33:41 -08:00
..
advanced_data_type chore: enforce more ruff rules (#31447) 2024-12-18 17:41:34 -08:00
annotation_layers chore: enforce more ruff rules (#31447) 2024-12-18 17:41:34 -08:00
async_events chore(GAQ): Remove GLOBAL_ASYNC_QUERIES_REDIS_CONFIG (#30284) 2025-01-21 20:03:00 -08:00
available_domains chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03:00
cachekeys fix: Nested transaction is inactive when embedding dashboard (#30699) 2024-10-24 13:08:55 -03:00
charts chore: rename `apply_post_process` (#31511) 2024-12-19 10:13:28 -05:00
cli feat: improve docker-compose services boot sequence (#31747) 2025-01-09 16:24:53 -08:00
columns chore: remove sl_ tables (#28704) 2024-05-29 19:04:37 -07:00
commands refactor: upload data unification, less permissions and less endpoints (#31959) 2025-01-28 11:09:55 +00:00
common chore: rename `apply_post_process` (#31511) 2024-12-19 10:13:28 -05:00
connectors refactor: Removes the legacy dataset editor (#31976) 2025-01-24 14:52:22 -03:00
css_templates fix: Add user filtering to changed_by. Fixes #27986 (#29287) 2024-07-25 15:23:00 -06:00
daos chore: enforce more ruff rules (#31447) 2024-12-18 17:41:34 -08:00
dashboards fix: proper URL building (#31962) 2025-01-23 15:59:45 -05:00
databases refactor: upload data unification, less permissions and less endpoints (#31959) 2025-01-28 11:09:55 +00:00
datasets chore: enforce more ruff rules (#31447) 2024-12-18 17:41:34 -08:00
datasource refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (#26200) 2024-01-18 08:27:29 +13:00
db_engine_specs fix(bigquery): return no catalogs when creds not set (#31837) 2025-01-15 11:58:44 -05:00
distributed_lock chore: enforce more ruff rules (#31447) 2024-12-18 17:41:34 -08:00
embedded fix(embedded): add missing GUEST_TOKEN_HEADER_NAME to bootstrap data (#28932) 2024-06-05 18:58:38 -07:00
embedded_dashboard chore(command): Organize Commands according to SIP-92 (#25850) 2023-11-22 16:55:54 -03:00
examples feat: improve docker-compose services boot sequence (#31747) 2025-01-09 16:24:53 -08:00
explore fix: proper URL building (#31962) 2025-01-23 15:59:45 -05:00
extensions chore: python version to 3.11 (while supporting 3.10) (#31503) 2025-01-13 18:22:49 -08:00
importexport refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
initialization refactor: Removes the legacy dataset editor (#31976) 2025-01-24 14:52:22 -03:00
key_value chore: Reduces the form_data_key length (#31905) 2025-01-21 16:49:10 -03:00
migrations refactor: upload data unification, less permissions and less endpoints (#31959) 2025-01-28 11:09:55 +00:00
models chore: replace selenium user with fixed user (#31844) 2025-01-22 12:46:06 -08:00
queries fix: Add user filtering to changed_by. Fixes #27986 (#29287) 2024-07-25 15:23:00 -06:00
reports feat: add date format to the email subject (#31413) 2025-01-28 09:33:41 -08:00
row_level_security chore: enforce more ruff rules (#31447) 2024-12-18 17:41:34 -08:00
security refactor: upload data unification, less permissions and less endpoints (#31959) 2025-01-28 11:09:55 +00:00
sql refactor: Removes the legacy dataset editor (#31976) 2025-01-24 14:52:22 -03:00
sql_validators refactor: remove more sqlparse (#31032) 2024-11-26 17:01:07 -05:00
sqllab refactor(Shared_url_query): Fix shared query URL access for SQL Lab users. (#31421) 2025-01-24 19:34:55 +01:00
static fix: correct value for config variable `UPLOAD_FOLDER` (#25166) 2025-01-21 12:37:26 -07:00
tables chore: remove sl_ tables (#28704) 2024-05-29 19:04:37 -07:00
tags chore: enforce more ruff rules (#31447) 2024-12-18 17:41:34 -08:00
tasks chore: replace selenium user with fixed user (#31844) 2025-01-22 12:46:06 -08:00
templates chore(View): Remove unnecessary theme view and defer basic styles (#30128) 2024-09-27 18:12:58 +02:00
temporary_cache chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
thumbnails chore: replace selenium user with fixed user (#31844) 2025-01-22 12:46:06 -08:00
translations build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /superset/translations (#31685) 2025-01-06 11:20:19 -08:00
utils chore: replace selenium user with fixed user (#31844) 2025-01-22 12:46:06 -08:00
views refactor: Removes the legacy dataset editor (#31976) 2025-01-24 14:52:22 -03:00
__init__.py chore(gha): bump ubuntu to latest fresh release (#31390) 2024-12-18 23:32:10 -08:00
app.py chore: enable ruff lint rule TRY201 and B904 to improve `raise` stack traces (#29166) 2024-06-12 13:04:42 -07:00
config.py feat: add date format to the email subject (#31413) 2025-01-28 09:33:41 -08:00
constants.py refactor: upload data unification, less permissions and less endpoints (#31959) 2025-01-28 11:09:55 +00:00
dataframe.py fix: improve df to records performance (#28512) 2024-05-15 15:30:23 +01:00
errors.py chore: enforce more ruff rules (#31447) 2024-12-18 17:41:34 -08:00
exceptions.py chore: enforce more ruff rules (#31447) 2024-12-18 17:41:34 -08:00
forms.py refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
jinja_context.py chore(🦾): bump python pre-commit 3.7.1 -> 4.0.1 (#31050) 2024-11-24 17:34:36 -08:00
legacy.py chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
result_set.py chore: python version to 3.11 (while supporting 3.10) (#31503) 2025-01-13 18:22:49 -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 chore: enforce more ruff rules (#31447) 2024-12-18 17:41:34 -08:00
sql_parse.py chore: enforce more ruff rules (#31447) 2024-12-18 17:41:34 -08:00
stats_logger.py chore: enforce more ruff rules (#31447) 2024-12-18 17:41:34 -08:00
superset_typing.py feat(oauth2): add support for trino (#30081) 2024-11-04 11:54:47 -05:00
viz.py chore: python version to 3.11 (while supporting 3.10) (#31503) 2025-01-13 18:22:49 -08:00