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 0c4bbabe5ce Helm Chart: Add startupProbe to flower deployment (#45012)
add 90d7386befa AIP-84 Log User Actions (#45609)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/routes/public/dag_run.py | 7 +-
.../core_api/routes/public/variables.py | 2 +
airflow/api_fastapi/core_api/security.py | 17 ++-
.../logging}/__init__.py | 0
airflow/api_fastapi/logging/decorators.py | 156 +++++++++++++++++++++
.../core_api/routes/public/test_dag_run.py | 9 +-
.../core_api/routes/public/test_variables.py | 19 +++
7 files changed, 201 insertions(+), 9 deletions(-)
copy airflow/{api_connexion => api_fastapi/logging}/__init__.py (100%)
create mode 100644 airflow/api_fastapi/logging/decorators.py