This is an automated email from the ASF dual-hosted git repository.
Lee-W pushed a change to branch ci-upgrade-main
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard c9d6eae9f6e fix(mypy): narrow list types for weaviate hook and pytest
plugin
discard 6c9917620cd [main] CI: Upgrade important CI environment
add 3db657080f6 Bump urllib3 from 2.6.3 to 2.7.0 (#66719)
add e2486701a1f Restrict owner-link and extra-link href to safe schemes
(http, https, mailto, relative) (#66741)
add 0cf92e38614 Add Auster Nutrição Animal to INTHEWILD.md (#66709)
add 354391bbccc Check sensitive key names before applying recursion-depth
cutoff in secrets masker (#65912)
add a3a2b740c18 Support all bq load job and ext table config options in
GCSToBigQueryOperator (#64505)
add c60edf762aa Skip S3 folder-marker keys in S3ToGCSOperator (#65724)
add 55819b959a0 [main] CI: Upgrade important CI environment
add f3e1c91670d fix(mypy): narrow list types for weaviate hook and pytest
plugin
add f1b66a3bb2a fixup! fix(mypy): narrow list types for weaviate hook and
pytest plugin
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 (c9d6eae9f6e)
\
N -- N -- N refs/heads/ci-upgrade-main (f1b66a3bb2a)
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:
INTHEWILD.md | 1 +
.../airflow/ui/src/pages/DagsList/DagOwners.tsx | 4 +-
.../ui/src/pages/TaskInstance/ExtraLinks.tsx | 11 +-
.../src/airflow/ui/src/utils/links.test.ts | 44 +++-
airflow-core/src/airflow/ui/src/utils/links.ts | 49 ++++
.../src/airflow/utils/log/file_task_handler.py | 4 +-
.../tests/unit/listeners/asset_listener.py | 7 +-
.../unit/listeners/dag_import_error_listener.py | 4 +-
.../prepare_providers/provider_documentation.py | 2 +-
.../src/airflow_breeze/utils/functools_cache.py | 4 +-
dev/registry/extract_parameters.py | 2 +-
.../google/cloud/transfers/gcs_to_bigquery.py | 43 +++-
.../providers/google/cloud/transfers/s3_to_gcs.py | 32 +++
.../google/cloud/transfers/test_gcs_to_bigquery.py | 259 ++++++++++++++++++---
.../unit/google/cloud/transfers/test_s3_to_gcs.py | 157 +++++++++++++
.../secrets_masker/secrets_masker.py | 18 +-
.../tests/secrets_masker/test_secrets_masker.py | 38 +++
uv.lock | 148 +++++++-----
18 files changed, 720 insertions(+), 107 deletions(-)