This is an automated email from the ASF dual-hosted git repository.

bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 35b616333c Add TaskFail entries to Gantt chart (#37918)
     add 31f5900ee4 Add REST API events to Audit Log (#37734)

No new revisions were added by this update.

Summary of changes:
 airflow/api_connexion/endpoints/dag_endpoint.py    |  4 ++++
 .../api_connexion/endpoints/dag_run_endpoint.py    | 15 +++++--------
 .../api_connexion/endpoints/dataset_endpoint.py    |  3 +++
 airflow/api_connexion/endpoints/pool_endpoint.py   |  4 ++++
 .../endpoints/task_instance_endpoint.py            |  6 ++++++
 ...udit_log_table_and_change_event_name_length.py} | 20 +++++++++++++----
 airflow/models/log.py                              |  2 +-
 airflow/www/decorators.py                          | 11 ++++++++--
 docs/apache-airflow/img/airflow_erd.sha256         |  2 +-
 docs/apache-airflow/img/airflow_erd.svg            | 10 ++++-----
 docs/apache-airflow/migrations-ref.rst             |  3 ++-
 newsfragments/37734.significant.rst                |  3 +++
 .../endpoints/test_connection_endpoint.py          |  6 +++---
 tests/api_connexion/endpoints/test_dag_endpoint.py | 18 +++++++++++-----
 .../endpoints/test_dag_run_endpoint.py             |  2 +-
 .../endpoints/test_dataset_endpoint.py             |  5 +++++
 .../api_connexion/endpoints/test_pool_endpoint.py  | 10 +++++++--
 .../endpoints/test_task_instance_endpoint.py       | 25 ++++++++++++++++++++--
 .../endpoints/test_variable_endpoint.py            | 10 ++++-----
 19 files changed, 117 insertions(+), 42 deletions(-)
 rename 
airflow/migrations/versions/{0135_2_9_0_add_run_id_to_audit_log_table.py => 
0135_2_9_0_add_run_id_to_audit_log_table_and_change_event_name_length.py} (69%)
 create mode 100644 newsfragments/37734.significant.rst

Reply via email to