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

rusackas pushed a change to branch fix/welcome-workflow-first-time-only
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 2b6de1eec68 fix(ci): gate welcome message on first-time contributor 
association
    omit bae380f04fa fix(chart): prefer explicit viz_type over params-derived 
value
    omit 832802332a4 fix(chart): clean up viz_type extraction from params in 
CreateChartCommand
    omit 8ca1d4e25de Linting and fixing tests
    omit f3c4f1ae0ab changing remotes"
    omit ffde065e51a Fixing the API, pulling viz_type out of params properly
     add 62b4ee3d9e0 feat(mcp): add list and get tools for users and roles 
(#40345)
     add 16b56873b02 fix(ci): restrict workflow_run jobs to trusted origins and 
add zizmor audit (#40533)
     add f0838353a5a feat(i18n): add Czech (cs) locale support for dates 
(#40241)
     add c9136af8b6d fix(ci): trigger python dep check when pyproject.toml 
changes (#39792)
     add d350792d438 feat(mcp): add list and get tools for CSS templates and 
themes (#40343)
     add 44a8d9d4695 chore(deps): pin lodash, lodash-es, and yaml in docs to 
patched releases (#40535)
     add 8c6271e9ff8 chore(deps): bump urllib3, Mako, and python-multipart for 
high-severity CVEs (#40534)
     add f165c3fa786 fix(ci): grant security-events write to GHA validator 
workflow (#40539)
     add 7f54b0b13d0 test(database): regression test for sqla engine creation 
(#27897) (#40237)
     add 838ee27c299 chore(deps): bump protobuf to 5.29.6 and 
google-cloud-bigquery-storage to 2.26.0 (#40537)
     add fa4e571db5d chore(deps): force uuid 11.1.1 in docs (#40542)
     add f4787a4f252 chore(deps): bump ws to 8.20.1 in docs (#40538)
     add 2e7bec3646c chore(ci): harden GitHub Actions workflows per static 
analysis (#40545)
     add 2d6e68b5f29 fix(ci): remove deprecated ephemeral env workflows + 
resolve fixable GHA-related security issues  (#40121)
     add 4d95a8d0348 feat(listview): compact filter pills with popover for CRUD 
views (#40169)
     add 87be424f9c4 feat(mcp): add list and get tools for row level security 
and plugins (#40347)
     add d41e50b5dc4 fix(ci): gate welcome message on first-time contributor 
association

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   (2b6de1eec68)
            \
             N -- N -- N   refs/heads/fix/welcome-workflow-first-time-only 
(d41e50b5dc4)

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/actions/setup-backend/action.yml           |   2 +-
 .github/actions/setup-supersetbot/action.yml       |   1 +
 .github/dependabot.yml                             |  60 +--
 .github/workflows/cancel_duplicates.yml            |  43 --
 .github/workflows/check_db_migration_confict.yml   |   2 +
 .github/workflows/claude.yml                       |   4 +
 .github/workflows/codeql-analysis.yml              |   2 +
 .github/workflows/dependency-review.yml            |   4 +
 .github/workflows/embedded-sdk-release.yml         |   2 +
 .github/workflows/embedded-sdk-test.yml            |   2 +
 .github/workflows/ephemeral-env-pr-close.yml       |  83 ----
 .github/workflows/ephemeral-env.yml                | 350 ----------------
 .github/workflows/github-action-validator.yml      |   5 +
 .github/workflows/labeler.yml                      |   2 +-
 .github/workflows/latest-release-tag.yml           |   4 +-
 .github/workflows/release.yml                      |   6 +
 .github/workflows/showtime-trigger.yml             |   2 +-
 .github/workflows/superset-docs-deploy.yml         |  11 +-
 .github/workflows/superset-docs-verify.yml         |   8 +-
 .github/workflows/superset-extensions-cli.yml      |   2 +-
 .github/workflows/superset-frontend.yml            |   5 +-
 .../workflows/superset-python-integrationtest.yml  |   6 +-
 .github/workflows/superset-python-presto-hive.yml  |   4 +-
 .github/workflows/superset-python-unittest.yml     |   2 +-
 .github/workflows/tag-release.yml                  |  13 +-
 .github/workflows/tech-debt.yml                    |   2 +
 .github/workflows/welcome-new-users.yml            |   2 +-
 .pre-commit-config.yaml                            |  11 +
 Dockerfile                                         |   2 +-
 docs/package.json                                  |   6 +-
 docs/yarn.lock                                     |  41 +-
 requirements/base.txt                              |   4 +-
 requirements/development.txt                       |  11 +-
 scripts/change_detector.py                         |   3 +-
 scripts/oxlint.sh                                  |   2 +-
 superset-frontend/spec/helpers/testing-library.tsx |  30 ++
 .../src/components/Chart/chartAction.ts            |   7 +-
 .../components/ListView/CardSortSelect.test.tsx    | 102 +++++
 .../src/components/ListView/CardSortSelect.tsx     |  76 ++--
 .../ListView/Filters/CompactFilterTrigger.test.tsx | 145 +++++++
 .../ListView/Filters/CompactFilterTrigger.tsx      | 198 +++++++++
 .../ListView/Filters/CompactSelectPanel.test.tsx   | 339 ++++++++++++++++
 .../ListView/Filters/CompactSelectPanel.tsx        | 318 +++++++++++++++
 .../src/components/ListView/Filters/DateRange.tsx  | 112 -----
 .../ListView/Filters/FilterPopoverContent.test.tsx |  80 ++++
 .../ListView/Filters/FilterPopoverContent.tsx      |  74 ++++
 .../components/ListView/Filters/Select.test.tsx    | 267 ------------
 .../src/components/ListView/Filters/Select.tsx     | 154 -------
 .../components/ListView/Filters/TimeRange.test.tsx | 251 ++++++++++++
 .../src/components/ListView/Filters/TimeRange.tsx  | 291 +++++++++++++
 .../src/components/ListView/Filters/index.test.tsx | 335 ++++++++++++++-
 .../src/components/ListView/Filters/index.tsx      | 385 +++++++++++++-----
 .../src/components/ListView/ListView.test.tsx      |  21 +-
 .../src/components/ListView/ListView.tsx           |  81 +++-
 superset-frontend/src/hooks/useLocale.ts           |   2 +
 .../src/pages/ChartList/ChartList.test.tsx         |   9 +-
 .../DashboardList/DashboardList.cardview.test.tsx  |  16 +-
 .../src/pages/DashboardList/DashboardList.test.tsx |   8 +-
 .../DatasetList/DatasetList.integration.test.tsx   |   6 +-
 .../DatasetList/DatasetList.listview.test.tsx      |  23 +-
 .../src/pages/DatasetList/DatasetList.test.tsx     |   7 +-
 .../src/pages/GroupsList/GroupsList.test.tsx       |  16 +-
 .../src/pages/RolesList/RolesList.test.tsx         |   7 +-
 .../RowLevelSecurityList.test.tsx                  |   9 +-
 .../src/pages/UsersList/UsersList.test.tsx         |  20 +-
 superset/commands/chart/create.py                  |   8 -
 superset/daos/{security.py => role.py}             |  11 +-
 superset/mcp_service/app.py                        |  55 ++-
 superset/mcp_service/common/schema_discovery.py    |  79 ++++
 superset/mcp_service/constants.py                  |   4 +-
 .../mcp_service/css_template}/__init__.py          |   0
 .../{saved_query => css_template}/schemas.py       | 165 ++++----
 .../{action_log => css_template}/tool/__init__.py  |   8 +-
 .../tool/get_css_template_info.py}                 |  68 ++--
 .../tool/list_css_templates.py}                    | 121 +++---
 superset/mcp_service/mcp_core.py                   |   7 +
 .../mcp_service/plugin}/__init__.py                |   0
 .../{daos/css.py => mcp_service/plugin/dao.py}     |   5 +-
 superset/mcp_service/plugin/schemas.py             | 213 ++++++++++
 .../mcp_service/{tag => plugin}/tool/__init__.py   |   8 +-
 .../tool/get_plugin_info.py}                       |  69 ++--
 superset/mcp_service/plugin/tool/list_plugins.py   | 123 ++++++
 superset/mcp_service/privacy.py                    |   2 +-
 .../mcp_service/rls}/__init__.py                   |   0
 superset/mcp_service/rls/schemas.py                | 255 ++++++++++++
 .../{action_log => rls}/tool/__init__.py           |   8 +-
 .../tool/get_rls_filter_info.py}                   |  72 ++--
 superset/mcp_service/rls/tool/list_rls_filters.py  | 147 +++++++
 .../mcp_service/role}/__init__.py                  |   0
 .../mcp_service/{saved_query => role}/schemas.py   | 187 +++++----
 .../mcp_service/{tag => role}/tool/__init__.py     |   8 +-
 .../get_tag_info.py => role/tool/get_role_info.py} |  69 ++--
 .../tool/list_tags.py => role/tool/list_roles.py}  | 112 +++--
 superset/mcp_service/system/tool/get_schema.py     |  92 ++++-
 .../mcp_service/theme}/__init__.py                 |   0
 .../mcp_service/{saved_query => theme}/schemas.py  | 190 +++++----
 .../mcp_service/{tag => theme}/tool/__init__.py    |   8 +-
 .../tool/get_theme_info.py}                        |  74 ++--
 .../list_tags.py => theme/tool/list_themes.py}     | 116 +++---
 .../mcp_service/user}/__init__.py                  |   0
 .../mcp_service/{saved_query => user}/schemas.py   | 203 ++++++----
 .../mcp_service/{tag => user}/tool/__init__.py     |   8 +-
 .../get_tag_info.py => user/tool/get_user_info.py} |  79 ++--
 superset/mcp_service/user/tool/list_users.py       | 151 +++++++
 superset/models/core.py                            |  71 +++-
 .../mcp_service/css_template}/__init__.py          |   0
 .../mcp_service/css_template/tool}/__init__.py     |   0
 .../css_template/tool/test_css_template_tools.py   | 280 +++++++++++++
 .../unit_tests/mcp_service/plugin}/__init__.py     |   0
 .../mcp_service/plugin/tool}/__init__.py           |   0
 .../mcp_service/plugin/tool/test_plugin_tools.py   | 172 ++++++++
 .../unit_tests/mcp_service/rls}/__init__.py        |   0
 .../unit_tests/mcp_service/rls/tool}/__init__.py   |   0
 .../mcp_service/rls/tool/test_rls_tools.py         | 245 +++++++++++
 .../unit_tests/mcp_service/role}/__init__.py       |   0
 .../unit_tests/mcp_service/role/tool}/__init__.py  |   0
 .../mcp_service/role/tool/test_role_tools.py       | 336 +++++++++++++++
 .../mcp_service/system/tool/test_get_schema.py     | 157 +++++++
 .../unit_tests/mcp_service/theme}/__init__.py      |   0
 .../unit_tests/mcp_service/theme/tool}/__init__.py |   0
 .../mcp_service/theme/tool/test_theme_tools.py     | 267 ++++++++++++
 .../unit_tests/mcp_service/user}/__init__.py       |   0
 .../unit_tests/mcp_service/user/tool}/__init__.py  |   0
 .../mcp_service/user/tool/test_user_tools.py       | 449 +++++++++++++++++++++
 tests/unit_tests/models/core_test.py               |  94 +++++
 125 files changed, 6797 insertions(+), 2097 deletions(-)
 delete mode 100644 .github/workflows/cancel_duplicates.yml
 delete mode 100644 .github/workflows/ephemeral-env-pr-close.yml
 delete mode 100644 .github/workflows/ephemeral-env.yml
 create mode 100644 
