This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from e0820bdbaca Complete Arabic translation gaps 2025-08-16 (#54571)
add 5d6b9434a8e Add filtering support to Audit Log view (#54210)
No new revisions were added by this update.
Summary of changes:
.../airflow/ui/public/i18n/locales/en/browse.json | 3 +
.../DagsFilters => components/ui}/ResetButton.tsx | 0
.../src/airflow/ui/src/components/ui/index.ts | 1 +
.../src/airflow/ui/src/constants/searchParams.ts | 9 +
.../src/pages/DagsList/DagsFilters/DagsFilters.tsx | 2 +-
.../src/airflow/ui/src/pages/Events/Events.tsx | 60 +++++-
.../airflow/ui/src/pages/Events/EventsFilters.tsx | 232 +++++++++++++++++++++
7 files changed, 297 insertions(+), 10 deletions(-)
rename airflow-core/src/airflow/ui/src/{pages/DagsList/DagsFilters =>
components/ui}/ResetButton.tsx (100%)
create mode 100644
airflow-core/src/airflow/ui/src/pages/Events/EventsFilters.tsx