superset/superset
2022-10-22 12:25:17 +01: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: support None operand in EQUAL operator (#21713) 2022-10-06 16:45:59 +08:00
cli chore(tags): Refactor logic to leverage Flask-SQLAlchemy extension (#21459) 2022-10-03 00:07:52 -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 fix: add get_column function for Query obj (#21691) 2022-10-05 18:25:44 -04:00
connectors chore(sqla): refactor query utils (#21811) 2022-10-17 10:40:42 +01: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 fix(superset): Fixed API for bulk delete of embedded dashboards (#21911) 2022-10-22 12:25:17 +01:00
databases fix: gsheets editing with dynamic forms (#21710) 2022-10-06 19:57:12 -07:00
datasets feat(datasets): Change in API to create virtual datasets (#21840) 2022-10-19 15:05:21 +01:00
datasource fix: datasourcedao datasource not found error (#20725) 2022-07-19 13:45:46 -07:00
db_engine_specs feat: add denylist for db engines (#21486) 2022-10-08 19:45:21 -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: Color consistency E2E tests (#21622) 2022-10-20 14:16:29 +03:00
explore fix(explore): Persist URL params to form-data (#21792) 2022-10-13 14:25:46 -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: Adds a Content Security Policy (CSP) check for production environments (#21874) 2022-10-20 08:45:28 -03:00
key_value chore(key-value): remove redundant exception logging (#21702) 2022-10-05 19:44:42 +03:00
migrations fix(migration): Ensure the paginated update is deterministic (#21778) 2022-10-12 17:11:59 -07:00
models fix: Preserve unknown URL params (#21785) 2022-10-12 15:52:36 -07:00
queries feat(sqllab): save query parameters in database (#21682) 2022-10-07 12:49:14 +05:30
reports fix(alerts): restrict list view and gamma perms (#21765) 2022-10-15 10:03:26 +03:00
security fix(alerts): restrict list view and gamma perms (#21765) 2022-10-15 10:03:26 +03:00
sql_validators fix: Refactor SQL username logic (#19914) 2022-05-12 21:03:05 -07:00
sqllab chore: Add USER_CLIENT_ERRORS to stop logging exceptions that are user driven (#21818) 2022-10-15 11:31:31 -04: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 fix(tags): Adding __init__ to tags (#21591) 2022-09-27 10:35:20 -07:00
tasks chore: add more logging for alerts and reports (#21714) 2022-10-13 15:53:02 -04:00
templates fix: database schema selector on import data (#21759) 2022-10-10 17:56:31 +01:00
temporary_cache fix: Refactor ownership checks and ensure consistency (#20499) 2022-07-07 11:04:27 -07:00
translations chore: Slovenian translation update (#20435) 2022-10-07 15:27:24 -03:00
utils fix: remove deprecated ETagResponseMixin (#21773) 2022-10-12 10:26:42 -07:00
views feat(explore): add config for default time filter (#21879) 2022-10-20 20:09:51 +08: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: Remove CROSS_REFERENCES feature flag (#21815) 2022-10-21 15:11:49 +03: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 chore: stop logging "SyntaxError" as exceptions (#21787) 2022-10-13 11:58:02 -04: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: allow adhoc columns in non-aggregate query (#21729) 2022-10-10 12:08:33 +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