superset/superset
Hugh A. Miles II 7a2eb8b602
add columns for bootstrap_data (#20134)
2022-05-26 11:26:11 -04:00
..
advanced_data_type fix: advanced data type API spec and permission name (#20128) 2022-05-20 10:08:27 +01:00
annotation_layers chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
async_events docs(api): Script to generate API docs (openapi.json) (#12050) 2021-01-04 13:47:01 -08:00
cachekeys chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
charts feat(business-types): initial implementation of SIP-78 (#18794) 2022-05-16 17:58:21 +03: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 fix: chart import error with virtual dataset (#19782) 2022-04-29 12:40:22 -06:00
common chore: fix typo (#19699) 2022-04-13 17:08:39 -07:00
connectors fix: None dataset and schema permissions (#20108) 2022-05-20 09:40:10 +01:00
css_templates fix: css template API response, less data (#17980) 2022-01-10 13:00:39 +00:00
dao feat(sip-68): Add DatasourceDAO class to manage querying different datasources easier (#20030) 2022-05-13 12:28:57 -04:00
dashboards fix(temporary-cache): when user is anonymous (#20181) 2022-05-26 14:45:20 +03:00
databases fix: dbmodal test connection error timeout (#20068) 2022-05-17 10:04:52 -07:00
datasets refactor: decouple DataTablesPane (#20109) 2022-05-26 18:59:54 +08:00
db_engine_specs fix: "Week Staring Monday" time grain for BigQuery (#20091) 2022-05-26 12:31:32 +03:00
db_engines chore(pylint): Remove top-level disable (#16589) 2021-09-15 09:30:23 -07:00
embedded fix: OpenAPI docs small fixes (#19936) 2022-05-04 09:59:16 +01:00
embedded_dashboard add missing init files (#19797) 2022-04-20 14:26:38 -07:00
examples test: make tabbed dashboard a little more complex (#19966) 2022-05-13 17:31:23 -07:00
explore fix(temporary-cache): when user is anonymous (#20181) 2022-05-26 14:45:20 +03: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(business-types): initial implementation of SIP-78 (#18794) 2022-05-16 17:58:21 +03:00
key_value fix(temporary-cache): when user is anonymous (#20181) 2022-05-26 14:45:20 +03:00
migrations fix: None dataset and schema permissions (#20108) 2022-05-20 09:40:10 +01:00
models test: make tabbed dashboard a little more complex (#19966) 2022-05-13 17:31:23 -07:00
queries feat: Save column data into json_metadata for all Query executions (#20059) 2022-05-18 13:11:14 -04:00
reports feat: add statsd metrics for notifications (#20158) 2022-05-26 15:43:05 +01:00
security fix: None dataset and schema permissions (#20108) 2022-05-20 09:40:10 +01:00
sql_validators fix: Refactor SQL username logic (#19914) 2022-05-12 21:03:05 -07:00
sqllab feat: Save column data into json_metadata for all Query executions (#20059) 2022-05-18 13:11:14 -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
tasks Improving logging around failed scheduled reports (#19924) 2022-05-03 09:16:00 -07:00
templates feat: deprecate /superset/testconn and migrate to api v1 (#20002) 2022-05-10 21:26:25 +01:00
temporary_cache fix(temporary-cache): when user is anonymous (#20181) 2022-05-26 14:45:20 +03:00
translations feat: Update ShortKey for stop query running in SqlLab editor (#19692) 2022-04-26 21:12:47 -06:00
utils feat: add statsd metrics for notifications (#20158) 2022-05-26 15:43:05 +01:00
views add columns for bootstrap_data (#20134) 2022-05-26 11:26:11 -04:00
__init__.py feat(templating): Safer Jinja template processing (#11704) 2020-11-17 11:55:47 -08:00
app.py Revert #15405 #15435 #15444 (#15558) 2021-07-06 14:56:08 -07:00
config.py feat(business-types): initial implementation of SIP-78 (#18794) 2022-05-16 17:58:21 +03:00
constants.py feat: add samples endpoint (#20170) 2022-05-25 18:18:58 +08: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: None dataset and schema permissions (#20108) 2022-05-20 09:40:10 +01:00
forms.py feat: support nulls in the csv uploads (#10208) 2020-07-06 13:26:43 -07:00
jinja_context.py feat: add a `where_in` filter for Jinja2 (#19574) 2022-04-07 07:27:23 -07:00
legacy.py [mypy] Enforcing typing for superset.models (#9883) 2020-05-22 20:31:21 -07:00
result_set.py fix(sqllab/charts): casting from timestamp[us] to timestamp[ns] would result in out of bounds timestamp (#18873) 2022-05-04 09:47:12 +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: Save column data into json_metadata for all Query executions (#20059) 2022-05-18 13:11:14 -04:00
sql_parse.py feat: RLS for SQL Lab (#19999) 2022-05-12 11:03:01 -07:00
stats_logger.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
superset_typing.py fix: can't sync temporal flag on virtual table (#19366) 2022-04-01 16:40:50 +08:00
viz.py chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00