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

diegopucci pushed a change to branch geido/chore/enforce-usage-icons-eslint
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 7356f91b34 fix(no-restricted-imports): Fix rule and adjust overrides
     add 831369a44b fix(gsheets): update params from encrypted extra (#32661)
     add 6e049225f9 docs: add Hometogo to users list (#32668)
     add b4dd64aa24 fix: Update RELEASING/README.md (#32678)
     add 9907db9e1a feat: add a note to install cors-related dependency when 
using ENABLE_CORS (#32662)
     add b64e3254fc feat: DB migration for dataset folders (#32680)
     add 974d36d35e chore(deps): bump jinja2 from 3.1.5 to 3.1.6 in 
/superset/translations (#32580)
     add eb39ddbfe3 feat(docs): Adding Kapa.ai integration (#32682)
     add a49a15f990 chore(docs): remove customized "Edit this page on GitHub" 
button (#32407)
     add c9e2c7037e feat: Implement sparse import for ImportAssetsCommand 
(#32670)
     add e6287d6ff8 Merge branch 'master' of https://github.com/apache/superset 
into geido/chore/enforce-usage-icons-eslint
     add c80c8b4327 chore:(ESLint): Force skip rules with TODOs

No new revisions were added by this update.

Summary of changes:
 RELEASING/README.md                                |  2 +-
 RESOURCES/INTHEWILD.md                             |  1 +
 docs/docusaurus.config.ts                          | 25 +++++++++
 docs/src/styles/main.less                          | 10 ----
 docs/src/theme/DocItem/index.js                    | 61 ----------------------
 superset-frontend/.eslintrc.js                     |  2 +-
 .../src/components/ControlHeader.tsx               |  6 +++
 .../src/SqlLab/components/QueryTable/index.tsx     |  2 +
 .../src/SqlLab/components/ResultSet/index.tsx      |  4 ++
 .../components/RunQueryActionButton/index.tsx      |  2 +
 .../SqlLab/components/SaveDatasetModal/index.tsx   |  3 +-
 .../SqlLab/components/SqlEditorLeftBar/index.tsx   |  2 +
 .../SqlLab/components/SqlEditorTabHeader/index.tsx | 10 ++++
 .../SqlLab/components/TabbedSqlEditors/index.tsx   |  4 ++
 .../src/SqlLab/components/TableElement/index.tsx   |  2 +
 .../src/SqlLab/components/TablePreview/index.tsx   |  3 ++
 .../src/components/CachedLabel/index.tsx           |  2 +
 .../src/components/Collapse/index.tsx              |  6 ++-
 .../src/components/CronPicker/CronPicker.tsx       |  3 +-
 .../src/components/Datasource/CollectionTable.tsx  |  9 +++-
 .../src/components/Datasource/DatasourceEditor.jsx |  2 +
 .../src/components/Datasource/Field.tsx            |  2 +
 .../src/components/ErrorMessage/ErrorAlert.tsx     |  3 +-
 .../src/components/ErrorMessage/IssueCode.tsx      |  2 +
 superset-frontend/src/components/Form/Form.tsx     |  3 +-
 superset-frontend/src/components/Form/FormItem.tsx |  3 +-
 .../src/components/ImportModal/index.tsx           |  3 +-
 .../src/components/MessageToasts/Toast.tsx         |  2 +
 .../src/components/Select/AsyncSelect.tsx          |  3 +-
 .../src/components/Select/CustomTag.tsx            |  3 +-
 superset-frontend/src/components/Select/Select.tsx |  3 +-
 .../src/components/Select/constants.ts             |  3 +-
 superset-frontend/src/components/Select/styles.tsx |  6 ++-
 superset-frontend/src/components/Select/types.ts   |  6 ++-
 superset-frontend/src/components/Select/utils.tsx  |  3 +-
 .../src/components/Table/VirtualTable.tsx          |  3 +-
 superset-frontend/src/components/Table/index.tsx   |  9 ++--
 .../Table/utils/InteractiveTableUtils.ts           |  3 +-
 .../src/components/TableSelector/index.tsx         |  3 +-
 superset-frontend/src/components/Tabs/Tabs.tsx     |  3 +-
 superset-frontend/src/components/Tags/Tag.tsx      |  3 +-
 superset-frontend/src/components/Tooltip/index.tsx |  3 +-
 .../src/components/TooltipParagraph/index.tsx      |  6 ++-
 superset-frontend/src/components/index.ts          |  9 ++--
 .../src/dashboard/components/DashboardGrid.jsx     |  4 ++
 .../src/dashboard/components/SliceHeader/index.tsx |  4 ++
 .../components/URLShortLinkButton/index.tsx        |  6 +++
 .../FilterBar/FilterControls/FilterControl.tsx     |  2 +
 .../src/explore/components/EmbedCodeContent.jsx    |  2 +
 .../explore/components/PropertiesModal/index.tsx   |  3 +-
 .../explore/components/RunQueryButton/index.tsx    |  2 +
 .../controls/AnnotationLayerControl/index.tsx      |  4 ++
 .../controls/CollectionControl/index.jsx           |  2 +
 .../controls/ColorSchemeControl/index.tsx          |  3 +-
 .../ColumnConfigControl/ColumnConfigControl.tsx    |  4 ++
 .../ColumnConfigControl/ColumnConfigItem.tsx       |  2 +
 .../DateFilterControl/components/AdvancedFrame.tsx |  2 +
 .../DndColumnSelectPopoverTitle.jsx                |  2 +
 .../DndColumnSelectControl/useResizeButton.tsx     |  2 +
 .../controls/LayerConfigsControl/FlatLayerTree.tsx |  9 ++--
 .../LayerConfigsPopoverContent.tsx                 |  3 +-
 .../controls/LayerConfigsControl/LayerTreeItem.tsx |  6 ++-
 .../controls/LayerConfigsControl/dragDropUtil.tsx  |  3 +-
 .../controls/LayerConfigsControl/types.ts          |  3 +-
 .../controls/MapViewControl/ExtentTag.tsx          |  3 +-
 .../MetricControl/AdhocMetricEditPopover/index.jsx |  2 +
 .../MetricControl/AdhocMetricEditPopoverTitle.tsx  |  2 +
 .../controls/SelectAsyncControl/index.tsx          |  3 +-
 .../src/explore/components/controls/ViewQuery.tsx  |  2 +
 .../components/controls/VizTypeControl/index.tsx   |  2 +
 .../ZoomConfigControl/ZoomConfigControl.tsx        |  3 +-
 .../src/features/alerts/AlertReportModal.tsx       |  2 +
 .../src/features/alerts/components/StyledPanel.tsx |  6 ++-
 .../alerts/components/ValidatedPanelHeader.tsx     |  3 +-
 .../databases/DatabaseModal/ModalHeader.tsx        |  3 +-
 .../databases/DatabaseModal/SSHTunnelForm.tsx      |  3 +-
 .../src/features/databases/DatabaseModal/index.tsx |  3 +-
 .../features/databases/UploadDataModel/index.tsx   |  6 ++-
 superset-frontend/src/features/databases/types.ts  |  3 +-
 superset-frontend/src/features/home/ChartTable.tsx |  2 +
 .../src/features/home/DashboardTable.tsx           |  2 +
 superset-frontend/src/features/home/RightMenu.tsx  |  2 +
 .../src/features/home/SavedQueries.tsx             |  2 +
 superset-frontend/src/features/tags/TagModal.tsx   |  3 +-
 .../components/Select/SelectFilterPlugin.tsx       |  3 +-
 .../TimeColumn/TimeColumnFilterPlugin.tsx          |  3 +-
 .../components/TimeGrain/TimeGrainFilterPlugin.tsx |  3 +-
 .../src/pages/AlertReportList/index.tsx            |  4 ++
 .../src/pages/AnnotationLayerList/index.tsx        |  4 ++
 .../src/pages/AnnotationList/index.tsx             |  4 ++
 .../src/pages/ChartCreation/index.tsx              |  4 ++
 superset-frontend/src/pages/ChartList/index.tsx    |  2 +
 .../src/pages/CssTemplateList/index.tsx            |  2 +
 .../src/pages/DashboardList/index.tsx              |  2 +
 superset-frontend/src/pages/DatabaseList/index.tsx |  2 +
 superset-frontend/src/pages/DatasetList/index.tsx  |  2 +
 .../src/pages/RowLevelSecurityList/index.tsx       |  4 ++
 .../src/pages/SavedQueryList/index.tsx             |  2 +
 superset-frontend/src/pages/Tags/index.tsx         |  7 ++-
 superset-frontend/src/preamble.ts                  |  3 +-
 superset/commands/importers/v1/assets.py           | 25 +++++++--
 superset/commands/importers/v1/utils.py            | 18 ++++++-
 superset/config.py                                 |  2 +
 superset/db_engine_specs/gsheets.py                |  6 ++-
 superset/importexport/api.py                       |  5 ++
 ..._94e7a3499973_add_folders_column_to_dataset.py} | 19 +++----
 superset/translations/requirements.txt             |  2 +-
 tests/unit_tests/db_engine_specs/test_gsheets.py   | 22 +++++++-
 tests/unit_tests/importexport/api_test.py          |  1 +
 109 files changed, 373 insertions(+), 151 deletions(-)
 delete mode 100644 docs/src/theme/DocItem/index.js
 copy 
superset/migrations/versions/{2024-05-10_11-09_9621c6d56ffb_add_subject_column_to_report_schedule.py
 => 2025-03-03_20-52_94e7a3499973_add_folders_column_to_dataset.py} (73%)

Reply via email to