This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a change to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 5a7cf9bb73 Undeprecating
`DBApiHookForTests._make_common_data_structure` (#38573)
discard 506c7e6415 Update RELEASE_NOTES.rst
discard 2ce6d1c84d Update UI doc screenshots (#38680)
discard 6cde8e1a30 Update known issue with Pendulum 3 in 2.8.1 release notes
(#38675)
discard 95030d45ca Rename build arg for upgrade-to-newer-dependencies (#38637)
discard ce77a43504 Use explicit and easier to use runs-on approach for CI
workflows (#38601)
discard 1d831e3a81 Remove image tag from Helm test name (#38621)
discard 9ef650d284 Check-out the target commit when preparing PROD build
artifacts (#38678)
discard 9f141a9396 Add a task instance dependency for mapped dependencies
(#37498)
discard 303a16f6ff Improve trigger assign_unassigned by merging
alive_triggerer_ids and get_sorted_triggers queries (#38664)
discard 5bd778ca1a Add exclude/include events filters to audit log (#38506)
discard 989c909a20 Improve stability of remove_task_decorator function (#38649)
discard ced4e67f21 Clean up unused triggers in a single query for all dialects
except MySQL (#38663)
discard 746e1ab6e3 Remove display of param from the UI (#38660)
discard ca80dccee5 bump uv to 0.1.27 (#38657)
discard 17e4f30d08 Move cleanup-docker to a shell scripts from composite
action (#38659)
discard 965fdcab9b More human friendly "show tables" output for db cleanup
(#38654)
discard f3c6c62348 bump ruff to 0.3.5 (#38656)
discard 7889a7b14e Add a migration script for encrypted trigger kwargs (#38358)
discard c4661229dd Disable support of a legacy `LocalPath` in favor of stdlib
`pathlib.Path` (#38624)
discard 74f1ca2af8 Raise an error on Airflow Deprecation warnings in tests
(#38504)
add 5cc3dc85c3 Disable support of a legacy `LocalPath` in favor of stdlib
`pathlib.Path` (#38624)
add 4467cd6245 Add a migration script for encrypted trigger kwargs (#38358)
add 9ed3535eae bump ruff to 0.3.5 (#38656)
add 6746fea7ee More human friendly "show tables" output for db cleanup
(#38654)
add 0d32e45db6 Move cleanup-docker to a shell scripts from composite
action (#38659)
add 40379ed9a1 bump uv to 0.1.27 (#38657)
add 90dc2cc8d4 Remove display of param from the UI (#38660)
add 4260f56050 Clean up unused triggers in a single query for all dialects
except MySQL (#38663)
add 9ec5c41e71 Improve stability of remove_task_decorator function (#38649)
add 67c7392f84 Add exclude/include events filters to audit log (#38506)
add af8c481dd6 Improve trigger assign_unassigned by merging
alive_triggerer_ids and get_sorted_triggers queries (#38664)
add a2e513c13a Add a task instance dependency for mapped dependencies
(#37498)
add 3f51039a06 Check-out the target commit when preparing PROD build
artifacts (#38678)
add 356897adad Remove image tag from Helm test name (#38621)
add 367e8fed6c Use explicit and easier to use runs-on approach for CI
workflows (#38601)
add 471164bc92 Rename build arg for upgrade-to-newer-dependencies (#38637)
add cf6357fafb Update known issue with Pendulum 3 in 2.8.1 release notes
(#38675)
add 8d12bb1e93 Update UI doc screenshots (#38680)
add 15e739197a Update RELEASE_NOTES.rst
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5a7cf9bb73)
\
N -- N -- N refs/heads/v2-9-test (15e739197a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
airflow/providers/common/sql/hooks/sql.py | 17 +-
contributing-docs/testing/unit_tests.rst | 43 +-
pyproject.toml | 10 -
tests/conftest.py | 84 +-
tests/deprecations_ignore.yml | 1051 --------------------------
tests/providers/common/sql/hooks/test_sql.py | 24 -
6 files changed, 58 insertions(+), 1171 deletions(-)
delete mode 100644 tests/deprecations_ignore.yml