This is an automated email from the ASF dual-hosted git repository. hugh pushed a commit to branch add-parameters-api in repository https://gitbox.apache.org/repos/asf/superset.git
commit 6886fee1630878e65068bc16a404df3dbde51cd0 Merge: 5f30cee 4f5c537 Author: hughhhh <[email protected]> AuthorDate: Sat May 15 20:20:19 2021 -0400 Merge branch 'master' of https://github.com/apache/superset into hugh/add-parameters-api .pre-commit-config.yaml | 2 +- requirements/base.in | 2 +- requirements/base.txt | 394 ++++++++++---------- requirements/development.txt | 312 +++------------- requirements/docker.txt | 203 +---------- requirements/integration.txt | 76 ++-- requirements/local.txt | 266 +------------- requirements/testing.txt | 396 +++------------------ .../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} | 38 +- 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 +++--- 42 files changed, 972 insertions(+), 1569 deletions(-)
