This is an automated email from the ASF dual-hosted git repository.
EnxDev pushed a change to branch enxdev/feat/subjects-group-access-gaps
in repository https://gitbox.apache.org/repos/asf/superset.git
from ee49c2edd9a refactor(subjects): make ASSIGN_CREATOR_GROUPS_AS_VIEWERS
a feature flag
add 6a801ff94f6 fix(explore): sync FilterInput value with parent filter
state (#42342)
add 7999b7410f2 fix(explore): restore Back button undo for chart changes
(#42473)
add 8df6595230e Merge branch 'master' into
enxdev/feat/subjects-group-access-gaps
No new revisions were added by this update.
Summary of changes:
.../DataTableControl/FilterInput.test.tsx | 30 +++-
.../explore/components/DataTableControl/index.tsx | 33 +++-
.../components/DataTableControls.tsx | 7 +-
.../DataTablesPane/components/SamplesPane.tsx | 2 +
.../components/SingleQueryResultPane.tsx | 1 +
.../src/explore/components/DataTablesPane/types.ts | 1 +
.../ExploreChartHeader/ExploreChartHeader.test.tsx | 29 ++++
.../components/ExploreChartHeader/index.tsx | 17 ++
.../ExploreViewContainer.test.tsx | 191 ++++++++++++++++++++-
.../components/ExploreViewContainer/index.tsx | 70 +++++++-
.../explore/exploreUtils/exploreHistory.test.ts | 71 ++++++++
.../src/explore/exploreUtils/exploreHistory.ts | 77 +++++++++
.../src/hooks/useUnsavedChangesPrompt/index.ts | 13 +-
superset-frontend/src/pages/Chart/Chart.test.tsx | 149 ++++++++++++++++
superset-frontend/src/pages/Chart/index.tsx | 21 ++-
15 files changed, 695 insertions(+), 17 deletions(-)
create mode 100644
superset-frontend/src/explore/exploreUtils/exploreHistory.test.ts
create mode 100644 superset-frontend/src/explore/exploreUtils/exploreHistory.ts