This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch v2-6-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 6451b09e22 Fix ERD diagram generated in 3.7 image
omit 69c41d8e03 Fix selective checks skipping provider tests in non main
branch
omit b85f996264 Remove missing example dag from
test_dag_autocomplete_success
omit 257aa1d410 Remove yandex from 2.6 branch
omit dd8ffe23b2 Synchronize dev scripts with main
omit 6846754ead Update RELEASE_NOTES.rst
omit a3d9b3ed37 Bring back unicodecsv as depenendency of Airflow (#31814)
omit eba3574e87 Speed up verification and instalation of providers in CI
(#30839)
omit 6979dd7903 Only run mssql tests on self-hosted runners (#30831)
omit 7875ba78a0 Optimize away pytest collection steps (#30824)
omit 9ed6e75075 Speed up test collection (#30801)
omit 46c86851aa Export SUSPENDED_PROVIDERS_FOLDERS for breeze testing
commands (#30780)
omit 057ac55000 Update SDKs for google provider package (#30067)
omit 4cf577ce98 Add libgeos-dev to dev dependencies in CI image (#31437)
omit 165b414c10 Check Logging Handlers and Secret Backends for recursion
(#31385)
omit a90470e978 Update RELEASE_NOTES.rst
omit d3fd3fc760 Fix Kubernetes executor set wrong task status (#31274)
omit c609304b7c Use keyword paramaters for migration methods for mssql
(#31309)
omit 4ba23d1e5f Control permissibility of driver config in extra from
airflow.cfg (#31754)
omit 045af1c9c8 Add back accidentally removed `create_session` in
utils/db.py (#31705)
omit 4004aa97c0 Replace unicodecsv with standard csv library (#31693)
omit d91f5eed94 update path of KubernetesPodOperator in core docs (#31683)
omit a299b60e75 Fix wrong cron syntax (#31666)
omit 3c5e100895 remove ducplicate entry in the metrics doc (#31654)
omit e50d1639c8 📝 Update release documentation (#31631)
omit 5035dc88a0 Small cleanups / optimizations in DagRun.update_state
(#31628)
add 84353693d2 📝 Update release documentation (#31631)
add a8e1899a99 remove ducplicate entry in the metrics doc (#31654)
add 1a9a652754 Fix wrong cron syntax (#31666)
add 3f808aad6d update path of KubernetesPodOperator in core docs (#31683)
add 8cd9c4a00b Replace unicodecsv with standard csv library (#31693)
add 186df9f1bf Add back accidentally removed `create_session` in
utils/db.py (#31705)
add 3bbf6fd73a Control permissibility of driver config in extra from
airflow.cfg (#31754)
add ea8c0a1f0f Use keyword paramaters for migration methods for mssql
(#31309)
add f2479f48bd Fix Kubernetes executor set wrong task status (#31274)
add 47438559e3 Update RELEASE_NOTES.rst
add cfbe2c2aad Check Logging Handlers and Secret Backends for recursion
(#31385)
add 9ae933f67b Add libgeos-dev to dev dependencies in CI image (#31437)
add c529b069b2 Update SDKs for google provider package (#30067)
add 0eb2722070 Export SUSPENDED_PROVIDERS_FOLDERS for breeze testing
commands (#30780)
add b042a81d41 Speed up test collection (#30801)
add 65ddb288d0 Optimize away pytest collection steps (#30824)
add 3c20888453 Only run mssql tests on self-hosted runners (#30831)
add 2ed643e59c Speed up verification and instalation of providers in CI
(#30839)
add e8fc7197df Bring back unicodecsv as depenendency of Airflow (#31814)
add 1573907d41 Update RELEASE_NOTES.rst
add 9323ab1e2b Synchronize dev scripts with main
add 04b535b326 Remove yandex from 2.6 branch
add aeaf0513d5 Fix ERD diagram generated in 3.7 image
add 17392bcd63 Fix selective checks skipping provider tests in non main
branch (#31821)
add 554eb0e8eb Update release notes
add 4a688fb2fe Fix spelling
add 8ba85baa3a Fix failing AIP-52 test
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 (6451b09e22)
\
N -- N -- N refs/heads/v2-6-test (8ba85baa3a)
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:
RELEASE_NOTES.rst | 3 +--
airflow/models/dagrun.py | 12 +-----------
.../src/airflow_breeze/utils/selective_checks.py | 21 +++++++++++++--------
dev/breeze/tests/test_selective_checks.py | 1 +
docs/spelling_wordlist.txt | 5 +++++
tests/www/views/test_views_acl.py | 5 +----
6 files changed, 22 insertions(+), 25 deletions(-)