This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 0ec7b0fb66b Respect old logging format if given so logs don't change
unexpectedly. (#55824)
add ba00da49fbf Validate plugins in /plugins API and skip invalid ones
with warnings (#55673)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/routes/public/plugins.py | 28 ++++++++++++++++++---
.../core_api/routes/public/test_plugins.py | 29 ++++++++++++++++++++++
airflow-core/tests/unit/plugins/test_plugin.py | 15 +++++++++++
.../tests/unit/plugins/test_plugins_manager.py | 2 +-
4 files changed, 69 insertions(+), 5 deletions(-)