This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch hugh/update-credentials
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 53a68bd add new tag
add 79ff962 refactor: Bootstrap to AntD - Form - iteration 3 (#14502)
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 befac90 Merge branch 'master' of https://github.com/apache/superset
into hugh/update-credentials
No new revisions were added by this update.
Summary of changes:
.dockerignore | 1 +
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.txt | 2 +-
setup.py | 2 +-
.../integration/dashboard/dashboard.helper.ts | 4 +-
.../cypress/integration/dashboard/load.test.ts | 9 +-
.../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 | 2 +-
.../spec/javascripts/datasource/fixtures.tsx | 11 +-
.../components/AdhocMetricEditPopover_spec.jsx | 4 +-
.../explore/components/BoundsControl_spec.jsx | 12 +-
.../explore/components/TextArea_spec.jsx | 8 +-
.../spec/javascripts/profile/App_spec.tsx | 3 +-
.../spec/javascripts/sqllab/SaveQuery_spec.jsx | 6 +-
superset-frontend/src/CRUD/Field.jsx | 40 +-
superset-frontend/src/CRUD/Fieldset.jsx | 4 +-
superset-frontend/src/SqlLab/actions/sqlLab.js | 2 +-
.../src/SqlLab/components/SaveQuery.tsx | 41 +-
.../src/SqlLab/components/ScheduleQueryButton.tsx | 61 ++-
superset-frontend/src/common/components/index.tsx | 119 +++-
.../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/ErrorMessage/types.ts | 5 +
superset-frontend/src/components/Form/FormItem.tsx | 33 +-
.../src/components/Menu/Menu.test.tsx | 99 +++-
superset-frontend/src/components/Menu/Menu.tsx | 357 +++++-------
.../src/components/Menu/MenuObject.tsx | 94 ----
.../src/components/Menu/MenuRight.tsx | 181 ++++++
.../src/components/Menu/NewMenu.test.tsx | 34 --
superset-frontend/src/components/Menu/NewMenu.tsx | 73 ---
superset-frontend/src/components/Menu/SubMenu.tsx | 204 ++++---
superset-frontend/src/components/Tabs/Tabs.tsx | 3 +-
superset-frontend/src/dashboard/actions/hydrate.js | 3 -
.../DashboardBuilder/DashboardContainer.tsx | 1 +
.../HeaderActionsDropdown.test.tsx | 2 +-
.../Header/HeaderActionsDropdown/index.jsx | 2 +-
.../dashboard/components/PropertiesModal/index.jsx | 4 +-
.../src/dashboard/stylesheets/dashboard.less | 2 +-
.../src/datasource/ChangeDatasourceModal.tsx | 45 +-
.../src/datasource/DatasourceEditor.jsx | 14 +-
.../explore/components/DataTableControl/index.tsx | 6 +-
.../explore/components/DataTablesPane/index.tsx | 1 +
.../src/explore/components/ExploreChartPanel.jsx | 8 +-
.../explore/components/PropertiesModal/index.tsx | 62 +--
.../src/explore/components/QueryAndSaveBtns.jsx | 5 +-
.../explore/components/controls/BoundsControl.jsx | 45 +-
.../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 +-
.../AdhocMetricEditPopover.test.tsx | 4 +-
.../MetricControl/AdhocMetricEditPopover/index.jsx | 64 +--
.../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 +-
.../controls/TimeSeriesColumnControl/index.jsx | 63 +--
.../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 +-
.../views/CRUD/csstemplates/CssTemplatesList.tsx | 2 +-
.../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 | 11 +
superset/constants.py | 1 +
superset/databases/api.py | 57 ++
superset/databases/commands/exceptions.py | 14 +-
superset/databases/commands/validate.py | 127 +++++
superset/databases/schemas.py | 32 +-
superset/db_engine_specs/base.py | 90 ++-
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 | 7 +
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/reports/notifications/email.py | 2 +-
superset/views/datasource.py | 6 +-
superset/viz.py | 53 +-
tests/databases/api_tests.py | 150 ++++-
tests/databases/commands_tests.py | 127 ++++-
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 +-
120 files changed, 2546 insertions(+), 1466 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
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