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


 discard 7344d855749 Bump the edge-ui-package-updates group across 1 directory 
with 24 updates
     add 470eb03a19d Fix the misalignment of gantt view progress bars (#55061) 
(#55291)
     add f80d3084b45 Add react-dom to default plugin external libraries (#55451)
     add 2a1c68684cc Add reusable FilterBar component for date, number, text 
input (#54895)
     add dd3cfdb0373 Update templating support in Deadline Alert docs (#55429)
     add aacf66adccc 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   (7344d855749)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-0941250796
 (aacf66adccc)

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:
 airflow-core/docs/core-concepts/dags.rst           |   4 +-
 airflow-core/docs/howto/deadline-alerts.rst        |  39 +++-
 .../airflow/ui/public/i18n/locales/en/common.json  |  13 +-
 .../ui/src/components/FilterBar/FilterBar.tsx      | 172 +++++++++++++++
 .../ui/src/components/FilterBar/FilterPill.tsx     | 161 ++++++++++++++
 .../components/FilterBar/defaultIcons.tsx}         |  14 +-
 .../components/FilterBar/filters/DateFilter.tsx    |  54 +++++
 .../components/FilterBar/filters/NumberFilter.tsx  | 112 ++++++++++
 .../FilterBar/filters/TextSearchFilter.tsx         |  63 ++++++
 .../Dag/Calendar => components/FilterBar}/index.ts |  12 +-
 .../airflow/ui/src/components/FilterBar/types.ts   |  53 +++++
 .../ui/src/components/ui/InputWithAddon.tsx        |  68 ++++++
 .../src/airflow/ui/src/components/ui/index.ts      |   1 +
 .../src/airflow/ui/src/constants/filterConfigs.tsx |  97 +++++++++
 .../airflow/ui/src/layouts/Details/Gantt/Gantt.tsx |   4 +-
 .../src/airflow/ui/src/pages/XCom/XComFilters.tsx  | 236 +++++----------------
 airflow-core/src/airflow/ui/src/utils/index.ts     |   1 +
 .../src/airflow/ui/src/utils/useFiltersHandler.ts  |  75 +++++++
 .../react_plugin_template/vite.config.ts           |   1 +
 19 files changed, 958 insertions(+), 222 deletions(-)
 create mode 100644 
airflow-core/src/airflow/ui/src/components/FilterBar/FilterBar.tsx
 create mode 100644 
airflow-core/src/airflow/ui/src/components/FilterBar/FilterPill.tsx
 copy airflow-core/src/airflow/ui/{rules/levels.js => 
src/components/FilterBar/defaultIcons.tsx} (70%)
 create mode 100644 
airflow-core/src/airflow/ui/src/components/FilterBar/filters/DateFilter.tsx
 create mode 100644 
airflow-core/src/airflow/ui/src/components/FilterBar/filters/NumberFilter.tsx
 create mode 100644 
airflow-core/src/airflow/ui/src/components/FilterBar/filters/TextSearchFilter.tsx
 copy airflow-core/src/airflow/ui/src/{pages/Dag/Calendar => 
components/FilterBar}/index.ts (71%)
 create mode 100644 
airflow-core/src/airflow/ui/src/components/FilterBar/types.ts
 create mode 100644 
airflow-core/src/airflow/ui/src/components/ui/InputWithAddon.tsx
 create mode 100644 airflow-core/src/airflow/ui/src/constants/filterConfigs.tsx
 create mode 100644 airflow-core/src/airflow/ui/src/utils/useFiltersHandler.ts

Reply via email to