superset/superset
Beto Dealmeida d6a82f7852
feat: fine-grain chart data telemetry (#31273)
2024-12-10 13:09:39 -05:00
..
advanced_data_type chore: set up ruff as a new linter/formatter (#28158) 2024-04-24 17:19:53 -07:00
annotation_layers refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
async_events feat(GAQ): Add Redis Sentinel Support for Global Async Queries (#29912) 2024-08-30 10:42:29 -07: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 feat: fine-grain chart data telemetry (#31273) 2024-12-10 13:09:39 -05:00
cli feat(CLI command): Apache Superset "Factory Reset" CLI command #27207 (#27221) 2024-07-03 09:20:05 -07:00
columns chore: remove sl_ tables (#28704) 2024-05-29 19:04:37 -07:00
commands fix(alerts&reports): tabs with userfriendly urls (#31350) 2024-12-09 10:21:38 -07:00
common feat(time_comparison): Support all date formats when computing custom and inherit offsets (#30002) 2024-08-23 15:32:25 +02:00
connectors refactor: remove more sqlparse (#31032) 2024-11-26 17:01:07 -05:00
css_templates fix: Add user filtering to changed_by. Fixes #27986 (#29287) 2024-07-25 15:23:00 -06:00
daos fix(sqllab): Remove update_saved_query_exec_info to reduce lag (#31294) 2024-12-06 10:09:02 -08:00
dashboards fix(Dashboard): Backward compatible shared_label_colors field (#31163) 2024-11-26 20:34:06 +02:00
databases feat(oauth): adding necessary changes to support bigquery oauth (#30674) 2024-10-30 14:56:22 -05:00
datasets feat(dataset API): Add parameter to optionally render Jinja macros in API response (#30721) 2024-10-30 12:42:27 -03:00
datasource refactor: Ensure Flask framework leverages the Flask-SQLAlchemy session (#26200) 2024-01-18 08:27:29 +13:00
db_engine_specs fix(pinot): remove query aliases from SELECT and ORDER BY clauses in Pinot (#31341) 2024-12-09 09:07:03 -08:00
distributed_lock chore(key-value): convert command to dao (#29344) 2024-07-01 20:22:11 +03: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 fix(Dashboard): Retain colors when color scheme not set (#30646) 2024-11-21 19:58:32 +02:00
explore chore: Remove obsolete actor (#27147) 2024-02-21 09:08:08 +13:00
extensions chore(🦾): bump python pre-commit 3.7.1 -> 4.0.1 (#31050) 2024-11-24 17:34:36 -08:00
importexport refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -07:00
initialization fix: Unable to parse escaped tables (#30560) 2024-10-09 13:25:44 -03:00
key_value chore(key-value): convert command to dao (#29344) 2024-07-01 20:22:11 +03:00
migrations fix: check for column before adding in migrations (#31185) 2024-12-02 13:47:55 -08:00
models feat: fine-grain chart data telemetry (#31273) 2024-12-10 13:09:39 -05:00
queries fix: Add user filtering to changed_by. Fixes #27986 (#29287) 2024-07-25 15:23:00 -06:00
reports chore: add link to Superset when report error (#30576) 2024-10-21 15:40:20 -07:00
row_level_security fix: Add user filtering to changed_by. Fixes #27986 (#29287) 2024-07-25 15:23:00 -06:00
security fix: check orderby (#31156) 2024-11-26 10:15:06 -05:00
sql fix: Use clickhouse sqlglot dialect for YDB (#31323) 2024-12-07 12:58:23 -08:00
sql_validators refactor: remove more sqlparse (#31032) 2024-11-26 17:01:07 -05:00
sqllab fix(sqllab): Remove update_saved_query_exec_info to reduce lag (#31294) 2024-12-06 10:09:02 -08:00
static [docker] fix, Dockerfile for frontend builds (#9114) 2020-02-12 15:48:24 +00:00
tables chore: remove sl_ tables (#28704) 2024-05-29 19:04:37 -07:00
tags fix(Tags filter): Filter assets by tag ID (#29412) 2024-07-11 12:26:36 -03:00
tasks fix: cache-warmup fails (#31173) 2024-12-06 17:41:38 -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 feat(Digest): Add RLS at digest generation for Charts and Dashboards (#30336) 2024-09-24 15:39:11 +02:00
translations chore(translations): Slovenian translation update (#30526) 2024-10-07 14:22:39 -03:00
utils fix: cache-warmup fails (#31173) 2024-12-06 17:41:38 -08:00
views fix: Exception handling for SQL Lab views (#30897) 2024-11-12 08:54:58 -08:00
__init__.py feat: use uv in CI (#31260) 2024-12-02 18:16:56 -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 fix: add more clickhouse disallowed functions on config (#31198) 2024-12-03 10:48:06 +00:00
constants.py refactor(Dashboard): Native filters form update endpoint (#30609) 2024-10-21 14:11:22 +03:00
dataframe.py fix: improve df to records performance (#28512) 2024-05-15 15:30:23 +01:00
errors.py fix(SQL Lab): hang when result set size is too big (#30522) 2024-10-14 18:03:28 -07:00
exceptions.py feat(SQL Lab): better SQL parsing error messages (#30501) 2024-10-04 19:17:56 -04: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 refactor: Unify all json.(loads|dumps) usage to utils.json (#28702) 2024-05-28 14:17:41 -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(SQL Lab): hang when result set size is too big (#30522) 2024-10-14 18:03:28 -07:00
sql_parse.py fix: pass string to `process_template` (#31329) 2024-12-07 09:49:49 -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(oauth2): add support for trino (#30081) 2024-11-04 11:54:47 -05:00
viz.py chore(🦾): bump python pre-commit 3.7.1 -> 4.0.1 (#31050) 2024-11-24 17:34:36 -08:00