This is an automated email from the ASF dual-hosted git repository.
yjc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from de61859 fix: SQL Lab vertical space (#12187)
add d2da25a refactor: remove queryFields in QueryObject and update chart
control configs (#12091)
No new revisions were added by this update.
Summary of changes:
.../integration/dashboard/url_params.test.js | 3 +-
superset-frontend/package-lock.json | 2778 +++-----------------
superset-frontend/package.json | 56 +-
.../components/ControlPanelsContainer_spec.jsx | 2 +-
.../spec/javascripts/explore/controlUtils_spec.jsx | 14 -
.../spec/javascripts/explore/fixtures.jsx | 1 -
superset-frontend/src/explore/controlUtils.js | 20 +-
superset-frontend/src/explore/controls.jsx | 2 -
superset-frontend/src/explore/store.js | 2 -
superset-frontend/webpack.config.js | 1 +
superset/common/query_object.py | 34 +-
tests/base_tests.py | 6 +-
tests/charts/api_tests.py | 75 +-
tests/charts/schema_tests.py | 16 +-
tests/core_tests.py | 25 -
tests/fixtures/importexport.py | 2 +-
tests/fixtures/query_context.py | 78 +-
tests/query_context_tests.py | 88 +-
tests/tasks/async_queries_tests.py | 15 +-
19 files changed, 501 insertions(+), 2717 deletions(-)