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 9feef02b0bf fixup! Overhaull all Airflow logging to use structlog discard d5414019ec2 Remove check for caplog in tests discard 0f59a835f57 Overhaull all Airflow logging to use structlog add 4b8fbb3a6ca Fix typo introduced in #55125 (#55329) add eda82cadd68 Check if plural forms are correct for languages. (#55327) add f7aba4b909d Overhaull all Airflow logging to use structlog add 071b757fcac 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 (9feef02b0bf) \ N -- N -- N refs/heads/structlog-in-logging-mixin (071b757fcac) 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/basic-tests.yml | 26 ++++++++++++ .pre-commit-config.yaml | 7 ++++ Dockerfile | 2 +- Dockerfile.ci | 2 +- airflow-core/src/airflow/ui/public/i18n/README.md | 7 ++++ airflow-core/src/airflow/ui/rules/i18n.js | 4 +- dev/i18n/check_translations_completeness.py | 46 +++++++++++++++------- .../docker/install_airflow_when_building_images.sh | 2 +- 8 files changed, 77 insertions(+), 19 deletions(-)