This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch 4.1
in repository https://gitbox.apache.org/repos/asf/superset.git
from 81e3d69e4b fix(model/helper): represent RLS filter clause in proper
textual SQL string (#32406)
new dbd5c6e3fd fix: Log table retention policy (#32572)
new e2af182ee2 fix(welcome): perf on distinct recent activities (#32608)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../superset-ui-core/src/utils/lruCache.ts | 4 ++
.../superset-ui-core/test/utils/lruCache.test.ts | 4 ++
.../src/features/home/ActivityTable.tsx | 14 +------
superset-frontend/src/features/home/types.ts | 12 ++++++
superset-frontend/src/pages/Home/Home.test.tsx | 44 +++++++++++++++++++++-
superset-frontend/src/pages/Home/index.tsx | 2 +-
superset-frontend/src/views/CRUD/utils.tsx | 9 ++++-
.../commands/{sql_lab/query.py => logs/prune.py} | 22 +++++------
superset/config.py | 8 +++-
superset/tasks/scheduler.py | 22 +++++++++++
10 files changed, 111 insertions(+), 30 deletions(-)
copy superset/commands/{sql_lab/query.py => logs/prune.py} (84%)