You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by pi...@apache.org on 2023/03/08 20:34:57 UTC

[airflow] branch v2-5-test updated (9f8aa37f8a -> 4ab8b973a0)

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

pierrejeambrun pushed a change to branch v2-5-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 9f8aa37f8a Update Airflow version to 2.5.2
     add b4a0f78332 Fix grid logs for large logs (#29390)
     add 4ab8b973a0 Fix validation of date-time field in API and Parameter schemas (#29395)

No new revisions were added by this update.

Summary of changes:
 airflow/example_dags/example_params_ui_tutorial.py | 234 +++++++++++++++++++++
 airflow/models/param.py                            |  30 +++
 airflow/www/static/js/api/useTaskLog.ts            |   2 +-
 .../dag/details/taskInstance/Logs/index.test.tsx   |  35 ---
 .../js/dag/details/taskInstance/Logs/index.tsx     |  25 ++-
 .../js/dag/details/taskInstance/Logs/utils.ts      |  24 ++-
 airflow/www/static/js/main.js                      |   3 +-
 newsfragments/29395.significant.rst                |   8 +
 setup.cfg                                          |   3 +-
 .../endpoints/test_dag_run_endpoint.py             |  63 ++++--
 .../test_mapped_task_instance_endpoint.py          |   7 +-
 .../endpoints/test_task_instance_endpoint.py       |  29 +--
 tests/models/test_param.py                         |  70 +++++-
 13 files changed, 445 insertions(+), 88 deletions(-)
 create mode 100644 airflow/example_dags/example_params_ui_tutorial.py
 create mode 100644 newsfragments/29395.significant.rst