This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from b3e2ec8d572 Bump `uv` to `0.8.18` and `ruff` to `0.13.1` (#55858)
     new 9dad4a9598c Add __repr__ methods to serialized classes for better 
debugging (#55860)
     new 63ab67eea72 refresh screenshots for updated UI (#55863)
     new df5109402bb refresh screenshots for updated UI (#55864)
     new 7d59ca55129 (docs) update architecture overview screenshots (#55859)

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-core/docs/core-concepts/overview.rst       |   2 +-
 airflow-core/docs/img/ui-dark/dag_doc.png          | Bin 92727 -> 302292 bytes
 airflow-core/docs/img/ui-dark/dags.png             | Bin 117751 -> 416371 bytes
 airflow-core/docs/img/ui-dark/task_doc.png         | Bin 196657 -> 526160 bytes
 .../ui-dark/tutorial_pipeline_add_connection.png   | Bin 109852 -> 285717 bytes
 .../img/ui-dark/tutorial_pipeline_dag_list.png     | Bin 70666 -> 0 bytes
 .../ui-dark/tutorial_pipeline_dag_list_trigger.png | Bin 0 -> 254058 bytes
 .../tutorial_pipeline_dag_overview_processed.png   | Bin 107191 -> 421607 bytes
 .../tutorial_pipeline_dag_task_instance_logs.png   | Bin 0 -> 510999 bytes
 airflow-core/docs/img/ui-light/dag_doc.png         | Bin 96363 -> 298120 bytes
 airflow-core/docs/img/ui-light/dags.png            | Bin 116182 -> 411981 bytes
 airflow-core/docs/img/ui-light/task_doc.png        | Bin 202764 -> 529064 bytes
 .../ui-light/tutorial_pipeline_add_connection.png  | Bin 114291 -> 286104 bytes
 .../img/ui-light/tutorial_pipeline_dag_list.png    | Bin 70320 -> 0 bytes
 .../tutorial_pipeline_dag_list_trigger.png         | Bin 0 -> 249992 bytes
 .../tutorial_pipeline_dag_overview_processed.png   | Bin 108052 -> 420870 bytes
 .../tutorial_pipeline_dag_task_instance_logs.png   | Bin 0 -> 509909 bytes
 airflow-core/docs/tutorial/fundamentals.rst        |   4 ++--
 airflow-core/docs/tutorial/pipeline.rst            |  11 ++++++++---
 airflow-core/src/airflow/models/mappedoperator.py  |   3 +++
 .../airflow/serialization/definitions/taskgroup.py |   6 ++++++
 .../airflow/serialization/serialized_objects.py    |   6 ++++++
 22 files changed, 26 insertions(+), 6 deletions(-)
 delete mode 100644 airflow-core/docs/img/ui-dark/tutorial_pipeline_dag_list.png
 create mode 100644 
airflow-core/docs/img/ui-dark/tutorial_pipeline_dag_list_trigger.png
 create mode 100644 
airflow-core/docs/img/ui-dark/tutorial_pipeline_dag_task_instance_logs.png
 delete mode 100644 
airflow-core/docs/img/ui-light/tutorial_pipeline_dag_list.png
 create mode 100644 
airflow-core/docs/img/ui-light/tutorial_pipeline_dag_list_trigger.png
 create mode 100644 
airflow-core/docs/img/ui-light/tutorial_pipeline_dag_task_instance_logs.png

Reply via email to