superset/superset
Phillip Kelley-Dotson 5111011de9
fix: dbmodal test connection error timeout (#20068)
* fix: check for connect on ping

* clean up merge

* fix merge

* precommit
2022-05-17 10:04:52 -07:00
..
advanced_data_type feat(business-types): initial implementation of SIP-78 (#18794) 2022-05-16 17:58:21 +03: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 feat(business-types): initial implementation of SIP-78 (#18794) 2022-05-16 17:58:21 +03: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 chore: remove druid datasource from the config (#19770) 2022-05-04 12:48:48 -07:00
databases fix: dbmodal test connection error timeout (#20068) 2022-05-17 10:04:52 -07:00
datasets feat(business-types): initial implementation of SIP-78 (#18794) 2022-05-16 17:58:21 +03:00
db_engine_specs fix: Athena timestamp literal format (#19970) 2022-05-16 09:50:20 +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: add missing init on python pkg key_value (#19428) 2022-03-30 12:46:42 +01: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(permalink): remove memoize on get salt func (#19749) 2022-04-18 14:26:21 +03:00
migrations feat(business-types): initial implementation of SIP-78 (#18794) 2022-05-16 17:58:21 +03:00
models test: make tabbed dashboard a little more complex (#19966) 2022-05-13 17:31:23 -07:00
queries fix: Query execution time is displayed as invalid date (#19605) 2022-04-27 11:22:50 +08:00
reports fix(reports): Clear last value when state is WORKING (#19941) 2022-05-12 21:54:23 -07:00
security feat: RLS for SQL Lab (#19999) 2022-05-12 11:03:01 -07:00
sql_validators fix: Refactor SQL username logic (#19914) 2022-05-12 21:03:05 -07:00
sqllab chore: Set limit for a query in execute_sql_statement (#20066) 2022-05-16 17:56:46 -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 chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
translations feat: Update ShortKey for stop query running in SqlLab editor (#19692) 2022-04-26 21:12:47 -06:00
utils feat(business-types): initial implementation of SIP-78 (#18794) 2022-05-16 17:58:21 +03:00
views fix: Refactor SQL username logic (#19914) 2022-05-12 21:03:05 -07: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: deprecate /superset/validate_sql_json migrate to api v1 (#19935) 2022-05-10 21:25:39 +01: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 feat(business-types): initial implementation of SIP-78 (#18794) 2022-05-16 17:58:21 +03: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 fix: Refactor SQL username logic (#19914) 2022-05-12 21:03:05 -07: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