This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-c7cffec83b
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard fb8781a3435 Bump the core-ui-package-updates group across 1 directory
with 51 updates
add 05860a3f628 Add guards for registering middlewares from plugins
(#55399)
add 811d1e91c5a Allow attachment of multiple deadlines to a DAG (#55086)
add 35bdfc2657e Optimize Gantt group expansion with debouncing and
deferred rendering (#55334)
add 76d0a0186d7 Fix graph export cropping when view is partial (#55012)
add 4a34caae9f6 Complete Arabic translation 2025-09-09 (#55435)
add f6df0c4f953 Fix Dag processor crashing under `airflow standalone`
(#55434)
add e5e37ac1393 [I18N] Add Simplified Chinese (zh-CN) UI Translation
(#55122)
add e461f2b75b6 Add range partitioning option to bigquery operators
(#55247)
add c22c58d1aa9 Fixup to structlog migration - logging folder not being
created correctly. (#55431)
add 77cffbbc102 Fix static checks in boring-cyborg.yml (#55441)
add b4f56607481 chore(ui): add bottom padding to DAG list (#55415)
add 1e2f3ab853c feat(i18n): Fill Turkish translation gaps (#55424)
add a036dc17024 Fix scheduler ``serve_logs`` subprocess file descriptor
errors (#55443)
add 23c14622b52 Bump trove-classifiers from 2025.9.8.13 to 2025.9.9.12
(#55418)
add 5783c4e6e53 Bump trove-classifiers from 2025.9.8.13 to 2025.9.9.12 in
/airflow-core (#55421)
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 2f1e22ec6b1 Bump the core-ui-package-updates group across 1 directory
with 51 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 (fb8781a3435)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-c7cffec83b
(2f1e22ec6b1)
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/CODEOWNERS | 2 +
.github/boring-cyborg.yml | 3 +
.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 ++-
airflow-core/pyproject.toml | 2 +-
airflow-core/src/airflow/api_fastapi/app.py | 4 +
.../airflow/cli/commands/dag_processor_command.py | 3 +-
airflow-core/src/airflow/dag_processing/manager.py | 26 --
airflow-core/src/airflow/logging_config.py | 14 +-
airflow-core/src/airflow/models/dag.py | 17 +-
airflow-core/src/airflow/models/dagrun.py | 10 +-
airflow-core/src/airflow/serialization/schema.json | 4 +
.../airflow/serialization/serialized_objects.py | 43 ++-
airflow-core/src/airflow/ui/package.json | 4 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 30 +-
.../airflow/ui/public/i18n/locales/ar/common.json | 3 +-
.../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 +
.../airflow/ui/public/i18n/locales/tr/common.json | 4 +-
.../src/airflow/ui/public/i18n/locales/tr/dag.json | 3 +-
.../ui/public/i18n/locales/zh-CN/admin.json | 167 ++++++++++
.../ui/public/i18n/locales/zh-CN/assets.json | 30 ++
.../ui/public/i18n/locales/zh-CN/browse.json | 26 ++
.../ui/public/i18n/locales/zh-CN/common.json | 315 ++++++++++++++++++
.../ui/public/i18n/locales/zh-CN/components.json | 134 ++++++++
.../airflow/ui/public/i18n/locales/zh-CN/dag.json | 149 +++++++++
.../airflow/ui/public/i18n/locales/zh-CN/dags.json | 97 ++++++
.../ui/public/i18n/locales/zh-CN/dashboard.json | 45 +++
.../airflow/ui/public/i18n/locales/zh-CN/hitl.json | 31 ++
.../ui/public/i18n/locales/zh-CN/tasks.json | 10 +
.../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/Graph/DownloadButton.tsx | 15 +-
.../ui/src/components/ui/InputWithAddon.tsx | 68 ++++
.../src/airflow/ui/src/components/ui/index.ts | 1 +
.../src/airflow/ui/src/constants/filterConfigs.tsx | 97 ++++++
.../src/context/openGroups/OpenGroupsProvider.tsx | 32 +-
airflow-core/src/airflow/ui/src/i18n/config.ts | 3 +-
.../airflow/ui/src/layouts/Details/Gantt/Gantt.tsx | 12 +-
.../src/airflow/ui/src/pages/DagsList/DagsList.tsx | 2 +-
.../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 +++++
airflow-core/src/airflow/utils/serve_logs/core.py | 7 +-
.../src/airflow/utils/serve_logs/log_server.py | 10 +-
.../tests/unit/always/test_project_structure.py | 1 -
airflow-core/tests/unit/models/test_dag.py | 55 +++
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 +-
dev/i18n/check_translations_completeness.py | 1 +
.../react_plugin_template/vite.config.ts | 1 +
.../unit/amazon/aws/executors/batch/test_utils.py | 370 +++++++++++++++++++++
.../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 +-
.../providers/google/cloud/hooks/bigquery.py | 6 +
.../google/cloud/transfers/gcs_to_bigquery.py | 11 +
.../tests/unit/google/cloud/hooks/test_bigquery.py | 13 +-
.../google/cloud/transfers/test_gcs_to_bigquery.py | 25 ++
.../src/airflow/providers/jenkins/hooks/jenkins.py | 6 +-
pyproject.toml | 2 +-
.../logging/src/airflow_shared/logging/__init__.py | 8 +-
.../src/airflow_shared/logging/structlog.py | 57 ++++
task-sdk/src/airflow/sdk/definitions/dag.py | 21 +-
task-sdk/src/airflow/sdk/log.py | 50 +--
93 files changed, 3031 insertions(+), 506 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/admin.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/assets.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/browse.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/common.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/components.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/dag.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/dags.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/dashboard.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/hitl.json
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/zh-CN/tasks.json
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
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%)