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
discard c1182d5a8d7 test(log_handlers): fix pendulum.tz version imcompat
discard 095bf1aee36 test: ignore unneeded tests
discard 8ee6708fdea feat(providers/opensearch): add airflow 3 task handler log
handling logic
discard 3c42ffe5def feat(providers/redis): add airflow 3 task handler log
handling logic
discard c60d06b8f77 feat(providers/microsoft): add airflow 3 task handler log
handling logic
discard 7469f2c1d54 feat(providers/elasticsearch): add airflow 3 task handler
log handling logic
discard 9fca31723f5 feat(providers/google): add airflow 3 task handler log
handling logic
discard 859e6fd64ed feat(providers/amazon): add airflow 3 compat logic
discard b0a5ac0869e test(providers/amazon): fix
TestCloudwatchTaskHandler::test_read
discard 58e7b0c910a test(providers/elasticsearch): fix part of the existing
unit test
discard 2929d4da192 feat(api_connexion/log): update v1 api to the latest log
format
discard 120dab39fe9 test(api_fastapi): fix existing test_log unit tests
discard b5247bc4a44 test(www): fix existing unit tests
discard e9a8820f105 test(test_log_reader): fix existing unit tests
discard 5bcd197984b style: improve type annotation
discard 9dfad691453 style: reduce if-else and directly use bool for assigning
metadata["download_logs"]
discard 219d3a383a1 style: group metadata pop
discard fdd83b165af Fix typescript useLogs
discard 17847165b6f Render structured logs in the new UI rather than showing
raw JSON
add 54863bd011c Fix new UI when running outside of breeze (#46991)
add e222ffd0e08 Render structured logs in the new UI rather than showing
raw JSON
add 3b3a643c6c2 Fix typescript useLogs
add 3df890dfe79 style: group metadata pop
add d6b83810191 style: reduce if-else and directly use bool for assigning
metadata["download_logs"]
add 37a7ab659c7 style: improve type annotation
add 26ff467c13e test(test_log_reader): fix existing unit tests
add 5c3c9f88c4a test(www): fix existing unit tests
add a9933a36869 test(api_fastapi): fix existing test_log unit tests
add 3d31c8f8fcb feat(api_connexion/log): update v1 api to the latest log
format
add 4aa4a32f7e4 test(providers/elasticsearch): fix part of the existing
unit test
add 7a9e861b88f test(providers/amazon): fix
TestCloudwatchTaskHandler::test_read
add b648ce470b7 feat(providers/amazon): add airflow 3 compat logic
add 9608e40f7b1 feat(providers/google): add airflow 3 task handler log
handling logic
add 4290f5d3de5 feat(providers/elasticsearch): add airflow 3 task handler
log handling logic
add 5707bd6309a feat(providers/microsoft): add airflow 3 task handler log
handling logic
add 144f5f2c09c feat(providers/redis): add airflow 3 task handler log
handling logic
add bc6fd582dde feat(providers/opensearch): add airflow 3 task handler log
handling logic
add a91cbb476ed test: ignore unneeded tests
add 1495cfd5f0c test(log_handlers): fix pendulum.tz version imcompat
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 (c1182d5a8d7)
\
N -- N -- N refs/heads/render-json-logs-new-ui (1495cfd5f0c)
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/config_templates/config.yml | 2 +-
.../src/airflow_breeze/params/shell_params.py | 1 +
.../aws/auth_manager/test_aws_auth_manager.py | 2 +-
.../providers/elasticsearch/log/es_task_handler.py | 25 +++++++++++++---------
.../unit/elasticsearch/log/test_es_task_handler.py | 4 +---
.../unit/fab/auth_manager/test_fab_auth_manager.py | 2 +-
.../providers/opensearch/log/os_task_handler.py | 15 +++++++------
7 files changed, 29 insertions(+), 22 deletions(-)