This is an automated email from the ASF dual-hosted git repository. hugh pushed a commit to branch hugh/fix-metadata-showing in repository https://gitbox.apache.org/repos/asf/superset.git
commit aeced9b5b69204886b2641ed6fea328b60a14fa1 Merge: 3c3065b 4cb79e5 Author: hughhhh <[email protected]> AuthorDate: Mon Aug 2 16:39:28 2021 -0400 Merge branch 'master' of https://github.com/apache/superset .pylintrc | 2 +- UPDATING.md | 3 + superset-frontend/package-lock.json | 50654 ++++++++++++++++++- superset-frontend/package.json | 54 +- superset-frontend/src/common/components/index.tsx | 2 +- superset-frontend/src/components/Modal/Modal.tsx | 19 +- .../DashboardBuilder/DashboardBuilder.tsx | 9 +- superset-frontend/src/dashboard/util/constants.ts | 1 + .../controls/DndColumnSelectControl/Option.tsx | 11 +- .../controls/VizTypeControl/VizTypeGallery.tsx | 86 +- superset/config.py | 61 +- superset/connectors/sqla/models.py | 52 +- .../31b2a1039d4a_drop_tables_constraint.py | 54 + superset/models/slice.py | 5 +- superset/utils/pandas_postprocessing.py | 5 +- superset/utils/webdriver.py | 14 + tests/integration_tests/access_tests.py | 8 +- tests/integration_tests/base_tests.py | 43 +- tests/integration_tests/charts/api_tests.py | 2 +- tests/integration_tests/csv_upload_tests.py | 4 +- tests/integration_tests/dashboard_utils.py | 8 +- tests/integration_tests/datasets/api_tests.py | 22 +- tests/integration_tests/datasource_tests.py | 70 +- .../integration_tests/dict_import_export_tests.py | 5 +- tests/integration_tests/fixtures/datasource.py | 274 +- tests/integration_tests/fixtures/query_context.py | 4 +- tests/integration_tests/import_export_tests.py | 29 +- tests/integration_tests/model_tests.py | 12 +- .../pandas_postprocessing_tests.py | 28 + tests/integration_tests/query_context_tests.py | 2 +- tests/integration_tests/security_tests.py | 12 +- tests/integration_tests/sqla_models_tests.py | 2 +- tests/integration_tests/superset_test_config.py | 7 +- .../integration_tests/tasks/async_queries_tests.py | 7 +- 34 files changed, 50950 insertions(+), 621 deletions(-)
