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/19 14:52:32 UTC

[superset] branch hxgh-ssh-dynamic-form updated (276802f7f1 -> 830b787dd9)

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 276802f7f1 fix lint
     add e6271f0ca7 fix(ssh-tunnel): update fields for open tunnel with private + private key passwords (#22764)
     add aca2f1b201 chore: adding missing examples in the gallery for some chart types (#22766)
     add 5026da50e1 chore(translation): add missing Russian translation, add plural forms (#22415)
     add 39c96d0568 chore: Migrate .less styles to Emotion (#22474)
     add 577ac81686 chore(ci): fix numpy type errors and revert #22610 (#22782)
     add 830b787dd9 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:
 setup.cfg                                          |     4 +-
 .../cypress-base/cypress/support/directories.ts    |     7 +-
 .../src/images/example1.jpg                        |   Bin 0 -> 62434 bytes
 .../src/images/example2.jpg                        |   Bin 0 -> 106374 bytes
 .../src/index.js                                   |     3 +
 .../src/images/example.jpg                         |   Bin 0 -> 44054 bytes
 .../legacy-plugin-chart-partition/src/index.js     |     2 +
 .../src/images/example.jpg                         |   Bin 0 -> 59676 bytes
 .../legacy-plugin-chart-pivot-table/src/index.js   |     2 +
 .../src/Compare/images/example.jpg                 |   Bin 0 -> 66360 bytes
 .../legacy-preset-chart-nvd3/src/Compare/index.js  |     2 +
 .../src/MixedTimeseries/images/example.jpg         |   Bin 0 -> 65380 bytes
 .../src/MixedTimeseries/index.ts                   |     2 +
 .../src/images/example.jpg                         |   Bin 0 -> 66959 bytes
 .../plugin-chart-pivot-table/src/plugin/index.ts   |     2 +
 .../plugin-chart-pivot-table/types/external.d.ts   |     2 +
 superset-frontend/src/SqlLab/App.jsx               |     3 +-
 .../index.tsx => SqlLab/SqlLabGlobalStyles.tsx}    |    31 +-
 .../SqlLab/components/AceEditorWrapper/index.tsx   |    26 +-
 .../src/SqlLab/components/App/index.jsx            |    69 +-
 .../components/EstimateQueryCostButton/index.tsx   |    23 +-
 .../QueryStateLabel/QueryStateLabel.test.jsx       |     5 +-
 .../SqlLab/components/QueryStateLabel/index.tsx    |    10 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |    11 +-
 .../src/SqlLab/components/SqlEditor/index.jsx      |    62 +-
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |    19 +-
 .../SqlLab/components/SqlEditorTabHeader/index.tsx |    26 +-
 .../src/SqlLab/components/TabStatusIcon/index.tsx  |    39 +-
 .../TabbedSqlEditors/TabbedSqlEditors.test.jsx     |     4 +-
 .../SqlLab/components/TabbedSqlEditors/index.jsx   |    10 +-
 .../src/SqlLab/components/TableElement/index.tsx   |    41 +-
 superset-frontend/src/SqlLab/main.less             |   491 -
 .../src/assets/stylesheets/superset.less           |    18 +-
 superset-frontend/src/components/Chart/Chart.jsx   |     4 +
 .../src/dashboard/components/Dashboard.jsx         |     1 -
 .../DashboardBuilder/DashboardBuilder.test.tsx     |     4 +-
 .../DashboardBuilder/DashboardBuilder.tsx          |   413 +-
 .../src/dashboard/components/DashboardGrid.jsx     |    84 +-
 .../dashboard/components/DashboardGrid.test.jsx    |     7 -
 .../src/dashboard/components/SliceHeader/index.tsx |    69 +-
 .../components/SliceHeaderControls/index.tsx       |     8 +
 .../src/dashboard/components/dnd/DragDroppable.jsx |    63 +-
 .../components/dnd/DragDroppable.test.jsx          |     5 +-
 .../components/filterscope/FilterScopeSelector.jsx |   280 +-
 .../dashboard/components/gridComponents/Chart.jsx  |    13 +-
 .../components/gridComponents/ChartHolder.tsx      |    13 +-
 .../dashboard/components/gridComponents/Column.jsx |    87 +-
 .../components/gridComponents/Divider.jsx          |    28 +-
 .../dashboard/components/gridComponents/Header.jsx |    63 +-
 .../components/gridComponents/Markdown.jsx         |    37 +-
 .../dashboard/components/gridComponents/Row.jsx    |    84 +-
 .../gridComponents/new/DraggableNewComponent.jsx   |    66 +-
 .../new/DraggableNewComponent.test.jsx             |     6 +-
 .../components/menu/BackgroundStyleDropdown.tsx    |    53 +-
 .../dashboard/components/menu/WithPopoverMenu.tsx  |    70 +-
 .../FilterControls/FilterDivider.stories.tsx       |     1 -
 .../components/resizable/ResizableContainer.jsx    |    92 +-
 .../src/dashboard/containers/DashboardPage.tsx     |     4 +-
 superset-frontend/src/dashboard/styles.ts          |    33 +
 .../src/dashboard/stylesheets/builder.less         |    49 -
 .../dashboard/stylesheets/components/chart.less    |   150 -
 .../dashboard/stylesheets/components/column.less   |    64 -
 .../dashboard/stylesheets/components/divider.less  |    42 -
 .../dashboard/stylesheets/components/header.less   |    87 -
 .../dashboard/stylesheets/components/index.less    |    25 -
 .../dashboard/stylesheets/components/markdown.less |    57 -
 .../stylesheets/components/new-component.less      |    55 -
 .../src/dashboard/stylesheets/components/row.less  |    92 -
 .../src/dashboard/stylesheets/dashboard.less       |   164 -
 .../src/dashboard/stylesheets/dnd.less             |   130 -
 .../stylesheets/filter-scope-selector.less         |   259 -
 .../src/dashboard/stylesheets/grid.less            |    53 -
 .../src/dashboard/stylesheets/index.less           |    28 -
 .../src/dashboard/stylesheets/popover-menu.less    |   140 -
 .../src/dashboard/stylesheets/resizable.less       |   105 -
 .../DatasourcePanel/DatasourcePanel.test.tsx       |    21 +
 .../DndColumnSelectControl/ColumnSelectPopover.tsx |     4 +-
 superset-frontend/src/explore/main.less            |   137 -
 .../src/pages/ChartCreation/index.tsx              |     5 +-
 .../src/views/CRUD/data/database/DatabaseList.tsx  |     4 -
 .../data/database/DatabaseModal/index.test.tsx     |     8 -
 .../CRUD/data/database/DatabaseModal/index.tsx     |     6 +-
 .../data/dataset/AddDataset/AddDataset.test.tsx    |     8 -
 .../dataset/AddDataset/DatasetPanel/fixtures.ts    |     1 -
 .../data/dataset/AddDataset/DatasetPanel/index.tsx |    17 +-
 .../data/dataset/AddDataset/Footer/Footer.test.tsx |     8 -
 .../CRUD/data/dataset/AddDataset/Footer/index.tsx  |    14 +-
 .../AddDataset/LeftPanel/LeftPanel.test.tsx        |    20 +-
 .../data/dataset/AddDataset/LeftPanel/index.tsx    |   106 +-
 .../views/CRUD/data/dataset/AddDataset/index.tsx   |    30 +-
 .../views/CRUD/data/dataset/AddDataset/types.tsx   |     8 +-
 .../views/CRUD/data/dataset/AddDatasetModal.tsx    |   172 +
 .../dataset/DatasetLayout/DatasetLayout.test.tsx   |     8 -
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |    45 +-
 superset-frontend/src/views/CRUD/data/hooks.ts     |    10 +-
 superset-frontend/src/views/components/Menu.tsx    |     2 +
 .../src/views/components/RightMenu.test.tsx        |     3 +
 .../src/views/components/RightMenu.tsx             |    17 +-
 .../visualizations/TimeTable/images/example.jpg    |   Bin 0 -> 72275 bytes
 .../src/visualizations/TimeTable/index.ts          |     2 +
 superset/db_engine_specs/hive.py                   |     4 +-
 superset/extensions/ssh.py                         |     4 +-
 superset/reports/commands/alert.py                 |    10 +-
 superset/result_set.py                             |    15 +-
 superset/translations/ru/LC_MESSAGES/messages.json |  7595 +++++---
 superset/translations/ru/LC_MESSAGES/messages.po   | 18149 +++++++++++--------
 superset/utils/pandas_postprocessing/boxplot.py    |    10 +-
 superset/utils/pandas_postprocessing/flatten.py    |     2 +-
 superset/utils/pandas_postprocessing/utils.py      |     2 +-
 superset/views/datasource/views.py                 |     5 +-
 110 files changed, 18298 insertions(+), 12156 deletions(-)
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/images/example1.jpg
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/images/example2.jpg
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-partition/src/images/example.jpg
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/images/example.jpg
 create mode 100644 superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/images/example.jpg
 create mode 100644 superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/images/example.jpg
 create mode 100644 superset-frontend/plugins/plugin-chart-pivot-table/src/images/example.jpg
 copy superset-frontend/src/{components/Table/cell-renderers/NullCell/index.tsx => SqlLab/SqlLabGlobalStyles.tsx} (69%)
 delete mode 100644 superset-frontend/src/SqlLab/main.less
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/builder.less
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/components/chart.less
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/components/column.less
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/components/divider.less
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/components/header.less
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/components/index.less
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/components/markdown.less
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/components/new-component.less
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/components/row.less
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/dashboard.less
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/dnd.less
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/filter-scope-selector.less
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/grid.less
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/index.less
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/popover-menu.less
 delete mode 100644 superset-frontend/src/dashboard/stylesheets/resizable.less
 delete mode 100644 superset-frontend/src/explore/main.less
 create mode 100644 superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx
 create mode 100644 superset-frontend/src/visualizations/TimeTable/images/example.jpg