This is an automated email from the ASF dual-hosted git repository.
weilee pushed a change to branch render-json-logs-new-ui
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 773523d171d feat(providers/opensearch): add airflow 3 task handler log
handling logic
omit fe23c193c15 feat(providers/redis): add airflow 3 task handler log
handling logic
omit 1aa530c6b6d feat(providers/microsoft): add airflow 3 task handler log
handling logic
omit 1f4a21fa4c6 feat(providers/elasticsearch): add airflow 3 task handler
log handling logic
add addf21a2a72 feat(providers/elasticsearch): add airflow 3 task handler
log handling logic
add d74d1a166c9 feat(providers/microsoft): add airflow 3 task handler log
handling logic
add 763ae08ea64 feat(providers/redis): add airflow 3 task handler log
handling logic
add d03ba509a69 feat(providers/opensearch): add airflow 3 task handler log
handling logic
add 782f00729a6 test: ignore unneeded 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 (773523d171d)
\
N -- N -- N refs/heads/render-json-logs-new-ui (782f00729a6)
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/providers/elasticsearch/log/es_task_handler.py | 13 +++++++------
.../airflow/providers/opensearch/log/os_task_handler.py | 14 ++++++++++++--
.../src/airflow/providers/redis/log/redis_task_handler.py | 5 ++---
tests/always/test_project_structure.py | 5 +++--
4 files changed, 24 insertions(+), 13 deletions(-)