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 6bffc7596f3 Update `define-extra-link.rst` (#54985)
add d91e51238be Add utility function for generic filter counting (#54817)
No new revisions were added by this update.
Summary of changes:
.../src/pages/DagsList/DagsFilters/DagsFilters.tsx | 27 +-----
.../airflow/ui/src/pages/Events/EventsFilters.tsx | 3 +-
.../src/airflow/ui/src/pages/Events/filterUtils.ts | 73 --------------
.../src/airflow/ui/src/utils/filterUtils.test.ts | 106 +++++++++++++++++++++
.../{rules/levels.js => src/utils/filterUtils.ts} | 14 +--
5 files changed, 115 insertions(+), 108 deletions(-)
delete mode 100644 airflow-core/src/airflow/ui/src/pages/Events/filterUtils.ts
create mode 100644 airflow-core/src/airflow/ui/src/utils/filterUtils.test.ts
copy airflow-core/src/airflow/ui/{rules/levels.js => src/utils/filterUtils.ts}
(72%)