This is an automated email from the ASF dual-hosted git repository.
Lee-W pushed a change to branch ci-upgrade-main
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 77c7da3747e [main] CI: Upgrade important CI environment
add 1fbaea8e530 Fix LivyAsyncHook methods get_batch_state and
get_batch_logs (#71867)
add 896bde50ba5 Fix 500 from the audit logger on a request body it cannot
parse (#73226)
add be95313ae7d Warn at provider discovery about an unresolvable
connection type (#72904)
add 93dd0f9f1b2 [main] CI: Upgrade important CI environment
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 (77c7da3747e)
\
N -- N -- N refs/heads/ci-upgrade-main (93dd0f9f1b2)
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:
.../src/airflow/api_fastapi/core_api/security.py | 6 +-
.../src/airflow/api_fastapi/logging/decorators.py | 26 ++--
.../unit/api_fastapi/logging/test_decorators.py | 137 +++++++++++++++++++-
.../airflow/providers/apache/livy/hooks/livy.py | 2 +
.../livy/tests/unit/apache/livy/hooks/test_livy.py | 4 +
.../src/airflow/sdk/providers_manager_runtime.py | 76 ++++++++++-
.../task_sdk/test_providers_manager_runtime.py | 139 ++++++++++++++++++++-
7 files changed, 376 insertions(+), 14 deletions(-)