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 5d6804d add abstract tag
add e7a4734 chore: Removes tabs animation by default (#14496)
add e16c4d8 refactor(navbar): migrate Bootstrap navbar to AntD menus
(#14184)
add cee22e2 refactor: remove panel from userinfo component (#14364)
add 809983d Uptate CONTRIBUTING.md (#13095)
add 7a95f8f fix: flaky test on reports (#14544)
add 37276e1 fix(viz): apply uniform sorting to all nvd3 timeseries charts
(#14539)
add f33c433 feat: Containerize WebSocket server (#14514)
add 77bc51f Adding logging for datasource/save requests (#14476)
add e21beb7 fix: White space between Chart and Data panel in Explore
(#14495)
add adbe56c fix image width to 1000px for email (#14527)
add 0fe2bf11 chore: Update FAB to 3.3.0 (#14556)
add 09050ae fix: select country in examples chart (#14561)
add 3a4536a fix: Column name and icons alignment in the Datasource Panel
(Explore) (#14551)
add cd899c5 fix typo on CONTRIBUTING.md (#14536)
add eaeb8f7 style: adding padding to the sides of badges, so they look
less claustrophobic (#14569)
add b960843 fix: Menu does not appear on scroll in Dashboard (#14566)
add 7d28225 build(deps): bump ssri from 6.0.1 to 6.0.2 in /docs (#14227)
add 6d786d4 fix: Adds space under dataset change warning (#14582)
add ada3809 fix: bring back dashboard perf logger (#14584)
add bfbf767 fix: dashboard side actions (#14587)
add 0d240c3 fix: properly keep state on queryEditorSetSql on tabstateview
PUT (#14579)
add 76a06a7 use pre-commit instead (#14581)
add f1c32b9 feat(native-filters): add sort metric to select (#14590)
add 31f406a feat: API endpoint to validate databases using separate
parameters (#14420)
add 5f7722c fix: error icon spacing in explore (#14597)
add 3eef38f refactor: change xsm Icons and dnd icons to new dynamic icons
(#14419)
add 331eb10 refactor: Bootstrap to AntD - Form - iteration 4 (#14546)
add ad699e8 fix: don't show busted label for unknown data types (#14585)
add 3f6bd1e feat: add generic type to column payload (#14547)
add 568061e feat: bumping echarts plugin, adding new treemap plugin
(#14560)
add 1e60148 fix(explore): Filters Tooltip is not showing the full content
(#14618)
add 3a81e6a change name to Basic instead of Base (#14625)
add d31958c fix: Fixes #12672 (#14525)
add e4d2424 refactor: Bootstrap to AntD - NavDropdown (#14557)
add 2bd0b62 fix: Use simplejson for Flask JSON encoding (#14627)
add e4e23ea fix: fix adhocpopovers tab animate. (#14478)
add bf90885 fix: Removing specific column widths, letting things flex
naturally. (#14637)
add 97c9e37 perf: memoize db_engine_spec in database (#14638)
add 74473e2 fix: do not render favorite favStars and filters for
anonymous user (#14120)
add c55418d chore: Bump pip-compile-multi (#14633)
add 6b9e24d Merge branch 'master' of https://github.com/apache/superset
into hugh/bg-form
No new revisions were added by this update.
Summary of changes:
.dockerignore | 1 +
.pre-commit-config.yaml | 2 +-
CONTRIBUTING.md | 6 +-
Makefile | 4 +-
docker-compose.yml | 28 +
docs/package-lock.json | 6 +-
docs/src/pages/docs/Miscellaneous/issue_codes.mdx | 24 +
requirements/base.in | 2 +-
requirements/base.txt | 395 +++++++-------
requirements/development.txt | 312 ++---------
requirements/docker.txt | 203 +------
requirements/integration.txt | 76 +--
requirements/local.txt | 266 +--------
requirements/testing.txt | 396 ++------------
setup.py | 3 +-
.../cypress/integration/dashboard/load.test.ts | 5 +
.../integration/explore/annotations.test.ts | 14 +-
superset-frontend/package-lock.json | 604 ++++++++++-----------
superset-frontend/package.json | 56 +-
.../components/ColumnTypeLabel_spec.jsx | 15 +-
.../dashboard/components/DashboardBuilder_spec.jsx | 6 +-
.../spec/javascripts/datasource/fixtures.tsx | 11 +-
.../explore/components/BoundsControl_spec.jsx | 58 +-
.../explore/components/TextArea_spec.jsx | 8 +-
.../spec/javascripts/profile/App_spec.tsx | 3 +-
superset-frontend/src/CRUD/Field.jsx | 40 +-
superset-frontend/src/CRUD/Fieldset.jsx | 4 +-
superset-frontend/src/SqlLab/actions/sqlLab.js | 2 +-
superset-frontend/src/common/components/index.tsx | 121 ++++-
.../src/components/Alert/Alert.stories.tsx | 8 +-
superset-frontend/src/components/Alert/index.tsx | 12 +-
superset-frontend/src/components/Badge/index.tsx | 2 +-
.../src/components/DeleteModal/index.tsx | 17 +-
.../src/components/EditableTitle/index.tsx | 9 +-
.../src/components/ErrorMessage/types.ts | 5 +
.../src/components/Menu/LanguagePicker.test.tsx | 13 +-
.../src/components/Menu/LanguagePicker.tsx | 105 ++--
.../src/components/Menu/Menu.test.tsx | 97 +++-
superset-frontend/src/components/Menu/Menu.tsx | 357 +++++-------
.../src/components/Menu/MenuObject.tsx | 94 ----
.../src/components/Menu/MenuRight.tsx | 193 +++++++
.../src/components/Menu/NewMenu.test.tsx | 34 --
superset-frontend/src/components/Menu/NewMenu.tsx | 73 ---
superset-frontend/src/components/Menu/SubMenu.tsx | 201 ++++---
.../src/components/NavDropdown/index.tsx | 63 ---
superset-frontend/src/components/Tabs/Tabs.tsx | 132 +++--
superset-frontend/src/dashboard/actions/hydrate.js | 3 -
.../DashboardBuilder/DashboardBuilder.tsx | 7 +-
.../DashboardBuilder/DashboardContainer.tsx | 2 +
.../HeaderActionsDropdown.test.tsx | 2 +-
.../Header/HeaderActionsDropdown/index.jsx | 2 +-
.../src/dashboard/stylesheets/dashboard.less | 2 +-
.../src/datasource/ChangeDatasourceModal.tsx | 47 +-
.../src/datasource/DatasourceEditor.jsx | 14 +-
.../explore/components/DataTablesPane/index.tsx | 1 +
.../src/explore/components/ExploreChartHeader.jsx | 16 +-
.../src/explore/components/ExploreChartPanel.jsx | 9 +-
.../explore/components/ExploreViewContainer.jsx | 1 +
.../explore/components/PropertiesModal/index.tsx | 62 +--
.../src/explore/components/QueryAndSaveBtns.jsx | 5 +-
.../explore/components/controls/BoundsControl.jsx | 102 ++--
.../DndFilterSelect.test.tsx | 11 +-
.../controls/DndColumnSelectControl/Option.tsx | 7 +-
.../controls/FilterControl/AdhocFilter/index.js | 4 +
...AdhocFilterEditPopoverSimpleTabContent.test.jsx | 3 +-
.../index.jsx | 139 +++--
.../AdhocFilterEditPopoverSqlTabContent.test.jsx | 3 +-
.../AdhocFilterEditPopoverSqlTabContent/index.jsx | 9 +-
.../AdhocFilterOption/AdhocFilterOption.test.tsx | 2 +-
.../FilterControl/AdhocFilterOption/index.jsx | 1 +
.../explore/components/controls/HiddenControl.jsx | 4 +-
.../MetricControl/AdhocMetricEditPopoverTitle.jsx | 4 +-
.../OptionControls/OptionControls.test.tsx | 1 +
.../components/controls/OptionControls/index.tsx | 12 +-
.../components/controls/TextAreaControl.jsx | 19 +-
.../components/controls/TextControl/index.tsx | 35 +-
.../TimeSeriesColumnControl.test.tsx | 111 ++--
.../controls/TimeSeriesColumnControl/index.jsx | 82 ++-
.../src/explore/components/optionRenderers.tsx | 8 +
.../src/filters/components/Range/buildQuery.ts | 6 +-
.../filters/components/Select/buildQuery.test.ts | 59 ++
.../src/filters/components/Select/buildQuery.ts | 1 +
.../components/TimeGrain/TimeGrainFilterPlugin.tsx | 10 +-
superset-frontend/src/profile/components/App.tsx | 48 +-
.../CRUD/annotationlayers/AnnotationLayersList.tsx | 6 +-
.../src/views/CRUD/chart/ChartList.tsx | 72 ++-
.../views/CRUD/csstemplates/CssTemplatesList.tsx | 2 +-
.../src/views/CRUD/dashboard/DashboardList.tsx | 72 ++-
.../src/views/CRUD/welcome/ActivityTable.test.tsx | 4 +-
.../src/views/CRUD/welcome/ActivityTable.tsx | 14 +-
.../src/views/CRUD/welcome/DashboardTable.test.tsx | 2 +-
.../src/views/CRUD/welcome/SavedQueries.test.tsx | 2 +-
.../src/views/CRUD/welcome/Welcome.tsx | 16 +-
superset-frontend/src/views/store.ts | 6 +-
.../src/visualizations/presets/MainPreset.js | 2 +
superset-frontend/stylesheets/superset.less | 21 +
.../local.in => superset-websocket/.dockerignore | 5 +-
.flaskenv => superset-websocket/Dockerfile | 14 +-
superset/config.py | 2 +-
superset/connectors/base/models.py | 17 +
superset/connectors/sqla/models.py | 67 ++-
superset/constants.py | 1 +
superset/databases/api.py | 61 ++-
superset/databases/commands/exceptions.py | 14 +-
superset/databases/commands/validate.py | 127 +++++
superset/databases/schemas.py | 36 +-
superset/db_engine_specs/base.py | 101 +++-
superset/db_engine_specs/bigquery.py | 5 +-
superset/db_engine_specs/cockroachdb.py | 1 +
superset/db_engine_specs/mssql.py | 8 +-
superset/db_engine_specs/mysql.py | 6 +-
superset/db_engine_specs/postgres.py | 11 +-
superset/db_engine_specs/presto.py | 10 +-
superset/db_engine_specs/redshift.py | 8 +-
superset/errors.py | 30 +
superset/examples/country_map.py | 1 +
superset/exceptions.py | 27 +
superset/models/core.py | 4 +-
superset/reports/notifications/email.py | 2 +-
superset/views/core.py | 2 +
superset/views/datasource.py | 6 +-
superset/viz.py | 53 +-
tests/databases/api_tests.py | 150 ++++-
tests/databases/commands_tests.py | 127 ++++-
tests/databases/schema_tests.py | 4 +-
tests/db_engine_specs/base_engine_spec_tests.py | 101 ++++
tests/db_engine_specs/base_tests.py | 19 +-
tests/db_engine_specs/mysql_tests.py | 9 +-
tests/db_engine_specs/postgres_tests.py | 64 ++-
tests/reports/commands_tests.py | 6 +-
130 files changed, 3246 insertions(+), 3012 deletions(-)
delete mode 100644 superset-frontend/src/components/Menu/MenuObject.tsx
create mode 100644 superset-frontend/src/components/Menu/MenuRight.tsx
delete mode 100644 superset-frontend/src/components/Menu/NewMenu.test.tsx
delete mode 100644 superset-frontend/src/components/Menu/NewMenu.tsx
delete mode 100644 superset-frontend/src/components/NavDropdown/index.tsx
create mode 100644
superset-frontend/src/filters/components/Select/buildQuery.test.ts
copy requirements/local.in => superset-websocket/.dockerignore (97%)
copy .flaskenv => superset-websocket/Dockerfile (87%)
create mode 100644 superset/databases/commands/validate.py