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

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


    from ac832a2  Updates to FlaskAppBuilder 3.3.2+ (#17208)
     new 673d78a  fix(smart_sensor): Unbound variable errors (#14774)
     new 012321b  Fail tasks in scheduler when executor reports they failed 
(#15929)
     new 8e8b58a  Fix CLI 'kubernetes cleanup-pods' which fails on invalid 
label key (#17298)
     new b558205  Fix calculating duration in tree view (#16695)
     new 4678cf54 Validate type of `priority_weight` during parsing (#16765)

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 airflow/cli/commands/kubernetes_command.py    | 12 ++----------
 airflow/jobs/scheduler_job.py                 |  4 +++-
 airflow/models/baseoperator.py                |  7 ++++++-
 airflow/sensors/smart_sensor.py               |  1 +
 airflow/www/static/js/tree.js                 |  6 +++++-
 tests/cli/commands/test_kubernetes_command.py |  8 ++------
 tests/jobs/test_scheduler_job.py              |  2 +-
 tests/models/test_baseoperator.py             |  5 +++++
 8 files changed, 25 insertions(+), 20 deletions(-)

Reply via email to