This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from e324b37 Add job name and progress logs to Cloud Storage Transfer Hook
(#12014)
add eea6c4f Perform "mini scheduling run" after task has finished (#11589)
No new revisions were added by this update.
Summary of changes:
airflow/cli/commands/dag_command.py | 2 +-
airflow/cli/commands/task_command.py | 2 +-
airflow/config_templates/config.yml | 11 +
airflow/config_templates/default_airflow.cfg | 7 +
airflow/config_templates/default_test.cfg | 1 +
airflow/jobs/scheduler_job.py | 33 +--
airflow/models/baseoperator.py | 6 +-
airflow/models/dag.py | 44 +++-
airflow/models/dagrun.py | 121 +++++++++--
airflow/models/taskinstance.py | 58 ++++-
airflow/www/views.py | 14 +-
tests/core/test_core.py | 21 ++
tests/jobs/test_backfill_job.py | 4 +-
tests/models/test_cleartasks.py | 43 +++-
tests/models/test_taskinstance.py | 238 +++++++++++++++++++--
tests/sensors/test_external_task_sensor.py | 2 +-
.../deps/test_not_previously_skipped_dep.py | 32 +--
tests/utils/test_log_handlers.py | 2 +
tests/utils/test_task_group.py | 2 +-
19 files changed, 530 insertions(+), 113 deletions(-)