You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by qi...@apache.org on 2021/07/02 12:40:20 UTC

[airflow] branch main updated (9d17027 -> 0b43b6b)

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

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


    from 9d17027  Validate type of `priority_weight` during parsing (#16765)
     add 0b43b6b  Have UI and POST /task_instances_state API endpoint have same behaviour (#16539)

No new revisions were added by this update.

Summary of changes:
 .../endpoints/task_instance_endpoint.py            |  7 +-
 airflow/models/dag.py                              | 79 ++++++++++++++++++++++
 airflow/www/views.py                               | 46 ++-----------
 .../endpoints/test_task_instance_endpoint.py       | 12 ++--
 tests/models/test_dag.py                           | 58 ++++++++++++++++
 5 files changed, 149 insertions(+), 53 deletions(-)