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

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


    from 49471b097e Typescript files are also now triggering UI/WWW tests 
(#27760)
     add b2a88fda09 Add: #23880 :: Audit log for 
AirflowModelViews(Variables/Connection) (#24079)

No new revisions were added by this update.

Summary of changes:
 .../api_connexion/endpoints/connection_endpoint.py | 22 ++++++
 .../api_connexion/endpoints/variable_endpoint.py   | 22 ++++++
 airflow/models/log.py                              |  3 +
 .../libs/helper.py => utils/log/action_logger.py}  |  9 ++-
 airflow/www/decorators.py                          | 91 ++++++++++++----------
 airflow/www/views.py                               | 27 ++++++-
 .../endpoints/test_connection_endpoint.py          |  4 +
 .../endpoints/test_variable_endpoint.py            | 13 +++-
 tests/test_utils/www.py                            | 26 +++++++
 tests/www/views/test_views_connection.py           |  5 +-
 tests/www/views/test_views_decorators.py           | 40 ++++------
 tests/www/views/test_views_variable.py             |  8 +-
 12 files changed, 190 insertions(+), 80 deletions(-)
 copy airflow/{example_dags/libs/helper.py => utils/log/action_logger.py} (78%)

Reply via email to