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

beto pushed a change to branch file-handler
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 44d2515a7a Fix test
 discard e77ea3dbfa fix: use local types in service worker to avoid global 
pollution
 discard 0e0589c98c fix: TypeScript errors in PWA file handler
 discard 398e69b22c fix: PWA file handler installation and routing issues
 discard 7e576c0882 Improve code
 discard ad757ebec6 Add tests
 discard de24eecc75 feat: file handler for CSV/XSL
     add d6d8e71b71 chore(deps): Remove redundant polished direct dependency 
(#36431)
     add c7a4d4f2cc fix(sql): handle backtick-quoted identifiers with base 
dialect (#36545)
     add 5844c05281 docs: clarify Jinja from_dttm/to_dttm availability in SQL 
Lab (#36544)
     add a1a57d50a4 fix(tests): resolve flaky "should edit correctly" test in 
chart list (#36641)
     add de7a72a37b feat(ci): use TTL labels for showtime cleanup (#36643)
     add 5f431ee1ec chore(deps-dev): bump @types/node from 24.8.1 to 25.0.2 in 
/superset-frontend (#36620)
     add 6f8052b828 docs: add contribution guidelines from wiki to Developer 
Portal (#36523)
     add 52c711b0bc fix(dashboard): import with overwrite flag replaces charts 
instead of merging (#36551)
     add cd2c889c9a feat(frontend): upgrade Storybook and add extension 
component documentation (#36498)
     add 28e3ba749e feat: SQL execution API for Superset (#36529)
     add 2329d49f9e fix(DatasourceEditor): add mount guards and fix async race 
conditions (#35810)
     add 821b259805 fix: Support datetime_format during import (#36679)
     add d0361cb881 test(playwright): convert and create new dataset list 
playwright tests (#36196)
     add d14f502126 fix: store form_data as dict during viz type migration 
(#36680)
     add 6aaf2266a9 chore(deps-dev): add baseline-browser-mapping (#36645)
     add 5e0ee40762 feat(chart): support icons and text in the `deck.gl 
Geojson` visualization (#36201)
     add 6b948ee894 docs(badges): Restore project badges on README - and 
re-implement the Docusaurus ones (#36495)
     add 67084838a1 feat: file handler for CSV/XSL
     add 6061388adf Add tests
     add 470cfc1a74 Improve code
     add b16eeadc13 fix: PWA file handler installation and routing issues
     add 4102ccae58 fix: TypeScript errors in PWA file handler
     add 8e716e49bc fix: use local types in service worker to avoid global 
pollution
     add fb79e1006b Fix test

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (44d2515a7a)
            \
             N -- N -- N   refs/heads/file-handler (fb79e1006b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/bashlib.sh                       |   13 +
 .github/workflows/showtime-cleanup.yml             |   18 +-
 .github/workflows/superset-e2e.yml                 |    2 +-
 .github/workflows/superset-frontend.yml            |   18 +
 .github/workflows/superset-playwright.yml          |    2 +-
 README.md                                          |   15 +
 docs/.gitignore                                    |    3 +
 .../extensions/components/alert.mdx                |  131 +
 .../extensions/components/index.mdx                |   93 +
 docs/developer_portal/extensions/development.md    |   70 +
 .../guidelines/backend-style-guidelines.md         |   36 +-
 .../guidelines/backend/dao-style-guidelines.md     |   24 +-
 .../guidelines/design-guidelines.md                |  131 +-
 .../guidelines/frontend-style-guidelines.md        |   42 +-
 .../frontend/component-style-guidelines.md         |  250 +-
 .../frontend/emotion-styling-guidelines.md         |  425 +-
 .../guidelines/frontend/testing-guidelines.md      |  297 -
 .../developer_portal/testing/testing-guidelines.md |  129 +
 docs/docs/configuration/sql-templating.mdx         |   52 +-
 docs/docs/contributing/development.mdx             |   14 +
 docs/docusaurus.config.ts                          |   15 +-
 docs/package.json                                  |   11 +-
 docs/plugins/remark-localize-badges.mjs            |  224 +
 docs/scripts/generate-extension-components.mjs     |  676 ++
 docs/sidebarTutorials.js                           |   48 +-
 docs/src/theme/ReactLiveScope/index.tsx            |   53 +
 .../src/types/apache-superset-core/index.d.ts      |   21 +-
 docs/src/webpack.extend.ts                         |    9 +
 docs/tsconfig.json                                 |   24 +-
 .../version-6.0.0/configuration/sql-templating.mdx |   52 +-
 .../version-6.0.0/contributing/development.mdx     |   14 +
 docs/yarn.lock                                     |  223 +-
 superset-core/src/superset_core/api/models.py      |   88 +-
 superset-core/src/superset_core/api/types.py       |  177 +
 superset-frontend/.gitignore                       |    3 +
 superset-frontend/.storybook/main.js               |   61 +-
 superset-frontend/.storybook/preview.jsx           |    3 +-
 .../test-runner.ts}                                |   32 +-
 .../cypress/e2e/chart_list/list.test.ts            |   12 +-
 superset-frontend/package-lock.json                | 8214 +++++++++++---------
 superset-frontend/package.json                     |   31 +-
 .../src/ui/components/Alert/Alert.stories.tsx      |   11 +-
 .../packages/superset-ui-core/package.json         |    2 +-
 .../src/components/DesignSystem.stories.tsx        |  117 +-
 .../ListViewCard/ListViewCard.stories.tsx          |   61 +-
 .../packages/superset-ui-demo/.storybook/main.js   |   15 +-
 .../packages/superset-ui-demo/package.json         |   12 +-
 .../storybook/stories/ExampleApp.stories.jsx       |    3 +-
 superset-frontend/playwright.config.ts             |   31 +-
 .../playwright/components/core/Modal.ts            |  118 +
 .../playwright/components/core/Table.ts            |  102 +
 .../playwright/components/core/Toast.ts            |  105 +
 .../playwright/components/core/index.ts            |    2 +
 .../components/modals/DeleteConfirmationModal.ts   |   75 +
 .../components/modals/DuplicateDatasetModal.ts     |   73 +
 .../components/modals}/index.ts                    |    6 +-
 superset-frontend/playwright/global-setup.ts       |   93 +
 .../playwright/helpers/api/database.ts             |   79 +
 .../playwright/helpers/api/dataset.ts              |  133 +
 .../playwright/helpers/api/requests.ts             |  193 +
 superset-frontend/playwright/pages/AuthPage.ts     |   74 +-
 .../playwright/pages/DatasetListPage.ts            |  115 +
 superset-frontend/playwright/pages/ExplorePage.ts  |   88 +
 .../playwright/tests/auth/login.spec.ts            |  113 +-
 .../playwright/tests/experimental/README.md        |  112 +-
 .../experimental/dataset/dataset-list.spec.ts      |  254 +
 .../utils/constants.ts}                            |   32 +-
 superset-frontend/playwright/utils/urls.ts         |   11 +
 .../src/layers/Geojson/Geojson.test.ts             |  121 +
 .../src/layers/Geojson/Geojson.tsx                 |  151 +-
 .../src/layers/Geojson/controlPanel.ts             |  265 +-
 .../src/utilities/Shared_DeckGL.tsx                |    2 +-
 .../src/utilities/controls.ts                      |    1 +
 .../AlteredSliceTag/AlteredSliceTag.stories.tsx    |    4 +-
 .../DatasourceEditor/DatasourceEditor.jsx          |  128 +-
 .../DashboardLinksExternal.test.tsx                |  129 +-
 .../DatasetUsageTab/DatasetUsageTab.test.tsx       |   49 +
 .../components/DatasetUsageTab/index.tsx           |   26 +-
 .../tests/DatasourceEditor.test.tsx                |  723 +-
 .../tests/DatasourceEditor.test.utils.tsx          |  177 +
 .../tests/DatasourceEditorCurrency.test.tsx        |  278 +-
 .../tests/DatasourceEditorRTL.test.tsx             |  129 -
 .../src/components/Datasource/utils/index.js       |   12 +-
 .../FiltersConfigModal/FiltersConfigModal.test.tsx |   16 +-
 superset-frontend/src/database/actions.ts          |    3 +-
 .../test-runner-jest.config.js                     |   14 +-
 superset-frontend/webpack.config.js                |    2 +-
 superset/commands/chart/importers/v1/utils.py      |    2 +-
 .../commands/dashboard/importers/v1/__init__.py    |   42 +-
 superset/commands/security/create.py               |    4 +-
 superset/commands/security/update.py               |    4 +-
 superset/daos/base.py                              |    2 +-
 superset/datasets/schemas.py                       |    1 +
 ...8d8526_fix_form_data_string_in_query_context.py |  108 +
 superset/models/core.py                            |   34 +
 .../sql/execution/__init__.py                      |    3 +-
 superset/sql/execution/celery_task.py              |  486 ++
 superset/sql/execution/executor.py                 | 1108 +++
 superset/sql/parse.py                              |   17 +
 .../charts/commands/importers/v1/utils_test.py     |   41 +
 .../commands/importers/v1/import_command_test.py   |  214 +
 .../datasets/commands/importers/v1/import_test.py  |   95 +-
 tests/unit_tests/models/core_test.py               |   84 +
 .../unit_tests/sql/execution}/__init__.py          |    0
 tests/unit_tests/sql/execution/conftest.py         |  324 +
 tests/unit_tests/sql/execution/test_celery_task.py | 1077 +++
 tests/unit_tests/sql/execution/test_executor.py    | 2114 +++++
 tests/unit_tests/sql/parse_tests.py                |   93 +
 108 files changed, 16348 insertions(+), 5521 deletions(-)
 create mode 100644 docs/developer_portal/extensions/components/alert.mdx
 create mode 100644 docs/developer_portal/extensions/components/index.mdx
 delete mode 100644 
docs/developer_portal/guidelines/frontend/testing-guidelines.md
 create mode 100644 docs/developer_portal/testing/testing-guidelines.md
 create mode 100644 docs/plugins/remark-localize-badges.mjs
 create mode 100644 docs/scripts/generate-extension-components.mjs
 create mode 100644 docs/src/theme/ReactLiveScope/index.tsx
 copy superset-frontend/packages/superset-ui-core/src/query/api/v1/index.ts => 
docs/src/types/apache-superset-core/index.d.ts (65%)
 create mode 100644 superset-core/src/superset_core/api/types.py
 copy 
superset-frontend/{packages/superset-ui-core/src/utils/removeDuplicates.ts => 
.storybook/test-runner.ts} (56%)
 create mode 100644 superset-frontend/playwright/components/core/Modal.ts
 create mode 100644 superset-frontend/playwright/components/core/Table.ts
 create mode 100644 superset-frontend/playwright/components/core/Toast.ts
 create mode 100644 
superset-frontend/playwright/components/modals/DeleteConfirmationModal.ts
 create mode 100644 
superset-frontend/playwright/components/modals/DuplicateDatasetModal.ts
 copy superset-frontend/{src/dashboard/components/AddSliceCard => 
playwright/components/modals}/index.ts (82%)
 create mode 100644 superset-frontend/playwright/global-setup.ts
 create mode 100644 superset-frontend/playwright/helpers/api/database.ts
 create mode 100644 superset-frontend/playwright/helpers/api/dataset.ts
 create mode 100644 superset-frontend/playwright/helpers/api/requests.ts
 create mode 100644 superset-frontend/playwright/pages/DatasetListPage.ts
 create mode 100644 superset-frontend/playwright/pages/ExplorePage.ts
 create mode 100644 
superset-frontend/playwright/tests/experimental/dataset/dataset-list.spec.ts
 copy superset-frontend/{src/setup/setupCodeOverrides.ts => 
playwright/utils/constants.ts} (52%)
 create mode 100644 
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Geojson/Geojson.test.ts
 create mode 100644 
superset-frontend/src/components/Datasource/components/DatasourceEditor/tests/DatasourceEditor.test.utils.tsx
 delete mode 100644 
superset-frontend/src/components/Datasource/components/DatasourceEditor/tests/DatasourceEditorRTL.test.tsx
 copy docs/babel.config.js => superset-frontend/test-runner-jest.config.js (67%)
 create mode 100644 
superset/migrations/versions/2025-12-16_12-00_f5b5f88d8526_fix_form_data_string_in_query_context.py
 copy superset-extensions-cli/src/superset_extensions_cli/constants.py => 
superset/sql/execution/__init__.py (92%)
 create mode 100644 superset/sql/execution/celery_task.py
 create mode 100644 superset/sql/execution/executor.py
 create mode 100644 
tests/unit_tests/dashboards/commands/importers/v1/import_command_test.py
 copy {superset-core/src/superset_core/api => 
tests/unit_tests/sql/execution}/__init__.py (100%)
 create mode 100644 tests/unit_tests/sql/execution/conftest.py
 create mode 100644 tests/unit_tests/sql/execution/test_celery_task.py
 create mode 100644 tests/unit_tests/sql/execution/test_executor.py

Reply via email to