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-2067516e94
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 6233d1f8977 Bump the core-ui-package-updates group across 1 directory
with 46 updates
add feadfc5cde2 Close gap on Arabic translation July 12th 2025 (#51899)
add 097ae4517d0 fix(systemd): Update systemd unit files and documentation
for Airflow 3.0 (#52294)
add ed95a73c7cc Fix typos `aiflow` -> `airflow` (#53603)
add 3747a390223 Bump the core-ui-package-updates group across 1 directory
with 46 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 (6233d1f8977)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-2067516e94
(3747a390223)
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/howto/run-with-systemd.rst | 31 +++
.../airflow/ui/public/i18n/locales/ar/admin.json | 53 ++++-
.../airflow/ui/public/i18n/locales/ar/assets.json | 1 +
.../airflow/ui/public/i18n/locales/ar/common.json | 248 +++++++++++++++++++--
.../ui/public/i18n/locales/ar/components.json | 69 ++++--
.../src/airflow/ui/public/i18n/locales/ar/dag.json | 49 +++-
.../airflow/ui/public/i18n/locales/ar/dags.json | 12 +-
.../ui/public/i18n/locales/ar/dashboard.json | 16 +-
dev/breeze/doc/ci/04_selective_checks.md | 144 ++++++------
.../tests/unit/amazon/aws/bundles/test_s3.py | 2 +-
...rflow-scheduler.service => airflow-api.service} | 11 +-
scripts/systemd/airflow-flower.service | 1 +
scripts/systemd/airflow-kerberos.service | 2 +-
scripts/systemd/airflow-scheduler.service | 2 +-
...scheduler.service => airflow-triggerer.service} | 11 +-
scripts/systemd/airflow-webserver.service | 2 +-
scripts/systemd/airflow-worker.service | 2 +-
17 files changed, 508 insertions(+), 148 deletions(-)
copy scripts/systemd/{airflow-scheduler.service => airflow-api.service} (74%)
copy scripts/systemd/{airflow-scheduler.service => airflow-triggerer.service}
(74%)