This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch
feature/drop-python3.8-support-core-and-providers-v2-10-backport
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard c55fc830e51 Fix k8s requirements merge artifact
discard 226083aae15 Found two more traces with Python 3.8 to be updated
discard cfff1f79df6 Drop python3.8 support core and providers - v2.10 backport
add af4919ec9d8 Add BigQuery job link (#45020)
add 1c56f9dd035 [v2-10-test] Fixed the endless reschedule (#45224) (#45250)
add c1f4131bc51 Bump uv to 0.5.11 (#45105) (#45272)
add 200bd6297c6 [v2-10-test] Fix update issues for object and
advanced-arrays fields when empty default (#45313) (#45315)
add 2cd40ca30b1 [v2-10-test] docs: clarify which fields are masked in the
UI (#45417) (#45418)
add 586f1ea7ef1 do not update DR on TI update after task execution (#45348)
add eaff866927f [v2-10-test] Cease using ``InventoryFileReader`` (#45391)
(#45538)
add 830192ab88f [v2-10-test] fix code indent in modified
docker-compose.yaml for PyCharm (#45545) (#45552)
add cbb689d80e6 Update spelling wordlist (#45579) (#45582)
add 9a1b5378066 [v2-10-test] Ensure teardown tasks are executed when DAG
run is set to failed (#45530) (#45581)
add 87c01e9ceae Drop python3.8 support core and providers - v2.10 backport
add a24f4ad652e Found two more traces with Python 3.8 to be updated
add 0127a8b86d7 Fix k8s requirements merge artifact
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 (c55fc830e51)
\
N -- N -- N
refs/heads/feature/drop-python3.8-support-core-and-providers-v2-10-backport
(0127a8b86d7)
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:
.github/actions/install-pre-commit/action.yml | 2 +-
Dockerfile | 2 +-
Dockerfile.ci | 4 +-
airflow/api/common/mark_tasks.py | 41 +--
airflow/models/taskinstance.py | 10 +-
airflow/providers/google/cloud/links/bigquery.py | 25 ++
.../providers/google/cloud/operators/bigquery.py | 17 +-
airflow/providers/google/provider.yaml | 1 +
airflow/sensors/base.py | 7 +-
airflow/www/static/js/trigger.js | 4 +-
airflow/www/templates/airflow/trigger.html | 4 +-
dev/breeze/doc/ci/02_images.md | 2 +-
.../commands/release_management_commands.py | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
docs/apache-airflow/howto/docker-compose/index.rst | 14 +-
docs/apache-airflow/howto/setup-and-teardown.rst | 8 +-
.../security/secrets/mask-sensitive-values.rst | 6 +-
docs/exts/docs_build/fetch_inventories.py | 3 +-
docs/spelling_wordlist.txt | 78 ++++++
newsfragments/45530.significant.rst | 12 +
tests/api/common/test_mark_tasks.py | 74 ++++++
tests/models/test_taskinstance.py | 41 ++-
tests/sensors/test_base.py | 285 ++++++++++++++++++++-
23 files changed, 594 insertions(+), 50 deletions(-)
create mode 100644 newsfragments/45530.significant.rst
create mode 100644 tests/api/common/test_mark_tasks.py