You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2023/01/11 19:43:30 UTC

[superset] branch hxgh-ssh-dynamic-form updated (3e8ae1cb87 -> 18b4963c21)

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a change to branch hxgh-ssh-dynamic-form
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 3e8ae1cb87 style changes
     add 8bf6d80155 fix: Stop query in SQL Lab with impala engine (#22635)
     add 399f6e3ddc feat(dashboard): Display a loading spinner while dashboard is being saved (#22588)
     add 1e3746be21 fix(dockerfile): fix "unhealthy" container state (#22663)
     add 08f45ef207 fix(viz-gallery): respect denylist in viz gallery (#22658)
     add 0b22287ad9 feat: make CTA text in Alerts & Reports mails configurable (#19779)
     add 73e53fab7a fix(bootstrap-data): always check flashes (#22659)
     add c0aeb2a75a chore(embedded): bump package versions (#22676)
     add 8f98c469fd docs: Add Careem to the user's list (#22669)
     add 1fe0290a60 chore: Add KarrotPay in INTHEWILD.md (#22666)
     add 44c9cf4de5 chore: Migrate /superset/search_queries to API v1 (#22579)
     add f3696ceef3 chore: Localization of several charts and elements (#22150)
     add 7b15e6e3c7 fix(nav): make doc and bug buttons customizable (#22682)
     add a8f3a4fb6e fix(sqllab): Overflow bigint in json-tree view (#22609)
     add 0908fd291b chore: Bump Flask-AppBuilder to 4.2.0 (#22580)
     add 539936522f feat(ssh_tunnel): SQLAlchemy Form UI (#22513)
     add 18b4963c21 Merge branch 'master' of https://github.com/apache/superset into hxgh-ssh-dynamic-form

No new revisions were added by this update.

Summary of changes:
 Dockerfile                                         |   1 +
 RESOURCES/INTHEWILD.md                             |   2 +
 requirements/base.txt                              |   6 +-
 superset-embedded-sdk/package.json                 |   2 +-
 .../src/sections/advancedAnalytics.tsx             |  50 ++--
 .../src/sections/chartTitle.tsx                    |   9 +-
 .../src/shared-controls/sharedControls.tsx         |  32 +--
 .../src/chart/components/FallbackComponent.tsx     |   5 +-
 .../src/chart/components/SuperChartCore.tsx        |   3 +-
 .../storybook/shared/components/VerifyCORS.tsx     |   3 +-
 .../packages/superset-ui-switchboard/package.json  |   2 +-
 .../src/controlPanel.ts                            |  29 +--
 .../src/controlPanel.tsx                           |  51 ++--
 .../src/controlPanel.ts                            |   6 +-
 .../src/controlPanel.ts                            |  50 ++--
 .../src/controlPanel.tsx                           |  73 +++---
 .../src/controlPanel.ts                            |  17 +-
 .../legacy-plugin-chart-rose/src/controlPanel.tsx  |  81 +++---
 .../src/controlPanel.ts                            |   8 +-
 .../src/layers/Arc/Arc.jsx                         |   4 +-
 .../src/layers/Grid/Grid.jsx                       |   6 +-
 .../src/layers/Hex/Hex.jsx                         |   5 +-
 .../src/layers/Hex/controlPanel.ts                 |  29 +--
 .../src/layers/Path/controlPanel.ts                |   4 +-
 .../src/layers/Polygon/Polygon.jsx                 |   7 +-
 .../src/layers/Scatter/Scatter.jsx                 |   6 +-
 .../src/layers/Scatter/controlPanel.ts             |  12 +-
 .../src/layers/Screengrid/Screengrid.jsx           |   9 +-
 .../src/utilities/Shared_DeckGL.jsx                |  30 +--
 .../src/Area/controlPanel.ts                       |   6 +-
 .../legacy-preset-chart-nvd3/src/NVD3Controls.tsx  | 115 ++++----
 .../src/Pie/controlPanel.ts                        |  12 +-
 .../src/TimePivot/controlPanel.ts                  |  12 +-
 .../BigNumberWithTrendline/controlPanel.tsx        |  31 ++-
 .../src/BoxPlot/controlPanel.ts                    |  27 +-
 .../src/Funnel/controlPanel.tsx                    |  12 +-
 .../src/MixedTimeseries/controlPanel.tsx           |  14 +-
 .../plugin-chart-echarts/src/Pie/controlPanel.tsx  |  12 +-
 .../src/Radar/controlPanel.tsx                     |   4 +-
 .../src/Timeseries/Area/controlPanel.tsx           |  10 +-
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    |   4 +-
 .../src/Timeseries/Regular/Line/controlPanel.tsx   |  14 +-
 .../src/Timeseries/Step/controlPanel.tsx           |   6 +-
 .../src/Treemap/controlPanel.tsx                   |   6 +-
 .../src/components/Handlebars/HandlebarsViewer.tsx |   4 +-
 .../src/plugin/controlPanel.tsx                    |  44 ++--
 .../src/react-pivottable/TableRenderers.jsx        |  10 +-
 .../plugins/plugin-chart-table/src/TableChart.tsx  |   2 +-
 .../src/plugin/controlPanel.ts                     |   6 +-
 .../preset-chart-xy/src/BoxPlot/controlPanel.ts    |  30 +--
 superset-frontend/spec/helpers/reducerIndex.ts     |   8 +-
 superset-frontend/spec/helpers/setup.ts            |   2 +-
 superset-frontend/src/SqlLab/App.jsx               |   4 +-
 .../src/SqlLab/components/ColumnElement/index.tsx  |   8 +-
 .../components/ExploreCtasResultsButton/index.tsx  |   2 +-
 .../components/ExploreResultsButton/index.tsx      |   2 +-
 .../SqlLab/components/QueryLimitSelect/index.tsx   |   5 +-
 .../components/QuerySearch/QuerySearch.test.jsx    | 139 ----------
 .../src/SqlLab/components/QuerySearch/index.tsx    | 289 ---------------------
 .../SqlLab/components/SaveDatasetModal/index.tsx   |   2 +-
 .../components/ScheduleQueryButton/index.tsx       |   8 +-
 .../src/SqlLab/components/SqlEditor/index.jsx      |   6 +-
 .../SqlLab/components/TabbedSqlEditors/index.jsx   |   8 +-
 .../components/TemplateParamsEditor/index.tsx      |  12 +-
 .../src/addSlice/AddSliceContainer.test.tsx        |   2 +-
 .../src/addSlice/AddSliceContainer.tsx             |   5 +
 .../src/components/AlteredSliceTag/index.jsx       |   6 +-
 .../src/components/CopyToClipboard/index.jsx       |   2 +-
 .../Datasource/ChangeDatasourceModal.tsx           |   4 +-
 .../src/components/Datasource/DatasourceEditor.jsx |   8 +-
 .../FilterableTable/FilterableTable.test.tsx       |  17 ++
 .../src/components/FilterableTable/index.tsx       |  17 +-
 .../src/components/Form/LabeledErrorBoundInput.tsx |   6 +-
 .../src/components/ImportModal/index.tsx           |   4 +-
 .../src/components/ReportModal/index.tsx           |   2 +-
 .../src/dashboard/actions/dashboardState.js        |  14 +
 .../src/dashboard/actions/dashboardState.test.js   |   8 +-
 superset-frontend/src/dashboard/actions/hydrate.js |   1 +
 .../src/dashboard/components/Dashboard.jsx         |   4 +-
 .../DashboardBuilder/DashboardBuilder.test.tsx     |  14 +
 .../DashboardBuilder/DashboardBuilder.tsx          |  14 +-
 .../components/DashboardEmbedControls.tsx          |   2 +-
 .../dashboard/components/gridComponents/Tabs.jsx   |  13 +-
 .../components/gridComponents/new/NewMarkdown.jsx  |   3 +-
 .../FiltersConfigModal/FilterTitlePane.tsx         |   4 +-
 .../src/dashboard/reducers/dashboardState.js       |  14 +
 superset-frontend/src/dashboard/types.ts           |   1 +
 superset-frontend/src/embedded/api.tsx             |   4 +-
 superset-frontend/src/embedded/index.tsx           |   3 +-
 .../AnnotationLayerControl/AnnotationLayer.jsx     |  28 +-
 .../controls/ColorSchemeControl/index.tsx          |   2 +-
 .../controls/FixedOrMetricControl/index.jsx        |   2 +-
 .../MetricControl/AdhocMetricEditPopoverTitle.tsx  |   2 +-
 .../explore/components/controls/SpatialControl.jsx |   6 +-
 .../controls/TimeSeriesColumnControl/index.jsx     |  92 +++----
 .../components/controls/ViewportControl.jsx        |   3 +-
 .../VizTypeControl/VizTypeControl.test.tsx         |   2 +-
 .../controls/VizTypeControl/VizTypeGallery.tsx     |   2 +
 .../components/controls/VizTypeControl/index.tsx   |   4 +
 .../src/explore/controlPanels/sections.tsx         |  76 +++---
 superset-frontend/src/explore/controls.jsx         |  42 +--
 superset-frontend/src/explore/fixtures.tsx         |   6 +-
 .../src/filters/components/GroupBy/controlPanel.ts |   2 +-
 .../src/filters/components/Range/buildQuery.ts     |   5 +-
 .../src/filters/components/Range/controlPanel.ts   |   2 +-
 .../src/filters/components/Select/controlPanel.ts  |   2 +-
 .../src/filters/components/Time/controlPanel.ts    |   2 +-
 superset-frontend/src/middleware/asyncEvent.ts     |  17 +-
 superset-frontend/src/preamble.ts                  |  31 +--
 superset-frontend/src/profile/App.tsx              |   8 +-
 superset-frontend/src/profile/components/App.tsx   |   4 +-
 .../src/profile/components/CreatedContent.tsx      |   6 +-
 .../src/profile/components/Favorites.tsx           |   7 +-
 .../src/profile/components/RecentActivity.tsx      |   6 +-
 .../src/profile/components/Security.tsx            |  13 +-
 .../src/profile/components/UserInfo.tsx            |  21 +-
 superset-frontend/src/showSavedQuery/index.jsx     |   5 +-
 superset-frontend/src/types/bootstrapTypes.ts      |   4 +
 superset-frontend/src/utils/getBootstrapData.ts    |   3 +-
 superset-frontend/src/utils/hostNamesConfig.js     |   5 +-
 superset-frontend/src/views/App.tsx                |  15 +-
 .../src/views/CRUD/alert/ExecutionLog.tsx          |   2 +-
 .../alert/components/AlertReportCronScheduler.tsx  |   2 +-
 .../src/views/CRUD/annotation/AnnotationList.tsx   |   4 +-
 .../src/views/CRUD/chart/ChartList.tsx             |   6 +-
 .../src/views/CRUD/dashboard/DashboardList.tsx     |   4 +-
 .../DatabaseConnectionForm/CommonParameters.tsx    |   2 +-
 .../data/database/DatabaseModal/ExtraOptions.tsx   |  14 +-
 .../data/database/DatabaseModal/ModalHeader.tsx    |  60 ++++-
 .../data/database/DatabaseModal/index.test.tsx     |   9 +
 .../CRUD/data/database/DatabaseModal/index.tsx     |  13 +-
 .../src/views/CRUD/data/database/types.ts          |   1 +
 .../CRUD/data/dataset/AddDataset/Footer/index.tsx  |   2 +-
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |   4 +-
 .../src/views/CRUD/welcome/Welcome.tsx             |   2 +-
 .../src/views/RootContextProviders.tsx             |   6 +-
 .../src/views/components/RightMenu.tsx             |  53 ++--
 superset-frontend/src/views/menu.tsx               |   7 +-
 superset-frontend/src/views/store.ts               |  11 +-
 .../src/visualizations/FilterBox/controlPanel.jsx  |   2 +-
 .../src/visualizations/TimeTable/TimeTable.jsx     |   4 +-
 superset/charts/data/commands/get_data_command.py  |   6 +-
 superset/config.py                                 |   9 +-
 superset/databases/api.py                          |   3 +
 superset/db_engine_specs/base.py                   |   2 +
 superset/db_engine_specs/hive.py                   |  10 +-
 superset/db_engine_specs/impala.py                 |  90 +++++++
 superset/errors.py                                 |   2 +-
 superset/reports/notifications/email.py            |   2 +-
 superset/security/manager.py                       |   6 +-
 superset/sqllab/query_render.py                    |   2 +-
 superset/templates/appbuilder/navbar_right.html    | 127 ---------
 superset/translations/de/LC_MESSAGES/messages.po   |  30 ---
 superset/translations/en/LC_MESSAGES/messages.po   |  30 ---
 superset/translations/es/LC_MESSAGES/messages.po   |  30 ---
 superset/translations/fr/LC_MESSAGES/messages.po   |  30 ---
 superset/translations/it/LC_MESSAGES/messages.po   |  30 ---
 superset/translations/ja/LC_MESSAGES/messages.po   |  30 ---
 superset/translations/ko/LC_MESSAGES/messages.po   |  30 ---
 superset/translations/messages.pot                 |  30 ---
 superset/translations/nl/LC_MESSAGES/messages.po   |  30 ---
 superset/translations/pt/LC_MESSAGES/message.po    |  30 ---
 .../translations/pt_BR/LC_MESSAGES/messages.po     |  30 ---
 superset/translations/ru/LC_MESSAGES/messages.po   |  30 ---
 superset/translations/sk/LC_MESSAGES/messages.po   |  30 ---
 superset/translations/sl/LC_MESSAGES/messages.po   |  33 ---
 superset/translations/zh/LC_MESSAGES/messages.po   |  30 ---
 superset/views/base.py                             |  20 +-
 superset/views/core.py                             |  21 +-
 superset/viz.py                                    |   2 +-
 tests/integration_tests/databases/api_tests.py     |   8 +
 171 files changed, 1155 insertions(+), 1831 deletions(-)
 delete mode 100644 superset-frontend/src/SqlLab/components/QuerySearch/QuerySearch.test.jsx
 delete mode 100644 superset-frontend/src/SqlLab/components/QuerySearch/index.tsx
 delete mode 100644 superset/templates/appbuilder/navbar_right.html