superset-frontend/src/components/ListView/CardSortSelect.test.tsx
 create mode 100644 
superset-frontend/src/components/ListView/Filters/CompactFilterTrigger.test.tsx
 create mode 100644 
superset-frontend/src/components/ListView/Filters/CompactFilterTrigger.tsx
 create mode 100644 
superset-frontend/src/components/ListView/Filters/CompactSelectPanel.test.tsx
 create mode 100644 
superset-frontend/src/components/ListView/Filters/CompactSelectPanel.tsx
 delete mode 100644 
superset-frontend/src/components/ListView/Filters/DateRange.tsx
 create mode 100644 
superset-frontend/src/components/ListView/Filters/FilterPopoverContent.test.tsx
 create mode 100644 
superset-frontend/src/components/ListView/Filters/FilterPopoverContent.tsx
 delete mode 100644 
superset-frontend/src/components/ListView/Filters/Select.test.tsx
 delete mode 100644 superset-frontend/src/components/ListView/Filters/Select.tsx
 create mode 100644 
superset-frontend/src/components/ListView/Filters/TimeRange.test.tsx
 create mode 100644 
superset-frontend/src/components/ListView/Filters/TimeRange.tsx
 copy superset/daos/{security.py => role.py} (78%)
 copy {superset-core/src/superset_core/common => 
superset/mcp_service/css_template}/__init__.py (100%)
 copy superset/mcp_service/{saved_query => css_template}/schemas.py (59%)
 copy superset/mcp_service/{action_log => css_template}/tool/__init__.py (83%)
 copy superset/mcp_service/{tag/tool/get_tag_info.py => 
css_template/tool/get_css_template_info.py} (52%)
 copy superset/mcp_service/{tag/tool/list_tags.py => 
css_template/tool/list_css_templates.py} (50%)
 copy {superset-core/src/superset_core/common => 
superset/mcp_service/plugin}/__init__.py (100%)
 copy superset/{daos/css.py => mcp_service/plugin/dao.py} (88%)
 create mode 100644 superset/mcp_service/plugin/schemas.py
 copy superset/mcp_service/{tag => plugin}/tool/__init__.py (86%)
 copy superset/mcp_service/{tag/tool/get_tag_info.py => 
plugin/tool/get_plugin_info.py} (53%)
 create mode 100644 superset/mcp_service/plugin/tool/list_plugins.py
 copy {superset-core/src/superset_core/common => 
superset/mcp_service/rls}/__init__.py (100%)
 create mode 100644 superset/mcp_service/rls/schemas.py
 copy superset/mcp_service/{action_log => rls}/tool/__init__.py (84%)
 copy superset/mcp_service/{action_log/tool/get_action_log_info.py => 
rls/tool/get_rls_filter_info.py} (53%)
 create mode 100644 superset/mcp_service/rls/tool/list_rls_filters.py
 copy {superset-core/src/superset_core/common => 
superset/mcp_service/role}/__init__.py (100%)
 copy superset/mcp_service/{saved_query => role}/schemas.py (57%)
 copy superset/mcp_service/{tag => role}/tool/__init__.py (87%)
 copy superset/mcp_service/{tag/tool/get_tag_info.py => 
role/tool/get_role_info.py} (51%)
 copy superset/mcp_service/{tag/tool/list_tags.py => role/tool/list_roles.py} 
