This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch chore/typed-dispatch-sqllab
in repository https://gitbox.apache.org/repos/asf/superset.git
omit a3e446d5b6b fix(sql-lab): correct createCtasDatasource return type and
fix latent bug
omit be425ac2812 chore(sql-lab): migrate useDispatch to useAppDispatch
add cfb704dbeb7 test(sqllab): stabilize SaveDatasetModal overwrite-flow
test helper (#40036)
add 187bb416e76 fix(plugin-chart-ag-grid-table): use display text for
filter and sort on HTML cells (#39885)
add e66fbc91c2d chore(gha): pass commenter login through env in claude.yml
(#40042)
add 5ab8583cd0d chore(gha): pin github/codeql-action to a SHA (#40043)
add 7bfa8e9e00d chore(sql-lab): migrate useDispatch to useAppDispatch
add bc816e112f7 fix(sql-lab): correct createCtasDatasource return type and
fix latent bug
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 (a3e446d5b6b)
\
N -- N -- N refs/heads/chore/typed-dispatch-sqllab (bc816e112f7)
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/claude.yml | 10 +--
.github/workflows/codeql-analysis.yml | 4 +-
.../src/utils/htmlTextFilterValueGetter.test.ts | 83 ++++++++++++++++++++++
.../src/utils/htmlTextFilterValueGetter.ts | 74 +++++++++++++++++++
.../src/utils/useColDefs.ts | 21 ++++++
.../SaveDatasetModal/SaveDatasetModal.test.tsx | 30 +++++---
6 files changed, 206 insertions(+), 16 deletions(-)
create mode 100644
superset-frontend/plugins/plugin-chart-ag-grid-table/src/utils/htmlTextFilterValueGetter.test.ts
create mode 100644
superset-frontend/plugins/plugin-chart-ag-grid-table/src/utils/htmlTextFilterValueGetter.ts