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 a612ff7bf76 feat(providers/elasticsearch): add airflow 3 task handler
log handling logic
omit 6812e65c1b8 feat(providers/google): add airflow 3 task handler log
handling logic
add 1bfcf4648a2 feat(providers/google): add airflow 3 task handler log
handling logic
add a41661192ad feat(providers/elasticsearch): add airflow 3 task handler
log handling logic
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 (a612ff7bf76)
\
N -- N -- N refs/heads/render-json-logs-new-ui (a41661192ad)
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:
.../providers/elasticsearch/log/es_task_handler.py | 92 +++++++++++++++++-----
.../providers/google/cloud/log/gcs_task_handler.py | 2 +-
.../unit/google/cloud/log/test_gcs_task_handler.py | 1 -
3 files changed, 72 insertions(+), 23 deletions(-)