(51%)
 copy {superset-core/src/superset_core/common => 
superset/mcp_service/theme}/__init__.py (100%)
 copy superset/mcp_service/{saved_query => theme}/schemas.py (56%)
 copy superset/mcp_service/{tag => theme}/tool/__init__.py (86%)
 copy superset/mcp_service/{tag/tool/get_tag_info.py => 
theme/tool/get_theme_info.py} (53%)
 copy superset/mcp_service/{tag/tool/list_tags.py => theme/tool/list_themes.py} 
(51%)
 copy {superset-core/src/superset_core/common => 
superset/mcp_service/user}/__init__.py (100%)
 copy superset/mcp_service/{saved_query => user}/schemas.py (53%)
 copy superset/mcp_service/{tag => user}/tool/__init__.py (87%)
 copy superset/mcp_service/{tag/tool/get_tag_info.py => 
user/tool/get_user_info.py} (50%)
 create mode 100644 superset/mcp_service/user/tool/list_users.py
 copy {superset-core/src/superset_core/common => 
tests/unit_tests/mcp_service/css_template}/__init__.py (100%)
 copy {superset-core/src/superset_core/common => 
tests/unit_tests/mcp_service/css_template/tool}/__init__.py (100%)
 create mode 100644 
tests/unit_tests/mcp_service/css_template/tool/test_css_template_tools.py
 copy {superset-core/src/superset_core/common => 
tests/unit_tests/mcp_service/plugin}/__init__.py (100%)
 copy {superset-core/src/superset_core/common => 
tests/unit_tests/mcp_service/plugin/tool}/__init__.py (100%)
 create mode 100644 
