This is an automated email from the ASF dual-hosted git repository.
beto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from b592cc7 feat(explore): time picker enhancement (#11418)
add 6e7f276 feat: initial custom error messages for SQL Lab (#12080)
No new revisions were added by this update.
Summary of changes:
.../src/SqlLab/components/ResultSet.tsx | 10 +----
...eErrorMessage.tsx => ParameterErrorMessage.tsx} | 46 ++++++----------------
superset-frontend/src/setup/setupErrorMessages.ts | 5 +++
superset/exceptions.py | 46 ++++++++++++++++++----
superset/views/base.py | 4 +-
superset/views/core.py | 38 +++++++++---------
tests/celery_tests.py | 21 ++++++++--
tests/sqllab_tests.py | 29 ++++++++++++--
8 files changed, 123 insertions(+), 76 deletions(-)
copy superset-frontend/src/components/ErrorMessage/{DatabaseErrorMessage.tsx
=> ParameterErrorMessage.tsx} (60%)