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 b80097afc0e Update 3.1.0 release notes based on latest cherry-picks
     new 1e473c26aa2 fix: Set triggered_by='ui' for DAG runs triggered from UI 
(#54650)
     new 0b3df0d4f2b (docs) Update Overview screenshots (#55813)
     new 8115e36743a Fix filter in gantt and grid view (#55845)
     new b3e2ec8d572 Bump `uv` to `0.8.18` and `ruff` to `0.13.1` (#55858)

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:
 .github/actions/install-prek/action.yml            |   2 +-
 .github/workflows/basic-tests.yml                  |   2 +-
 .github/workflows/release_dockerhub_image.yml      |   2 +-
 .pre-commit-config.yaml                            |   2 +-
 Dockerfile                                         |   2 +-
 Dockerfile.ci                                      |   2 +-
 airflow-core/docs/best-practices.rst               |   2 +-
 ...demo_complex_dag_overview_with_failed_tasks.png | Bin 0 -> 653998 bytes
 .../demo_dag_overview_with_failed_tasks.png        | Bin 285470 -> 0 bytes
 .../docs/img/ui-dark/demo_graph_and_code_view.png  | Bin 171844 -> 458347 bytes
 .../img/ui-dark/demo_grid_view_with_task_logs.png  | Bin 220959 -> 401627 bytes
 ...demo_complex_dag_overview_with_failed_tasks.png | Bin 0 -> 418224 bytes
 .../demo_dag_overview_with_failed_tasks.png        | Bin 286606 -> 0 bytes
 .../docs/img/ui-light/demo_graph_and_code_view.png | Bin 165225 -> 309732 bytes
 .../img/ui-light/demo_grid_view_with_task_logs.png | Bin 222704 -> 279687 bytes
 airflow-core/docs/index.rst                        |   6 +++---
 .../docs/installation/upgrading_to_airflow3.rst    |   2 +-
 .../api_fastapi/core_api/routes/public/dag_run.py  |  11 +++++++++--
 .../ui/src/layouts/Details/DetailsLayout.tsx       |   4 +++-
 .../airflow/ui/src/layouts/Details/Gantt/Gantt.tsx |  20 ++++++++++++++------
 .../airflow/ui/src/layouts/Details/Grid/Grid.tsx   |   8 +++++++-
 .../ui/src/layouts/Details/Grid/TaskNames.tsx      |   3 ++-
 .../airflow/ui/src/queries/useGridTISummaries.ts   |   4 +++-
 dev/breeze/doc/ci/02_images.md                     |   2 +-
 .../commands/release_management_commands.py        |   2 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 devel-common/pyproject.toml                        |   2 +-
 pyproject.toml                                     |   2 +-
 scripts/ci/install_breeze.sh                       |   2 +-
 scripts/tools/setup_breeze                         |   2 +-
 30 files changed, 56 insertions(+), 30 deletions(-)
 create mode 100644 
airflow-core/docs/img/ui-dark/demo_complex_dag_overview_with_failed_tasks.png
 delete mode 100644 
airflow-core/docs/img/ui-dark/demo_dag_overview_with_failed_tasks.png
 create mode 100644 
airflow-core/docs/img/ui-light/demo_complex_dag_overview_with_failed_tasks.png
 delete mode 100644 
airflow-core/docs/img/ui-light/demo_dag_overview_with_failed_tasks.png

Reply via email to