superset/superset
Bogdan 495a205dec
Memoize the common_bootstrap_payload (#21018)
Try patch

Co-authored-by: Bogdan Kyryliuk <bogdankyryliuk@dropbox.com>
2022-08-16 08:27:12 -07:00
..
advanced_data_type fix: advanced data type API spec and permission name (#20128) 2022-05-20 10:08:27 +01:00
annotation_layers fix: Ensure consistent rollback logic (#20811) 2022-07-25 08:18:53 -07:00
async_events docs(api): Script to generate API docs (openapi.json) (#12050) 2021-01-04 13:47:01 -08:00
cachekeys chore: switching out ConnectorRegistry references for DatasourceDAO (#20380) 2022-06-21 13:22:39 +02:00
charts feat: add extension point for workspace home page (#21033) 2022-08-15 12:16:40 -07:00
cli test: make tabbed dashboard a little more complex (#19966) 2022-05-13 17:31:23 -07:00
columns feat(business-types): initial implementation of SIP-78 (#18794) 2022-05-16 17:58:21 +03:00
commands chore: upgrade SQLAlchemy to 1.4 (#19890) 2022-07-18 15:21:38 -07:00
common perf: Implement model specific lookups by id to improve performance (#20974) 2022-08-09 09:59:31 -07:00
connectors feat: per-db add metrics (#20990) 2022-08-08 12:07:16 -07:00
css_templates fix: Refactor ownership checks and ensure consistency (#20499) 2022-07-07 11:04:27 -07:00
dao perf: Implement model specific lookups by id to improve performance (#20974) 2022-08-09 09:59:31 -07:00
dashboards chore: always get dashboard_id on dashboard API get endpoint (#20894) 2022-08-03 17:20:20 -07:00
databases fix(import): error with disable_data_preview field (#20932) 2022-08-02 14:16:45 -06:00
datasets fix(import): error with disable_data_preview field (#20932) 2022-08-02 14:16:45 -06:00
datasource fix: datasourcedao datasource not found error (#20725) 2022-07-19 13:45:46 -07:00
db_engine_specs feat(trino): add query cancellation (#21035) 2022-08-12 07:48:29 +03:00
db_engines chore(pylint): Remove top-level disable (#16589) 2021-09-15 09:30:23 -07:00
embedded feat(embedded): enforce allow domains (#20251) 2022-06-17 12:57:51 -07:00
embedded_dashboard add missing init files (#19797) 2022-04-20 14:26:38 -07:00
examples refactor(test): add login_as_admin in global conftest (#20703) 2022-07-14 18:10:31 -07:00
explore perf: Implement model specific lookups by id to improve performance (#20974) 2022-08-09 09:59:31 -07:00
extensions feat: introduce hashids permalink keys (#19324) 2022-03-24 21:53:09 +02:00
importexport chore: fix typo in `importexport/api.py` (#20085) 2022-05-16 10:08:01 -07:00
initialization fix: Validate required fields in sql_json API (#21003) 2022-08-11 23:37:53 +08:00
key_value feat(dashboard): make permalink deterministic (#20632) 2022-07-12 16:33:18 -07:00
migrations chore(db-migration): ensure query_context is MediumText before viz migration (#20936) 2022-08-08 13:30:46 -07:00
models feat: per-db add metrics (#20990) 2022-08-08 12:07:16 -07:00
queries feat: add extension point for workspace home page (#21033) 2022-08-15 12:16:40 -07:00
reports feat: allow more HTML tags in report description (#20908) 2022-07-29 08:27:39 -07:00
security fix: Change dataset name affect data access role set to this dataset (#20574) 2022-08-02 14:06:53 -06:00
sql_validators fix: Refactor SQL username logic (#19914) 2022-05-12 21:03:05 -07:00
sqllab fix(sql lab): Syntax errors should return with 422 status (#20491) 2022-07-27 12:41:17 -06:00
static [docker] fix, Dockerfile for frontend builds (#9114) 2020-02-12 15:48:24 +00:00
tables perf: refactor SIP-68 db migrations with INSERT SELECT FROM (#19421) 2022-04-19 18:58:18 -07:00
tasks refactor: Deprecate ensure_user_is_set in favor of override_user (#20502) 2022-07-05 10:57:40 -07:00
templates fix(explore): Fix chart standalone URL for report/thumbnail generation (#20673) 2022-07-19 13:53:55 -03:00
temporary_cache fix: Refactor ownership checks and ensure consistency (#20499) 2022-07-07 11:04:27 -07:00
translations fix: X Axis should be called Y Axis when using the Bar Chart V2 on Horizontal mode (#20659) 2022-07-09 12:36:16 +08:00
utils chore(mypy): enable warn_unused_ignores (#20884) 2022-07-29 00:47:53 -07:00
views Memoize the common_bootstrap_payload (#21018) 2022-08-16 08:27:12 -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 feat: Adds drill to detail context menu for ECharts visualizations (#20891) 2022-08-09 17:02:31 -03:00
constants.py chore: add user agent to Databricks requests (#20660) 2022-07-20 08:17:52 -07:00
dataframe.py fix: logging warning on dataframe (don't use python's warnings) (#18111) 2022-01-20 16:24:30 +00:00
errors.py fix: allow subquery in ad-hoc SQL (WIP) (#19242) 2022-03-18 10:04:55 -07:00
exceptions.py fix(sql lab): Syntax errors should return with 422 status (#20491) 2022-07-27 12:41:17 -06:00
forms.py feat: support nulls in the csv uploads (#10208) 2020-07-06 13:26:43 -07:00
jinja_context.py refactor: Cleanup user get_id/get_user_id (#20492) 2022-06-24 17:57:04 -07:00
legacy.py [mypy] Enforcing typing for superset.models (#9883) 2020-05-22 20:31:21 -07:00
result_set.py fix: ensure column name in description is string (#20340) 2022-06-21 10:10:46 -03: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(sql lab): display presto and trino tracking url (#20799) 2022-07-26 20:20:08 -07:00
sql_parse.py fix: Published Dashboard without charts don't show up for non admin users (#20638) 2022-07-27 12:40:59 -06:00
stats_logger.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
superset_typing.py fix: ensure column name in description is string (#20340) 2022-06-21 10:10:46 -03:00
viz.py chore: removing Druid from front- and back- end (#20338) 2022-07-08 17:57:03 +02:00