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 dd1c6770e06 feat(providers/google): add airflow 3 task handler log
handling logic
omit c2561b3d1b0 feat(providers/amazon): add airflow 3 compat logic
omit 323b97ca069 test(providers/amazon): fix
TestCloudwatchTaskHandler::test_read
omit 95fa23a407f test(providers/elasticsearch): fix part of the existing
unit test
omit 6a11a857110 feat(api_connexion/log): update v1 api to the latest log
format
omit 8d512a5ed34 test(api_fastapi): fix existing test_log unit tests
omit be336f964ad test(www): fix existing unit tests
omit f262d404bda test(test_log_reader): fix existing unit tests
omit 14c29d35998 style: improve type annotation
omit a4c29d1f2eb style: reduce if-else and directly use bool for assigning
metadata["download_logs"]
omit 480594da168 style: group metadata pop
omit 9c3bc500c9d Fix typescript useLogs
omit befc9dc9a8c Render structured logs in the new UI rather than showing
raw JSON
add 6557e7a4748 Bump cloud build to 3.31.0 (#46953)
add 9abe8a81c22 Render structured logs in the new UI rather than showing
raw JSON
add 5eebc3aabb6 Fix typescript useLogs
add 1b793f44e46 style: group metadata pop
add dcf45834536 style: reduce if-else and directly use bool for assigning
metadata["download_logs"]
add ded09505c0d style: improve type annotation
add adb50bc7b7f test(test_log_reader): fix existing unit tests
add 65ec7261a5c test(www): fix existing unit tests
add 91d91b38557 test(api_fastapi): fix existing test_log unit tests
add f0a9119ec89 feat(api_connexion/log): update v1 api to the latest log
format
add 622e1900e8d test(providers/elasticsearch): fix part of the existing
unit test
add b247e0a2021 test(providers/amazon): fix
TestCloudwatchTaskHandler::test_read
add b5a98c1786e feat(providers/amazon): add airflow 3 compat logic
add 6812e65c1b8 feat(providers/google): add airflow 3 task handler log
handling logic
add a612ff7bf76 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 (dd1c6770e06)
\
N -- N -- N refs/heads/render-json-logs-new-ui (a612ff7bf76)
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:
generated/provider_dependencies.json | 2 +-
.../providers/elasticsearch/log/es_task_handler.py | 20 +-
.../unit/elasticsearch/log/test_es_task_handler.py | 294 +++++++++++++++------
providers/google/README.rst | 2 +-
providers/google/pyproject.toml | 2 +-
.../airflow/providers/google/get_provider_info.py | 2 +-
6 files changed, 230 insertions(+), 92 deletions(-)