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


 discard db0e4c2948 fix: fix failing steps on branch
 discard 6f9c226733 fix(logging): missing path in event data (#32708)
 discard dc24c4f61e fix: Signature of Celery pruner jobs (#32699)
 discard 48d0a546d6 fix(log): Update recent_activity by event name (#32681)
 discard e2af182ee2 fix(welcome): perf on distinct recent activities (#32608)
 discard dbd5c6e3fd fix: Log table retention policy (#32572)
     new 3f04866c83 fix: Log table retention policy (#32572)

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   (db0e4c2948)
            \
             N -- N -- N   refs/heads/4.1 (3f04866c83)

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.

The 1 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 --
 .../components/ExploreViewContainer/index.jsx      |  9 +--
 .../src/features/home/ActivityTable.tsx            | 14 ++++-
 superset-frontend/src/features/home/types.ts       | 12 ----
 superset-frontend/src/middleware/logger.test.js    |  5 +-
 .../src/middleware/loggerMiddleware.js             | 13 ++--
 superset-frontend/src/pages/Home/Home.test.tsx     | 51 ++-------------
 superset-frontend/src/pages/Home/index.tsx         |  2 +-
 superset-frontend/src/views/CRUD/utils.tsx         |  9 +--
 superset/commands/logs/prune.py                    |  8 +--
 superset/commands/sql_lab/query.py                 |  8 +--
 superset/daos/log.py                               | 19 +-----
 superset/tasks/scheduler.py                        | 20 +++---
 superset/utils/log.py                              |  4 +-
 superset/views/log/api.py                          |  2 +-
 tests/integration_tests/log_api_tests.py           | 73 +++++-----------------
 17 files changed, 59 insertions(+), 198 deletions(-)

Reply via email to