This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 4bfa622d02 fix: migration revisions from #19532 (#20641)
add 962252030b fix: Add database search in available charts on dashboard.
(#19244)
No new revisions were added by this update.
Summary of changes:
.../src/dashboard/actions/sliceEntities.js | 214 +++++++++++++--------
.../src/dashboard/actions/sliceEntities.test.js | 102 ++++++++++
.../src/dashboard/components/SliceAdder.jsx | 26 ++-
.../src/dashboard/components/SliceAdder.test.jsx | 1 +
.../src/dashboard/containers/SliceAdder.jsx | 8 +-
5 files changed, 264 insertions(+), 87 deletions(-)
create mode 100644
superset-frontend/src/dashboard/actions/sliceEntities.test.js