This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 5b1c76a Add changelog for 2.2.1
new 28f56a0 add detailed information to logging when a dag or a task
finishes. (#19097)
new cd87e58 Fix queued dag runs changes catchup=False behaviour (#19130)
new a99d54d Add test for interval timetable catchup=False (#19145)
new be29f5d Crerate TI context with data interval compat layer (#19148)
new fb4deb7 Hide tooltip when next run is none (#19112)
new 6ef71d5 Add TriggererJob to jobs check command (#19179)
The 6 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/cli_parser.py | 2 +-
airflow/jobs/scheduler_job.py | 25 ++++++++++
airflow/models/dagrun.py | 25 ++++++++++
airflow/models/taskinstance.py | 5 +-
airflow/timetables/interval.py | 28 ++++++-----
airflow/www/static/js/dag.js | 10 ++--
airflow/www/templates/airflow/dag.html | 3 +-
tests/jobs/test_scheduler_job.py | 48 +++++++++++++++++++
tests/timetables/test_interval_timetable.py | 74 +++++++++++++++++++++++++++++
9 files changed, 201 insertions(+), 19 deletions(-)
create mode 100644 tests/timetables/test_interval_timetable.py