This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch structlog-in-logging-mixin
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard d27ea4f90da fixup! Overhaull all Airflow logging to use structlog
discard 4d59f0e517b fixup! Overhaull all Airflow logging to use structlog
discard 7afd4429177 Remove check for caplog in tests
discard 6b05e65d660 Overhaull all Airflow logging to use structlog
add 94febf24170 Add options_mapping support to HITLBranchOperator (#55093)
add ef0e0f94659 Fix test_external_python tests setup (#55145)
add 87019059179 Mark DagDetailsResponse.concurrency as deprecated (#55150)
add 60758b66859 Correctly restore logging state after StreamCaptureManager
exits (#55153)
add 6b2d5f2db03 Complete Arabic gaps 2025-09-01 (#55124)
add b8406dbeb87 Overhaull all Airflow logging to use structlog
add e0e9a7d120f Remove check for caplog in tests
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 (d27ea4f90da)
\
N -- N -- N refs/heads/structlog-in-logging-mixin (e0e9a7d120f)
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:
.../api_fastapi/core_api/datamodels/dags.py | 2 +-
.../core_api/openapi/v2-rest-api-generated.yaml | 1 +
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 1 +
.../airflow/ui/openapi-gen/requests/types.gen.ts | 1 +
.../airflow/ui/public/i18n/locales/ar/browse.json | 3 +
.../airflow/ui/public/i18n/locales/ar/common.json | 2 +
.../src/airflow/ui/public/i18n/locales/ar/dag.json | 35 ++++++-
.../airflow/ui/public/i18n/locales/ar/hitl.json | 7 ++
.../airflow/ui/public/i18n/locales/ar/tasks.json | 10 ++
airflow-core/tests/unit/cli/conftest.py | 16 ++-
devel-common/src/tests_common/pytest_plugin.py | 1 +
devel-common/src/tests_common/test_utils/logs.py | 46 +++++----
.../test_utils/stream_capture_manager.py | 84 +++++++---------
.../airflow/providers/standard/operators/hitl.py | 48 +++++++++
.../standard/decorators/test_external_python.py | 7 +-
.../tests/unit/standard/operators/test_hitl.py | 110 ++++++++++++++++++++-
16 files changed, 295 insertions(+), 79 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/public/i18n/locales/ar/tasks.json