This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-0941250796
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 060539c99c6 Bump the edge-ui-package-updates group across 1 directory
with 24 updates
add 9385762777c feat: Implemented Filters UI for Asset View (#54640)
add ece5fcd90d3 Add new Filter Bar to Audit Log (#55487)
add 8465773fa66 Bump the edge-ui-package-updates group across 1 directory
with 24 updates
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 (060539c99c6)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-0941250796
(8465773fa66)
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.
No new revisions were added by this update.
Summary of changes:
.../ui/src/components/Assets/AssetEvents.tsx | 4 +
.../ui/src/components/Assets/AssetEventsFilter.tsx | 111 +++++++++
.../src/airflow/ui/src/constants/filterConfigs.tsx | 44 +++-
.../src/airflow/ui/src/pages/Asset/AssetLayout.tsx | 9 +
.../src/airflow/ui/src/pages/Events/Events.tsx | 13 +-
.../airflow/ui/src/pages/Events/EventsFilters.tsx | 268 ++++-----------------
.../src/airflow/ui/src/utils/useFiltersHandler.ts | 10 +-
7 files changed, 233 insertions(+), 226 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/src/components/Assets/AssetEventsFilter.tsx