This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a change to branch v2-5-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from fb40dc217b Bump webpack from 5.73.0 to 5.76.0 in /airflow/www (#30112)
new f0a1baf5fc Fix inconsistent returned value of `airflow dags
next-execution` cli command (#30117)
new 816969ddde Ensure that `dag.partial_subset` doesn't mutate task group
properties (#30129)
new 21753456ed Add custom_operator_name to @task.sensor tasks (#30131)
new 283a912cb6 Move readOnly property to DagState to fix generated docs
(#30149)
The 4 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/api_connexion/openapi/v1.yaml | 3 +-
airflow/cli/commands/dag_command.py | 44 +++++--------
airflow/decorators/sensor.py | 2 +
airflow/models/dag.py | 23 +++++--
tests/cli/commands/test_dag_command.py | 116 ++++++++++++++++++---------------
tests/models/test_dag.py | 35 ++++++++--
6 files changed, 131 insertions(+), 92 deletions(-)