This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-ba8dea0799
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 9ebb362009a Bump the core-ui-package-updates group across 1 directory
with 56 updates
add c25b89b0c93 Add push_logs configuration option to Edge executor
(#58125)
add ca9fb54fe75 Update release instructions for Airflow Ctl (#58206)
add 4688c68f126 Rename task sdk integration tests folder hierarchy
correctly (#58193)
add 80c2ccc0b43 Fix the `__init__.py` for tests (#58211)
add 4bde26ffb54 Make sure regenerating provider dependencies happens only
once (#58198)
add 7488ab997bd Fix check_files.py script after source tar was renamed
(#58216)
add 955d09522f4 Re-Enable Back-Compat tests for Edge3 (#58217)
add 9ecc6643afc Add flatten_structure parameter to GCSToS3Operator
(#56134) (#57713)
add 27240e68de9 Add stream method to RemoteIO (#54813)
add 9068477a64d i18n(Ko): add missing translations(Nov 12) (#58222)
add 51e2c888f6f Improve is_container annotation (#58224)
add 96663479f4c Fix MSSQLToGCSOperator MSSQL BIT data type conversion to
Parquet boolean (#57514)
add 54634ea47ee Fix duplicated SQLAlchemy sessions caused transactions
fail to close (#58196)
add d9a805253dc Make `conf.validate` pluggable on config parser (#58188)
add 23ddfd251f5 Rewrite config parser get() with modular lookup sequence
(#57970)
add 0534b90db66 Update pyproject.toml files with pytest>=9.0.0 TOML syntax
(#58182)
add b79d327d5b3 Bump the core-ui-package-updates group across 1 directory
with 56 updates
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 (9ebb362009a)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-ba8dea0799
(b79d327d5b3)
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:
.dockerignore | 2 +-
.github/CODEOWNERS | 2 +-
Dockerfile | 2 +-
Dockerfile.ci | 2 +-
.../config_templates/airflow_local_settings.py | 4 +-
airflow-core/src/airflow/configuration.py | 320 +++++++++++++--------
airflow-core/src/airflow/logging/remote.py | 15 +-
airflow-core/src/airflow/ui/package.json | 12 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 272 +++++++++---------
.../airflow/ui/public/i18n/locales/ko/common.json | 1 +
airflow-core/src/airflow/utils/helpers.py | 17 +-
.../src/airflow/utils/log/file_task_handler.py | 20 +-
.../README.md => airflow-core/tests/dag_doc.md | 2 +
airflow-core/tests/unit/core/test_configuration.py | 84 ++++++
airflow-ctl-tests/pyproject.toml | 11 +-
airflow-ctl/pyproject.toml | 18 +-
airflow-e2e-tests/pyproject.toml | 11 +-
clients/python/pyproject.toml | 9 +-
.../testing/task_sdk_integration_tests.rst | 22 +-
dev/README_RELEASE_AIRFLOWCTL.md | 90 +++---
dev/breeze/doc/05_test_commands.rst | 2 +-
dev/breeze/pyproject.toml | 11 +-
dev/breeze/src/airflow_breeze/global_constants.py | 39 ++-
.../src/airflow_breeze/utils/md5_build_check.py | 6 +-
dev/breeze/src/airflow_breeze/utils/run_tests.py | 2 +-
dev/check_files.py | 14 +-
docker-tests/pyproject.toml | 10 +-
helm-tests/pyproject.toml | 10 +-
kubernetes-tests/pyproject.toml | 10 +-
.../alibaba/cloud/log/test_oss_task_handler.py | 2 +-
.../providers/amazon/aws/transfers/gcs_to_s3.py | 51 +++-
.../unit/amazon/aws/transfers/test_gcs_to_s3.py | 115 ++++++++
.../apache/impala/tests/system}/__init__.py | 0
.../apache/tinkerpop/tests/integration/__init__.py | 1 +
.../apache/tinkerpop/tests/system/__init__.py | 1 +
providers/edge3/provider.yaml | 9 +
.../src/airflow/providers/edge3/cli/worker.py | 6 +-
.../airflow/providers/edge3/get_provider_info.py | 7 +
providers/exasol/tests/system/__init__.py | 1 +
providers/fab/src/airflow/providers/fab/www/app.py | 9 +-
providers/fab/www-hash.txt | 2 +-
providers/git/tests/unit/__init__.py | 1 +
.../google/cloud/transfers/mssql_to_gcs.py | 2 +-
.../google/cloud/transfers/test_mssql_to_gcs.py | 57 +++-
pyproject.toml | 12 +-
.../check_providers_subpackages_all_have_init.py | 2 +-
.../docker/install_airflow_when_building_images.sh | 2 +-
setup_idea.py | 2 +-
.../dags/test_asset_dag.py | 0
.../dags/test_dag.py | 0
.../docker/docker-compose.yaml | 0
.../pyproject.toml | 14 +-
.../tests/task_sdk_tests/__init__.py | 0
.../tests/task_sdk_tests/conftest.py | 0
.../tests/task_sdk_tests/constants.py | 0
.../tests/task_sdk_tests/jwt_plugin.py | 0
.../task_sdk_tests/test_asset_event_operations.py | 0
.../tests/task_sdk_tests/test_asset_operations.py | 0
.../task_sdk_tests/test_connection_operations.py | 0
.../task_sdk_tests/test_dag_run_operations.py | 0
.../test_task_instance_operations.py | 0
.../tests/task_sdk_tests/test_task_sdk_health.py | 0
.../task_sdk_tests/test_variable_operations.py | 0
.../tests/task_sdk_tests/test_xcom_operations.py | 0
task-sdk/pyproject.toml | 4 +-
65 files changed, 924 insertions(+), 396 deletions(-)
copy providers/neo4j/src/airflow/providers/neo4j/README.md =>
airflow-core/tests/dag_doc.md (98%)
copy {airflow-core/tests/integration =>
providers/apache/impala/tests/system}/__init__.py (100%)
rename {task-sdk-tests => task-sdk-integration-tests}/dags/test_asset_dag.py
(100%)
rename {task-sdk-tests => task-sdk-integration-tests}/dags/test_dag.py (100%)
rename {task-sdk-tests =>
task-sdk-integration-tests}/docker/docker-compose.yaml (100%)
rename {task-sdk-tests => task-sdk-integration-tests}/pyproject.toml (87%)
rename {task-sdk-tests =>
task-sdk-integration-tests}/tests/task_sdk_tests/__init__.py (100%)
rename {task-sdk-tests =>
task-sdk-integration-tests}/tests/task_sdk_tests/conftest.py (100%)
rename {task-sdk-tests =>
task-sdk-integration-tests}/tests/task_sdk_tests/constants.py (100%)
rename {task-sdk-tests =>
task-sdk-integration-tests}/tests/task_sdk_tests/jwt_plugin.py (100%)
rename {task-sdk-tests =>
task-sdk-integration-tests}/tests/task_sdk_tests/test_asset_event_operations.py
(100%)
rename {task-sdk-tests =>
task-sdk-integration-tests}/tests/task_sdk_tests/test_asset_operations.py (100%)
rename {task-sdk-tests =>
task-sdk-integration-tests}/tests/task_sdk_tests/test_connection_operations.py
(100%)
rename {task-sdk-tests =>
task-sdk-integration-tests}/tests/task_sdk_tests/test_dag_run_operations.py
(100%)
rename {task-sdk-tests =>
task-sdk-integration-tests}/tests/task_sdk_tests/test_task_instance_operations.py
(100%)
rename {task-sdk-tests =>
task-sdk-integration-tests}/tests/task_sdk_tests/test_task_sdk_health.py (100%)
rename {task-sdk-tests =>
task-sdk-integration-tests}/tests/task_sdk_tests/test_variable_operations.py
(100%)
rename {task-sdk-tests =>
task-sdk-integration-tests}/tests/task_sdk_tests/test_xcom_operations.py (100%)