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

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


    from 04950b16441 [v3-0-test] Fix missing version substitution in docs 
(#49640) (#49642)
     new e76879de5e8 Add `STRAIGHT_JOIN` prefix for MySQL query optimization in 
get_sorted_triggers (#46303)
     new 9dae52a3d3b feature(ui): Make entire task box clickable to select the 
task in Air… (#49299)
     new 88c498b2f46 Remove unused constant HANDLER_SUPPORTS_TRIGGERER (#49370)
     new 63ec6f4cc7e Updating Airflow executor docs for AF3 (#49389)
     new 020be9443a6 Vertically align task log header components in fullscreen 
mode. (#49569)
     new 016350901d0 Ensure sqlalchemy[asyncio] extra is in core deps (#49452)
     new 77e671514df  Remove dag_code records with no serdag (#49478)
     new 1a4ce7c4ecd Logout functionality should respect base_url in api server 
(#49545)
     new 5b833c62110 Remove `gitpython` as a core dependency (#49537)
     new 46e26489800 Remove sort indicators on XCom table (#49547)
     new 416fdb6046a Null out the scheduler_interval field on downgrade (#49583)
     new 69debd3de60 Update screenshots for Dags - Update GIFs (#49586)

The 12 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/executor/index.rst |  40 ++++++++++++++++++---
 airflow-core/docs/img/airflow_erd.sha256           |   2 +-
 airflow-core/docs/img/ui-dark/task_group.gif       | Bin 224817 -> 418819 bytes
 airflow-core/docs/img/ui-light/task_group.gif      | Bin 177836 -> 353262 bytes
 .../docs/installation/upgrading_to_airflow3.rst    |   5 +++
 airflow-core/pyproject.toml                        |   3 +-
 .../src/airflow/jobs/triggerer_job_runner.py       |   8 -----
 ...3_0_0_rename_schedule_interval_to_timetable_.py |   1 +
 .../versions/0047_3_0_0_add_dag_versioning.py      |   3 ++
 airflow-core/src/airflow/models/trigger.py         |   1 +
 .../airflow/ui/src/components/Graph/AssetNode.tsx  |   6 ++--
 .../airflow/ui/src/components/Graph/DagNode.tsx    |  13 ++++---
 .../airflow/ui/src/components/Graph/TaskLink.tsx   |  27 +++++++-------
 .../airflow/ui/src/components/Graph/TaskNode.tsx   |  22 ++++++------
 .../src/airflow/ui/src/layouts/Nav/LogoutModal.tsx |   6 +++-
 .../ui/src/pages/TaskInstance/Logs/Logs.tsx        |  24 +++++++------
 .../src/airflow/ui/src/pages/XCom/XCom.tsx         |   3 ++
 17 files changed, 106 insertions(+), 58 deletions(-)

Reply via email to