This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from ad185db Chart: Allow using krb5.conf with ``CeleryExecutor`` (#16822)
add 6611ffd Add 'queued' state to DagRun (#16401)
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/openapi/v1.yaml | 4 +-
airflow/jobs/scheduler_job.py | 158 ++++++----------
...3827b8_add_queued_at_column_to_dagrun_table.py} | 25 ++-
airflow/models/dag.py | 4 +-
airflow/models/dagrun.py | 17 +-
airflow/models/taskinstance.py | 6 +-
airflow/www/static/js/tree.js | 4 +-
airflow/www/views.py | 5 +-
docs/apache-airflow/migrations-ref.rst | 4 +-
tests/api/common/experimental/test_mark_tasks.py | 4 +-
.../endpoints/test_dag_run_endpoint.py | 14 +-
tests/api_connexion/schemas/test_dag_run_schema.py | 3 +
tests/dag_processing/test_manager.py | 10 +-
tests/dag_processing/test_processor.py | 65 ++++---
tests/jobs/test_scheduler_job.py | 206 +++++++++------------
tests/models/test_cleartasks.py | 37 ++++
tests/models/test_dag.py | 4 +-
tests/models/test_dagrun.py | 25 ++-
tests/sensors/test_external_task_sensor.py | 8 +-
tests/www/views/test_views.py | 6 +-
20 files changed, 299 insertions(+), 310 deletions(-)
copy airflow/migrations/versions/{4446e08588_dagrun_start_end.py =>
97cdd93827b8_add_queued_at_column_to_dagrun_table.py} (60%)