superset/superset
2022-09-26 10:08:11 -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
available_domains chore: migrate available_domains to api/v1 (#21173) 2022-09-01 16:38:02 +01:00
cachekeys chore: switching out ConnectorRegistry references for DatasourceDAO (#20380) 2022-06-21 13:22:39 +02:00
charts feat: Increments charts endpoint with related dashboards (#21518) 2022-09-23 13:21:19 -03:00
cli chore(sqllab): Cleanup /tables/... endpoint (#21284) 2022-09-13 08:22:12 -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 feat: Add dataset tagging to the back-end (#20892) 2022-09-23 11:01:17 +03:00
connectors refactor: refine timestamp expr function (#21510) 2022-09-20 18:51:01 +08:00
css_templates fix: Refactor ownership checks and ensure consistency (#20499) 2022-07-07 11:04:27 -07:00
dao fix: Update exception for DatasourceNotFound from DatasourceDao.get_datasource() (#21217) 2022-08-26 15:11:47 -07:00
dashboards chore(sqllab): Cleanup /tables/... endpoint (#21284) 2022-09-13 08:22:12 -07:00
databases fix(databases): GSheets and Clickhouse DBs are not allowed to upload files (#21065) 2022-09-26 10:08:11 -07:00
datasets feat: Adds MetadataBar to Drill to Detail modal (#21343) 2022-09-08 08:49:03 -03:00
datasource fix: datasourcedao datasource not found error (#20725) 2022-07-19 13:45:46 -07:00
db_engine_specs fix(databases): GSheets and Clickhouse DBs are not allowed to upload files (#21065) 2022-09-26 10:08:11 -07:00
db_engines chore(pylint): Remove top-level disable (#16589) 2021-09-15 09:30:23 -07:00
embedded perf: Memoize the common_bootstrap_payload and include user param (#21018) (#21439) 2022-09-13 08:52:08 -07:00
embedded_dashboard add missing init files (#19797) 2022-04-20 14:26:38 -07:00
examples chore: E2E tests for the Drill to detail modal (#21187) 2022-08-29 11:25:27 +03:00
explore fix: Update exception for DatasourceNotFound from DatasourceDao.get_datasource() (#21217) 2022-08-26 15:11:47 -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 feat: Add dataset tagging to the back-end (#20892) 2022-09-23 11:01:17 +03:00
key_value feat(dashboard): make permalink deterministic (#20632) 2022-07-12 16:33:18 -07:00
migrations feat: Add dataset tagging to the back-end (#20892) 2022-09-23 11:01:17 +03:00
models fix(databases): GSheets and Clickhouse DBs are not allowed to upload files (#21065) 2022-09-26 10:08:11 -07:00
queries feat: add extension point for workspace home page (#21033) 2022-08-15 12:16:40 -07:00
reports feat: add header_data into emails (#20903) 2022-08-18 10:32:25 -04:00
security fix: dataset after insert when db relation does not exist (#21492) 2022-09-17 17:16:18 +01: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
tags feat: Add dataset tagging to the back-end (#20892) 2022-09-23 11:01:17 +03:00
tasks feat: Add dataset tagging to the back-end (#20892) 2022-09-23 11:01:17 +03:00
templates fix: set correct favicon from config for login and FAB list views (#21498) 2022-09-19 15:24:01 +08:00
temporary_cache fix: Refactor ownership checks and ensure consistency (#20499) 2022-07-07 11:04:27 -07:00
translations fix: Add french translation missing (#20061) 2022-08-30 22:23:05 +02:00
utils feat: Add dataset tagging to the back-end (#20892) 2022-09-23 11:01:17 +03:00
views fix(databases): GSheets and Clickhouse DBs are not allowed to upload files (#21065) 2022-09-26 10:08:11 -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 chore(sqllab): Cleanup /tables/... endpoint (#21284) 2022-09-13 08:22:12 -07:00
constants.py feat: filter parameters from DB API (#21248) 2022-09-02 11:50:04 -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 chore: Support Python 3.10 and bump pandas 1.4 and pyarrow 6 (#21002) 2022-08-17 10:36:36 -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 feat: apply Time Grain to X-Axis column (#21163) 2022-09-07 16:24:15 +08:00
viz.py fix: Time Offset in SQLite and refine logic in Date Type conversion (#21378) 2022-09-16 12:02:22 +08:00