Skip to content

Conversation

@utkarsharma2
Copy link
Contributor

Time for 2.10.5rc1!

potiuk and others added 12 commits January 12, 2025 21:45
Since we are switching to Sphinx7, we need to build docs using
Python 3.9. We need to make sure that Python 3.9 is default image.
* Upgrade sphinx and related dependencies (#45563)

* Upgrade sphinx and related dependencies

* TEST COMMIT - DO NOT MERGE: modify airflow-site layout.html via Dockerfile.ci

* fixup! TEST COMMIT - DO NOT MERGE: modify airflow-site layout.html via Dockerfile.ci

* fixup! fixup! TEST COMMIT - DO NOT MERGE: modify airflow-site layout.html via Dockerfile.ci

* Apply changes to css

* Revert changes to Dockerfile.ci

* Pull new Theme

* Further CSS Patches to get closer

* Remove duplicates

---------

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
Co-authored-by: Epstein, Shahar <shahar.epstein@ncrvoyix.com>

(cherry picked from commit a51ebe4)

* fixup! Upgrade sphinx and related dependencies (#45563)

---------

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
…#45612)

(cherry picked from commit 14f6622)

Co-authored-by: GPK <gopidesupavan@gmail.com>
* fix: log action get the correct request body (#45546)

(cherry picked from commit bae4bb1)

* Fix log_action decorator when content type is None (#45567)

(cherry picked from commit 46304d8)

---------

Co-authored-by: luoyuliuyin <luoyuliuyin@gmail.com>
Co-authored-by: Daniel Standish <15932138+dstandish@users.noreply.github.com>
Co-authored-by: phi-friday <phi.friday@gmail.com>
Co-authored-by: MishchenkoYuriy <135635368+MishchenkoYuriy@users.noreply.github.com>
…rse time (#45690) (#45826)

The DAG serialization tests load all of the example and system test DAGs, and
there were two places that these tests opened connections at parse time
resulting in loads of extra of test time.

- The SystemTestContextBuilder was trying to fetch things from SSM. This was
  addressed by adding a functools.cache on the function
- The Bedrock example dag was setting/caching the underlying conn object
  globally. This was addressed by making the Airflow connection a global,
  rather than the Bedrock conn. This fix is not _great_, but it does massively
  help

Before:

> 111 passed, 1 warning in 439.37s (0:07:19)

After:

> 111 passed, 1 warning in 71.76s (0:01:11)
(cherry picked from commit 102e853)

Co-authored-by: Ash Berlin-Taylor <ash@apache.org>
…46000)

* [v2-10-test] Fix FileTaskHandler only read from default executor

* Fix test_dag_executors side effect
@utkarsharma2
Copy link
Contributor Author

Can we get this in: #45749 (comment)

Sure, I'll it.

@pierrejeambrun
Copy link
Member

pierrejeambrun commented Jan 29, 2025

I just merged it. Backport PR is here #46243

@utkarsharma2 utkarsharma2 changed the title [WIP] Sync v2-10-stable with v2-10-test(sync_v2-10-5-test) to release 2.10.5 Sync v2-10-stable with v2-10-test(sync_v2-10-5-test) to release 2.10.5 Jan 30, 2025
utkarsharma2 and others added 2 commits January 30, 2025 15:12
) (#46280)

* Update base.py

* Update base.py

* Update base.py

* Update baseoperator.py

* Update base.py

* Update base.py

* Update baseoperator.py

* Update baseoperator.py

* Fixed thread local _sentinel.callers defect and added test cases

* Fixed issue

* Fixed issue

* Fixed issue

* Fixed issue

* Fixed issue

* Fixed issue

* Fixed issue

---------

Co-authored-by: Rahul Goyal <rahgoyal3@publicisgroupe.net>
(cherry picked from commit a77fca2)

Co-authored-by: rahulgoyal2987 <rahulgoyal338@gmail.com>
…y_size (#45749) (#46243)

(cherry picked from commit bb2aaef)

Co-authored-by: max <42827971+moiseenkov@users.noreply.github.com>
@utkarsharma2
Copy link
Contributor Author

I just merged it. Backport PR is here #46243

I have included this PR.

* Fix the extra links for mapped tasks

* Fix tests for extra links for mapped tasks
@eladkal
Copy link
Contributor

eladkal commented Feb 3, 2025

I think #46337 is missing

@utkarsharma2 utkarsharma2 added legacy api Whether legacy API changes should be allowed in PR and removed legacy api Whether legacy API changes should be allowed in PR labels Feb 3, 2025
@ephraimbuddy ephraimbuddy added legacy api Whether legacy API changes should be allowed in PR legacy ui Whether legacy UI change should be allowed in PR and removed legacy api Whether legacy API changes should be allowed in PR labels Feb 3, 2025
@utkarsharma2 utkarsharma2 reopened this Feb 3, 2025
@utkarsharma2 utkarsharma2 merged commit b93c3db into v2-10-stable Feb 3, 2025
139 of 140 checks passed
@kaxil kaxil deleted the sync_2-10-5-test branch April 29, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools legacy api Whether legacy API changes should be allowed in PR legacy ui Whether legacy UI change should be allowed in PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.