You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2021/05/17 16:17:56 UTC

[superset] branch hugh/bg-form updated (d578468 -> 8bd13a2)

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

hugh pushed a change to branch hugh/bg-form
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from d578468  add abstract class
     add 3466cb2  Fix class name (#14609)
     add 9cb4a46  fix: Fixes top level tabs and automatic scroll (#14624)
     add f16c708  fix(dashboard): check edit permissions correctly on frontend (#14626)
     add 6d9d362  chore: use before_request hook for dynamic routes (#14568)
     add ba5d66c  fix: DB parameter validation (#14636)
     add 884ded0  fix: roles undefined on public dashboards (#14648)
     add 60f903f  fix: fix submenu header double line (#14631)
     add b064cc1  feat: Adding configuration_method column to Database Model (#14433)
     add 4f5c537  feat: Configuration Method and expanded parameters for Database Model (#14451)
     add 8bd13a2  Merge branch 'master' of https://github.com/apache/superset into hugh/bg-form

No new revisions were added by this update.

Summary of changes:
 .../spec/javascripts/profile/fixtures.tsx          |   4 +-
 .../src/common/hooks/apiResources/dashboards.ts    |   5 +-
 superset-frontend/src/components/Menu/SubMenu.tsx  | 117 +++++++--------
 superset-frontend/src/dashboard/actions/hydrate.js |  11 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |   2 +-
 .../src/dashboard/components/dnd/handleHover.js    |  11 +-
 .../dnd/handleScroll/handleScroll.test.ts          |   1 +
 .../dashboard/components/dnd/handleScroll/index.ts |  44 ++++--
 .../src/dashboard/util/findPermission.test.ts      | 161 ++++++++++++++++-----
 .../src/dashboard/util/findPermission.ts           |  25 +++-
 .../src/dashboard/util/getDropPosition.js          |   7 +-
 .../DndFilterSelect.test.tsx                       |   2 +-
 .../MetricControl/AdhocMetricEditPopover/index.jsx |   2 +-
 superset-frontend/src/types/Dashboard.ts           |   8 +-
 superset-frontend/src/types/bootstrapTypes.ts      |   2 +-
 .../CRUD/annotationlayers/AnnotationLayersList.tsx |   6 +-
 .../views/CRUD/csstemplates/CssTemplatesList.tsx   |   2 +-
 superset/app.py                                    |   5 +-
 superset/charts/api.py                             |  21 +--
 superset/dashboards/api.py                         |  16 +-
 superset/databases/api.py                          |   3 +
 superset/databases/commands/create.py              |   2 -
 superset/databases/schemas.py                      |  22 ++-
 superset/exceptions.py                             |   6 +
 ...30256cea_add_save_option_column_to_db_model.py} |  29 ++--
 superset/models/core.py                            |  13 +-
 superset/reports/api.py                            |  10 +-
 superset/reports/logs/api.py                       |  10 +-
 superset/utils/urls.py                             |  13 +-
 tests/conftest.py                                  |  38 +++++
 tests/databases/api_tests.py                       | 143 ++++++++++++++++--
 tests/databases/commands_tests.py                  |   2 -
 tests/reports/api_tests.py                         |  21 ++-
 tests/thumbnails_tests.py                          | 117 ++++++++-------
 34 files changed, 620 insertions(+), 261 deletions(-)
 copy superset/migrations/versions/{817e1c9b09d0_add_not_null_to_dbs_sqlalchemy_url.py => 453530256cea_add_save_option_column_to_db_model.py} (70%)