tests/unit_tests/mcp_service/plugin/tool/test_plugin_tools.py
 copy {superset-core/src/superset_core/common => 
tests/unit_tests/mcp_service/rls}/__init__.py (100%)
 copy {superset-core/src/superset_core/common => 
tests/unit_tests/mcp_service/rls/tool}/__init__.py (100%)
 create mode 100644 tests/unit_tests/mcp_service/rls/tool/test_rls_tools.py
 copy {superset-core/src/superset_core/common => 
tests/unit_tests/mcp_service/role}/__init__.py (100%)
 copy {superset-core/src/superset_core/common => 
tests/unit_tests/mcp_service/role/tool}/__init__.py (100%)
 create mode 100644 tests/unit_tests/mcp_service/role/tool/test_role_tools.py
 copy {superset-core/src/superset_core/common => 
tests/unit_tests/mcp_service/theme}/__init__.py (100%)
 copy {superset-core/src/superset_core/common => 
tests/unit_tests/mcp_service/theme/tool}/__init__.py (100%)
 create mode 100644 tests/unit_tests/mcp_service/theme/tool/test_theme_tools.py
 copy {superset-core/src/superset_core/common => 
tests/unit_tests/mcp_service/user}/__init__.py (100%)
 copy {superset-core/src/superset_core/common => 
tests/unit_tests/mcp_service/user/tool}/__init__.py (100%)
 create mode 100644 tests/unit_tests/mcp_service/user/tool/test_user_tools.py

Reply via email to