superset/superset
2023-08-30 09:49:45 -07:00
..
advanced_data_type chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03:00
annotation_layers chore(dao): Replace save/overwrite with create/update respectively (#24467) 2023-08-11 12:55:39 -07:00
async_events chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03: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: use contextlib.surpress instead of passing on error (#24896) 2023-08-29 10:09:01 -06:00
cli fix(cli): import-directory is missing the application context (#21255) 2023-08-23 13:32:57 -06:00
columns feat(business-types): initial implementation of SIP-78 (#18794) 2022-05-16 17:58:21 +03:00
commands fix(assets import): Ensure old datasource ids are not referenced in imported charts (#25086) 2023-08-28 09:47:19 -07:00
common chore: move TypedDict from typing_extensions to typing (#25121) 2023-08-30 09:49:45 -07:00
connectors fix: dataset update permission out of sync (#25043) 2023-08-25 11:34:25 -07:00
css_templates chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03:00
daos feat: Update Tags CRUD API (#24839) 2023-08-25 21:16:35 +02:00
dashboards fix: Don't let users see dashboards only because it's favorited (#24991) 2023-08-17 17:35:37 -07:00
databases chore(dao): Replace save/overwrite with create/update respectively (#24467) 2023-08-11 12:55:39 -07:00
datasets fix: dataset safe URL for explore_url (#24686) 2023-08-23 09:31:44 -03:00
datasource chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03:00
db_engine_specs chore: move TypedDict from typing_extensions to typing (#25121) 2023-08-30 09:49:45 -07: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 feat: Add line width unit control in deckgl Polygon and Path (#24755) 2023-07-27 18:41:50 +02:00
explore chore: move TypedDict from typing_extensions to typing (#25121) 2023-08-30 09:49:45 -07:00
extensions fix: small fixes for the meta DB (#25067) 2023-08-23 14:24:13 -07:00
importexport chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03:00
initialization chore: use contextlib.surpress instead of passing on error (#24896) 2023-08-29 10:09:01 -06:00
key_value fix: Python3.11 (str, Enum) issue (#24803) 2023-07-31 09:04:09 -07:00
migrations fix: extend user email size (#25053) 2023-08-22 14:52:49 +01:00
models chore: use contextlib.surpress instead of passing on error (#24896) 2023-08-29 10:09:01 -06:00
queries chore(api): clean up API spec (#24838) 2023-07-31 20:03:58 +03:00
reports chore(dao): Replace save/overwrite with create/update respectively (#24467) 2023-08-11 12:55:39 -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: use contextlib.surpress instead of passing on error (#24896) 2023-08-29 10:09:01 -06:00
sql_validators chore: Update pylint to 2.17.4 (#24700) 2023-07-24 17:13:49 -07:00
sqllab chore: use contextlib.surpress instead of passing on error (#24896) 2023-08-29 10:09:01 -06: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 feat: Update Tags CRUD API (#24839) 2023-08-25 21:16:35 +02:00
tasks chore(reports): add metrics to report schedule and log prune (#25080) 2023-08-25 09:39:26 -07:00
templates fix: Date format when importing international timestamps (#25113) 2023-08-30 08:45:01 -03: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 fix(translations): typo mistake (translation to Spanish) (#24475) 2023-06-28 18:17:37 -03:00
utils chore: move TypedDict from typing_extensions to typing (#25121) 2023-08-30 09:49:45 -07:00
views chore: move TypedDict from typing_extensions to typing (#25121) 2023-08-30 09:49:45 -07:00
__init__.py chore: switching out ConnectorRegistry references for DatasourceDAO (#20380) 2022-06-21 13:22:39 +02:00
app.py Revert #15405 #15435 #15444 (#15558) 2021-07-06 14:56:08 -07:00
config.py fix: dataset safe URL for explore_url (#24686) 2023-08-23 09:31:44 -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 chore: Refactor dashboard security access (#24804) 2023-08-09 09:25:58 -07:00
exceptions.py feat(Tags): Allow users to favorite Tags on CRUD Listview page (#24701) 2023-07-27 13:17:26 -04:00
forms.py feat(csv-upload): Configurable max filesize (#24618) 2023-07-11 21:35:22 -06:00
jinja_context.py chore: move TypedDict from typing_extensions to typing (#25121) 2023-08-30 09:49:45 -07:00
legacy.py chore: Update pylint to 2.17.4 (#24700) 2023-07-24 17:13:49 -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 chore: Update pylint to 2.17.4 (#24700) 2023-07-24 17:13:49 -07:00
sql_parse.py fix: CTE queries with non-SELECT statements (#25014) 2023-08-19 15:49:15 +01: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 fix: Allow embedded guest user datasource access with dashboard context (#25081) 2023-08-28 09:48:21 -07:00