superset/superset
Phillip Kelley-Dotson ad715429f9
chore: simplify error messaging in database modal (#19165)
* testing for dbconn modal error message

* remove consoles and error alert mapping

* lint fix

* update url message

* add modal fix

* update comments

* fix err msg bugs

* fix pylint

* fix line

* fix tests

* fix assertions
2022-04-21 12:44:21 -07: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: add renameOperator (#19776) 2022-04-20 19:48:12 +08:00
cli chore(database): Creating helper make_url_safe to wrap potential errors (#19526) 2022-04-05 11:17:30 -07:00
columns perf: refactor SIP-68 db migrations with INSERT SELECT FROM (#19421) 2022-04-19 18:58:18 -07:00
commands chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
common chore: fix typo (#19699) 2022-04-13 17:08:39 -07:00
connectors perf: refactor SIP-68 db migrations with INSERT SELECT FROM (#19421) 2022-04-19 18:58:18 -07:00
css_templates fix: css template API response, less data (#17980) 2022-01-10 13:00:39 +00:00
dao fix: deactivate embedding on a dashboard (#19626) 2022-04-15 16:15:27 -07:00
dashboards fix: small cleanup for created by me dashboards API (#19755) 2022-04-20 12:11:38 +01:00
databases fix: remove expose (#19700) 2022-04-16 22:02:23 -07:00
datasets perf: refactor SIP-68 db migrations with INSERT SELECT FROM (#19421) 2022-04-19 18:58:18 -07:00
db_engine_specs chore: simplify error messaging in database modal (#19165) 2022-04-21 12:44:21 -07:00
db_engines chore(pylint): Remove top-level disable (#16589) 2021-09-15 09:30:23 -07:00
embedded feat(embedded): API get embedded dashboard config by uuid (#19650) 2022-04-12 15:14:08 -07:00
embedded_dashboard add missing init files (#19797) 2022-04-20 14:26:38 -07:00
examples perf: refactor SIP-68 db migrations with INSERT SELECT FROM (#19421) 2022-04-19 18:58:18 -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 fix: allow_browser_login in import/export API (#19656) 2022-04-11 22:29:06 -07:00
initialization feat(embedded): API get embedded dashboard config by uuid (#19650) 2022-04-12 15:14:08 -07:00
key_value fix(permalink): remove memoize on get salt func (#19749) 2022-04-18 14:26:21 +03:00
migrations fix(SIP-68): handle empty table name during migration (#19793) 2022-04-21 10:49:25 -07:00
models fix(sql_lab): Add custom timestamp type for literal casting for presto timestamps (#13082) 2022-04-21 10:01:24 +12:00
queries chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
reports fix: alert/report created by filter inconsistency with table display (#19518) 2022-04-18 17:41:07 -06:00
security feat(embedded): API get embedded dashboard config by uuid (#19650) 2022-04-12 15:14:08 -07:00
sql_validators chore!: update mutator to take kwargs (#19083) 2022-03-18 16:01:27 -07:00
sqllab feat: Embedded dashboard configuration (#19364) 2022-03-30 12:34:05 -07: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 chore(database): Creating helper make_url_safe to wrap potential errors (#19526) 2022-04-05 11:17:30 -07:00
templates feat(ui): Adding manifest prefix config (#19141) 2022-03-17 08:58:48 -07:00
temporary_cache chore: upgrade black (#19410) 2022-03-29 20:03:09 +03:00
translations fix: Line Chart Annotation Info Update (#19001) 2022-04-14 10:46:32 -07:00
utils feat: add renameOperator (#19776) 2022-04-20 19:48:12 +08:00
views fix: trap SQLAlchemy common exceptions & throw 422 error instead (#19672) 2022-04-20 15:03:02 -06: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 chore!: remove `ROW_LEVEL_SECURITY` feature flag (permanently enable) (#19230) 2022-03-31 14:05:17 -07:00
constants.py fix: small cleanup for created by me dashboards API (#19755) 2022-04-20 12:11:38 +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 chore: upgrade black (#19410) 2022-03-29 20:03:09 +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: can't sync temporal flag on virtual table (#19366) 2022-04-01 16:40:50 +08: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 perf: refactor SIP-68 db migrations with INSERT SELECT FROM (#19421) 2022-04-19 18:58:18 -07:00
sql_parse.py perf: refactor SIP-68 db migrations with INSERT SELECT FROM (#19421) 2022-04-19 18:58:18 -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