This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch v2-5-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from c2625fb75c Update issue triage policy (#29554)
new 60d3bdd73f Bump undici from 5.9.1 to 5.19.1 (#29583)
new 46f9cb90d6 Specific use-case: adding packages via requirements.txt in
compose (#29598)
new 195d47aa58 fix clear dag run openapi spec responses by adding
additional return type (#29600)
new e716b7509c convert moment with timezone to UTC instead of raising an
exception (#29606)
new 3aa0c008fc Fix Scheduler crash when clear a previous run of a normal
task that is now a mapped task (#29645)
new 18bda7a70f FIx formatting of Dataset inlet/outlet note in TaskFlow
concepts (#29678)
new 3297c943bd Move extra links position in grid view (#29703)
new 940464b991 Correct version label for data interval variables in
documentation (#29704)
new 47fe890435 Update docs re: template_fields typing and subclasses
(#29725)
new 4bbc298703 some fixes in the issue triage process doc (#29730)
new 3cba77fd15 Description of dag_processing.last_duration (#29740)
new 521fb2c090 DAG list sorting lost when switching page (#29756)
new 1d997fd381 Fix compile www assets dev (#29769)
new 9f8895f2d4 better description for limit in api (#29773)
new cc334d563b Removed continue for not in (#29791)
new 9eac84439b Update ref anchor for env var link in Connection how-to doc
(#29816)
new 5add348e59 Add a check for not templateable fields (#29821)
new 29b7bf204e POST /dagRuns API should 404 if dag not active (#29860)
new 1ed564fbee Correct link to best_practice(s) section (#29876)
new 995dffc584 replace tree view with grid view in docs (#29879)
new c962688473 Correct argument name of Workday timetable in timetable.rst
(#29896)
new 09e90630f0 Normalising the usage of generate_pages (#29898)
new c0cd3397f7 Update min version of python-deamon to fix containerd file
limits (#29916)
The 23 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:
ISSUE_TRIAGE_PROCESS.rst | 4 +-
.../api_connexion/endpoints/dag_run_endpoint.py | 2 +-
airflow/api_connexion/openapi/v1.yaml | 4 +-
airflow/config_templates/config.yml | 11 ++--
airflow/config_templates/default_airflow.cfg | 11 ++--
airflow/models/dagrun.py | 8 +++
airflow/models/taskinstance.py | 19 ++++++
airflow/serialization/serialized_objects.py | 6 ++
airflow/triggers/temporal.py | 4 +-
.../static/js/dag/details/taskInstance/index.tsx | 2 +-
airflow/www/static/js/types/api-generated.ts | 3 +-
airflow/www/utils.py | 70 ++++++++++++++++-----
airflow/www/views.py | 12 ++--
airflow/www/yarn.lock | 20 +++++-
.../connections.rst | 2 +-
.../logging-monitoring/metrics.rst | 2 +-
docs/apache-airflow/best-practices.rst | 2 +-
docs/apache-airflow/cli-and-env-variables-ref.rst | 2 +-
docs/apache-airflow/core-concepts/operators.rst | 3 +-
docs/apache-airflow/core-concepts/taskflow.rst | 5 +-
docs/apache-airflow/howto/connection.rst | 7 ++-
docs/apache-airflow/howto/custom-operator.rst | 72 +++++++++++++++++++---
docs/apache-airflow/howto/docker-compose/index.rst | 34 ++++++++++
.../howto/dynamic-dag-generation.rst | 2 +-
docs/apache-airflow/howto/timetable.rst | 2 +-
docs/apache-airflow/templates-ref.rst | 8 +--
.../pre_commit_compile_www_assets_dev.py | 1 +
setup.cfg | 2 +-
.../endpoints/test_dag_run_endpoint.py | 15 ++++-
tests/models/test_dagrun.py | 67 +++++++++++++++-----
tests/models/test_taskinstance.py | 16 +++++
tests/serialization/test_dag_serialization.py | 18 +++++-
tests/triggers/test_temporal.py | 14 ++++-
tests/www/test_utils.py | 50 ++++++++++++++-
34 files changed, 409 insertions(+), 91 deletions(-)