You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by wi...@apache.org on 2021/03/04 17:58:50 UTC

[superset] branch master updated (483405f -> 0318b6d)

This is an automated email from the ASF dual-hosted git repository.

willbarrett pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 483405f  chore: Migrating dashboard/components/menu from jsx to tsx (#13361)
     add 0318b6d  feat: Add error pages (#13144)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/images/error404.png      | Bin 0 -> 66799 bytes
 superset-frontend/images/error500.png      | Bin 0 -> 78026 bytes
 superset-frontend/package-lock.json        | 323 ++++++++++++-----------------
 superset-frontend/package.json             |   1 +
 superset-frontend/src/staticPages/404.html |  93 +++++++++
 superset-frontend/src/staticPages/500.html |  92 ++++++++
 superset-frontend/webpack.config.js        |  28 +++
 7 files changed, 352 insertions(+), 185 deletions(-)
 create mode 100644 superset-frontend/images/error404.png
 create mode 100644 superset-frontend/images/error500.png
 create mode 100644 superset-frontend/src/staticPages/404.html
 create mode 100644 superset-frontend/src/staticPages/500.html