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

michaelsmolina pushed a change to branch 4.1-airbnb
in repository https://gitbox.apache.org/repos/asf/superset.git


    from dc8b9093c3 fix(welcome): perf on distinct recent activities (#32608)
     new 25e9840039 fix(log): Update recent_activity by event name (#32681)
     new be9d7d0f18 fix: Signature of Celery pruner jobs (#32699)

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:
 .../components/ExploreViewContainer/index.jsx      |   9 +-
 superset-frontend/src/middleware/logger.test.js    |   5 +-
 .../src/middleware/loggerMiddleware.js             |  11 +-
 superset/commands/logs/prune.py                    |   8 +-
 superset/commands/sql_lab/query.py                 |   8 +-
 superset/daos/log.py                               |  19 ++-
 superset/tasks/scheduler.py                        |  24 ++-
 superset/utils/log.py                              |   4 +-
 superset/views/log/api.py                          |   2 +-
 tests/integration_tests/log_api_tests.py           | 162 +++++++++++++--------
 10 files changed, 165 insertions(+), 87 deletions(-)

Reply via email to