This is an automated email from the ASF dual-hosted git repository.

jscheffl pushed a change to branch 
dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/vite-5.4.20
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard f2bbb7c7614 Bump vite in 
/providers/edge3/src/airflow/providers/edge3/plugins/www
     add 7c091f3d6ee docs(pre-commit): remove redundant comment (#55428)
     add 04537dee693 Make /mnt writeable in publish-docs workflow back (#55450)
     add 65e6a1ed0cb Fix: Make Jenkins connection schema visible (#55444)
     add c1435186455 Complete Hebrew translation 2025-09-09 (#55383)
     add ed0b79b2ad6 i18n(ko): add missing translations (#55379)
     add 1b8108bb319 remove the 'provide_authorized_glcoud' from BeamPipeline 
operators (#55453)
     add 63c9b432c31 Make `apply_function` optional in `AwaitMessageTrigger` 
(#55437)
     add 9e921a4cce8 Add section in doc about using message payload (#55438)
     add 270db0703db Add missing test for aws batch utils (#55407)
     add 8756128338e fix(airflowctl): timezone aware and consistent 
serialisation for datetime (#55282)
     add abdb7880d13 Add Links to Edge React UI (#55356)
     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 0f4cc7c1938 Catch 404/401 issues for Bedrock Operators (#55445)
     add 10468747fef Update color palette and leverage Chakra semantic tokens 
(#53981)
     add 6ffcb8d9f8e fix(i18n): move the filter translation for Taiwanese 
Mandarin nad Mandarin Chinese (#55472)
     add 5f8d38abb33 Bump vite in 
/providers/edge3/src/airflow/providers/edge3/plugins/www
     add 3bb05e64dd0 Fix www-hash

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   (f2bbb7c7614)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/vite-5.4.20
 (3bb05e64dd0)

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:
 .github/workflows/publish-docs-to-s3.yml           |   3 +
 .pre-commit-config.yaml                            |   1 -
 airflow-core/docs/core-concepts/dags.rst           |   4 +-
 airflow-core/docs/howto/deadline-alerts.rst        |  39 +-
 .../auth/managers/simple/ui/src/login/Login.tsx    | 126 ++---
 .../managers/simple/ui/src/login/LoginForm.tsx     |   6 +-
 .../auth/managers/simple/ui/src/main.tsx           |   5 +-
 .../auth/managers/simple/ui/src/theme.ts           | 407 ++++++++++++++++
 .../airflow/ui/public/i18n/locales/en/common.json  |  13 +-
 .../airflow/ui/public/i18n/locales/he/admin.json   |   2 +-
 .../airflow/ui/public/i18n/locales/he/common.json  |   4 +-
 .../src/airflow/ui/public/i18n/locales/he/dag.json |   3 +-
 .../airflow/ui/public/i18n/locales/ko/common.json  |   7 +
 .../src/airflow/ui/public/i18n/locales/ko/dag.json |   5 +-
 .../airflow/ui/public/i18n/locales/ko/hitl.json    |   3 +
 .../ui/public/i18n/locales/zh-CN/common.json       |  12 +-
 .../ui/public/i18n/locales/zh-TW/common.json       |  13 +-
 .../src/components/AssetExpression/AssetNode.tsx   |   2 +-
 .../ui/src/components/Assets/AssetEvents.tsx       |   2 +-
 .../ui/src/components/Banner/BackfillBanner.tsx    |   8 +-
 .../ui/src/components/Clear/Run/ClearRunDialog.tsx |   2 +-
 .../TaskInstance/ClearGroupTaskInstanceDialog.tsx  |   2 +-
 .../Clear/TaskInstance/ClearTaskInstanceDialog.tsx |   2 +-
 .../ui/src/components/ConfirmationModal.tsx        |   2 +-
 .../src/components/DagActions/DeleteDagButton.tsx  |   2 +-
 .../components/DagActions/FavoriteDagButton.tsx    |   2 +-
 .../src/components/DagActions/RunBackfillForm.tsx  |   8 +-
 .../components/DataTable/ToggleTableDisplay.tsx    |  10 +-
 .../src/airflow/ui/src/components/DeleteDialog.tsx |   2 +-
 .../ui/src/components/DisplayMarkdownButton.tsx    |   2 +-
 .../airflow/ui/src/components/DurationChart.tsx    |  27 +-
 .../ui/src/components/EditableMarkdownButton.tsx   |   6 +-
 .../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/FlexibleForm/FieldBool.tsx   |   2 +-
 .../ui/src/components/Graph/DownloadButton.tsx     |   5 +-
 .../src/airflow/ui/src/components/Graph/Edge.tsx   |   9 +-
 .../airflow/ui/src/components/Graph/TaskNode.tsx   |  10 +-
 .../src/airflow/ui/src/components/HeaderCard.tsx   |   3 +-
 .../src/airflow/ui/src/components/JsonEditor.tsx   |   2 +-
 .../src/components/MarkAs/Run/MarkRunAsDialog.tsx  |   2 +-
 .../TaskInstance/MarkTaskInstanceAsDialog.tsx      |   2 +-
 .../src/airflow/ui/src/components/PoolBar.tsx      |   3 +-
 .../ui/src/components/QuickFilterButton.tsx        |   3 +-
 .../airflow/ui/src/components/ReactMarkdown.tsx    |  11 +-
 .../src/airflow/ui/src/components/SearchBar.tsx    |   4 +-
 .../src/components/SearchDags/SearchDagsButton.tsx |   8 +-
 .../airflow/ui/src/components/TaskTrySelect.tsx    |   2 +-
 .../src/airflow/ui/src/components/TogglePause.tsx  |   2 +-
 .../airflow/ui/src/components/TrendCountButton.tsx |  12 +-
 .../src/components/TriggerDag/TriggerDAGButton.tsx |   3 +-
 .../src/components/TriggerDag/TriggerDAGForm.tsx   |   4 +-
 .../src/components/TriggerDag/TriggerDAGModal.tsx  |   2 +-
 .../airflow/ui/src/components/ui/ActionButton.tsx  |   2 +-
 .../src/airflow/ui/src/components/ui/Clipboard.tsx |   2 +-
 .../ui/src/components/ui/InputWithAddon.tsx        |  68 +++
 .../ui/src/components/ui/SegmentedControl.tsx      |  12 +-
 .../ui/src/components/ui/Toaster/Toaster.tsx       |   2 +-
 .../src/airflow/ui/src/components/ui/index.ts      |   1 +
 .../src/airflow/ui/src/constants/filterConfigs.tsx |  97 ++++
 .../ui/src/layouts/Details/DetailsLayout.tsx       |   2 +-
 .../airflow/ui/src/layouts/Details/Gantt/Gantt.tsx |  29 +-
 .../airflow/ui/src/layouts/Details/Graph/Graph.tsx |  14 +-
 .../airflow/ui/src/layouts/Details/Grid/Bar.tsx    |   8 +-
 .../airflow/ui/src/layouts/Details/Grid/GridTI.tsx |   4 +-
 .../ui/src/layouts/Details/Grid/TaskNames.tsx      |   6 +-
 .../src/airflow/ui/src/layouts/Details/NavTabs.tsx |   9 +-
 .../ui/src/layouts/Details/PanelButtons.tsx        |  11 +-
 .../ui/src/layouts/Nav/LanguageSelector.tsx        |  10 +
 .../src/airflow/ui/src/layouts/Nav/Nav.tsx         |   2 +-
 .../src/airflow/ui/src/layouts/Nav/NavButton.tsx   |  18 +-
 .../src/airflow/ui/src/pages/Asset/AssetGraph.tsx  |   4 +-
 .../ui/src/pages/Asset/CreateAssetEvent.tsx        |   2 +-
 .../ui/src/pages/Asset/CreateAssetEventModal.tsx   |   4 +-
 .../src/pages/Connections/AddConnectionButton.tsx  |   2 +-
 .../ui/src/pages/Connections/ConnectionForm.tsx    |   6 +-
 .../ui/src/pages/Connections/Connections.tsx       |   4 +-
 .../pages/Connections/DeleteConnectionButton.tsx   |   5 +-
 .../pages/Connections/DeleteConnectionsButton.tsx  |  10 +-
 .../airflow/ui/src/pages/Dag/Calendar/Calendar.tsx |  12 +-
 .../ui/src/pages/Dag/Calendar/CalendarCell.tsx     |  10 +-
 .../ui/src/pages/Dag/Calendar/CalendarTooltip.tsx  |  24 +-
 .../pages/Dag/Calendar/CalendarTooltipContent.tsx  |  68 +++
 .../src/pages/Dag/Calendar/DailyCalendarView.tsx   |  18 +-
 .../src/pages/Dag/Calendar/HourlyCalendarView.tsx  |  17 +-
 .../Dag/Calendar/richTooltipUtils.ts}              |  43 +-
 .../src/airflow/ui/src/pages/Dag/Code/Code.tsx     |   1 -
 .../Dag/Tasks/TaskFilters/AttrSelectFilter.tsx     |   2 +-
 .../Tasks/TaskFilters/AttrSelectFilterMulti.tsx    |   2 +-
 airflow-core/src/airflow/ui/src/pages/DagRuns.tsx  |   4 +-
 .../pages/DagsList/DagsFilters/FavoriteFilter.tsx  |   2 +-
 .../pages/DagsList/DagsFilters/PausedFilter.tsx    |   2 +-
 .../src/pages/DagsList/DagsFilters/TagFilter.tsx   |   2 +-
 .../Dashboard/FavoriteDags/FavoriteDagCard.tsx     |   2 +-
 .../pages/Dashboard/FavoriteDags/FavoriteDags.tsx  |   2 +-
 .../Dashboard/HistoricalMetrics/DagRunMetrics.tsx  |   2 +-
 .../HistoricalMetrics/TaskInstanceMetrics.tsx      |   2 +-
 .../pages/Dashboard/PoolSummary/PoolSummary.tsx    |   2 +-
 .../airflow/ui/src/pages/Dashboard/Stats/Stats.tsx |   2 +-
 .../src/airflow/ui/src/pages/DeleteRunButton.tsx   |   2 +-
 airflow-core/src/airflow/ui/src/pages/Error.tsx    |   4 +-
 .../src/airflow/ui/src/pages/Events/Events.tsx     |   4 +-
 .../pages/HITLTaskInstances/HITLResponseForm.tsx   |   4 +-
 .../airflow/ui/src/pages/Pools/AddPoolButton.tsx   |   2 +-
 .../ui/src/pages/Pools/DeletePoolButton.tsx        |   2 +-
 .../src/airflow/ui/src/pages/Pools/PoolBarCard.tsx |   4 +-
 .../src/airflow/ui/src/pages/Pools/PoolForm.tsx    |   4 +-
 .../ui/src/pages/TaskInstance/ExtraLinks.tsx       |   2 +-
 .../pages/TaskInstance/Logs/ExternalLogLink.tsx    |   2 +-
 .../ui/src/pages/TaskInstance/Logs/Logs.test.tsx   |  31 +-
 .../src/pages/TaskInstance/Logs/TaskLogContent.tsx |   4 +-
 .../TaskInstances/DeleteTaskInstanceButton.tsx     |   2 +-
 .../pages/TaskInstances/TaskInstancesFilter.tsx    |   2 +-
 .../src/pages/Variables/DeleteVariablesButton.tsx  |   5 +-
 .../src/pages/Variables/ImportVariablesButton.tsx  |   2 +-
 .../ui/src/pages/Variables/ImportVariablesForm.tsx |   6 +-
 .../Variables/ManageVariable/AddVariableButton.tsx |   2 +-
 .../ManageVariable/DeleteVariableButton.tsx        |   5 +-
 .../Variables/ManageVariable/VariableForm.tsx      |   2 +-
 .../airflow/ui/src/pages/Variables/Variables.tsx   |  11 +-
 .../src/airflow/ui/src/pages/XCom/XComFilters.tsx  | 236 +++-------
 airflow-core/src/airflow/ui/src/theme.ts           | 510 +++++++++++++++------
 airflow-core/src/airflow/ui/src/utils/TrimText.tsx |   2 +-
 airflow-core/src/airflow/ui/src/utils/index.ts     |   1 +
 airflow-core/src/airflow/ui/src/utils/slots.tsx    |  10 +-
 .../src/airflow/ui/src/utils/useFiltersHandler.ts  |  75 +++
 airflow-core/src/airflow/ui/testsSetup.ts          |  41 +-
 .../tests/unit/always/test_project_structure.py    |   1 -
 airflow-ctl/docs/howto/index.rst                   |  12 +-
 airflow-ctl/pyproject.toml                         |  11 +
 .../src/airflowctl}/_shared/timezones              |   0
 airflow-ctl/src/airflowctl/api/operations.py       |  54 ++-
 airflow-ctl/src/airflowctl/ctl/cli_config.py       |  21 +-
 .../tests/airflow_ctl/ctl/test_cli_config.py       |  13 +-
 .../react_plugin_template/vite.config.ts           |   1 +
 .../providers/amazon/aws/operators/bedrock.py      |  36 +-
 .../unit/amazon/aws/executors/batch/test_utils.py  | 370 +++++++++++++++
 .../unit/amazon/aws/operators/test_bedrock.py      |  98 ++++
 .../providers/apache/beam/operators/beam.py        |  48 +-
 .../tests/unit/apache/beam/operators/test_beam.py  |   7 -
 .../apache/kafka/triggers/await_message.py         |  28 +-
 .../apache/kafka/triggers/test_await_message.py    |  11 +-
 providers/common/messaging/docs/triggers.rst       |  35 +-
 .../providers/edge3/plugins/www/dist/main.umd.cjs  |  53 ++-
 .../providers/edge3/plugins/www/package.json       |   3 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     |  12 +
 .../www/src/components/WorkerStateBadge.tsx        |  33 ++
 .../www/src/components/ui/ScrollToAnchor.tsx       |  42 +-
 .../edge3/plugins/www/src/components/ui/index.ts   |   1 +
 .../edge3/plugins/www/src/pages/JobsPage.tsx       |  46 +-
 .../edge3/plugins/www/src/pages/WorkerPage.tsx     |  18 +-
 providers/edge3/www-hash.txt                       |   2 +-
 .../src/airflow/providers/jenkins/hooks/jenkins.py |   6 +-
 159 files changed, 3153 insertions(+), 801 deletions(-)
 create mode 100644 
airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/src/theme.ts
 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/pages/Dag/Calendar/CalendarTooltipContent.tsx
 copy airflow-core/src/airflow/ui/src/{components/Stat.tsx => 
pages/Dag/Calendar/richTooltipUtils.ts} (56%)
 create mode 100644 airflow-core/src/airflow/ui/src/utils/useFiltersHandler.ts
 copy {airflow-core/src/airflow => 
airflow-ctl/src/airflowctl}/_shared/timezones (100%)
 create mode 100644 
providers/amazon/tests/unit/amazon/aws/executors/batch/test_utils.py
 copy airflow-core/src/airflow/ui/src/utils/useContainerWidth.ts => 
providers/edge3/src/airflow/providers/edge3/plugins/www/src/components/ui/ScrollToAnchor.tsx
 (51%)

Reply via email to