This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 046f02e fix misspelling (#18121)
add 2fd3f27 Make next_dagrun_info take a data interval (#18088)
No new revisions were added by this update.
Summary of changes:
.../api_connexion/endpoints/dag_run_endpoint.py | 4 +-
airflow/cli/commands/dag_command.py | 47 ++--
airflow/dag_processing/processor.py | 25 +-
airflow/jobs/scheduler_job.py | 25 +-
airflow/models/dag.py | 248 +++++++++++++----
airflow/models/dagrun.py | 11 +-
airflow/models/taskinstance.py | 40 +--
airflow/operators/latest_only.py | 18 +-
airflow/providers/google/cloud/operators/gcs.py | 21 +-
airflow/providers/google/cloud/sensors/gcs.py | 10 +-
airflow/sensors/time_delta.py | 15 +-
airflow/timetables/base.py | 6 +-
airflow/timetables/interval.py | 10 +-
airflow/timetables/simple.py | 8 +-
airflow/utils/session.py | 6 +-
airflow/www/views.py | 7 +-
docs/apache-airflow/templates-ref.rst | 4 +-
tests/api_connexion/endpoints/test_log_endpoint.py | 14 +-
tests/cli/commands/test_dag_command.py | 5 +-
tests/conftest.py | 59 +++-
tests/jobs/test_local_task_job.py | 6 +-
tests/jobs/test_scheduler_job.py | 300 +++++++++------------
tests/models/test_dag.py | 31 ++-
tests/models/test_dagrun.py | 24 +-
tests/models/test_taskinstance.py | 9 +-
.../providers/apache/druid/operators/test_druid.py | 5 +-
.../apache/kylin/operators/test_kylin_cube.py | 2 +-
.../apache/spark/operators/test_spark_submit.py | 2 +-
tests/sensors/test_external_task_sensor.py | 3 +-
.../perf/scheduler_dag_execution_timing.py | 19 +-
tests/ti_deps/deps/test_runnable_exec_date_dep.py | 3 +
tests/utils/log/test_log_reader.py | 2 +
tests/utils/test_log_handlers.py | 1 +
tests/www/views/test_views_log.py | 4 +-
34 files changed, 607 insertions(+), 387 deletions(-)