This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch
dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-13a1f48a5a
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard e6de6a70719 Bump the edge-ui-package-updates group across 1 directory
with 19 updates
add 2b8097b0064 issue-58236: Adding gcp_conn_id to template_fields for
BigQuery and Dataproc Operators (#58250)
add 9d62164cefb Make it easier and faster to iterate on
task-sdk-integration-tests (#58231)
add 045439ec1fe Add working_directory parameter (#58210)
add 5398923f42a Fix atomicity issue in SerializedDagModel.write_dag
preventing orphaned DagVersions (#58259)
add 135f54ecfd6 Bump the edge-ui-package-updates group across 1 directory
with 19 updates
add cb7d357a425 Downgrade typescript which can not be upgraded
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 (e6de6a70719)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-13a1f48a5a
(cb7d357a425)
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 | 1 +
.github/workflows/additional-prod-image-tests.yml | 2 +-
.gitignore | 3 +
airflow-core/src/airflow/models/dag_version.py | 1 -
airflow-core/tests/unit/jobs/test_scheduler_job.py | 2 +-
.../tests/unit/models/test_serialized_dag.py | 54 +++++
.../testing/task_sdk_integration_tests.rst | 224 +++++++++++++++++----
dev/breeze/doc/images/output_prod-image_build.svg | 144 ++++++-------
dev/breeze/doc/images/output_prod-image_build.txt | 2 +-
...utput_testing_airflow-ctl-integration-tests.svg | 30 +--
...utput_testing_airflow-ctl-integration-tests.txt | 2 +-
.../output_testing_task-sdk-integration-tests.svg | 52 +++--
.../output_testing_task-sdk-integration-tests.txt | 2 +-
.../src/airflow_breeze/commands/common_options.py | 8 +-
.../commands/production_image_commands.py | 46 ++++-
.../airflow_breeze/commands/testing_commands.py | 85 +++++---
.../commands/testing_commands_config.py | 20 +-
dev/breeze/src/airflow_breeze/utils/path_utils.py | 10 +
dev/breeze/src/airflow_breeze/utils/run_tests.py | 58 +++++-
.../providers/edge3/plugins/www/dist/main.umd.cjs | 108 +---------
.../providers/edge3/plugins/www/package.json | 2 +-
.../providers/edge3/plugins/www/pnpm-lock.yaml | 138 ++++++-------
providers/edge3/www-hash.txt | 2 +-
.../providers/google/cloud/operators/bigquery.py | 12 ++
.../providers/google/cloud/operators/dataproc.py | 60 +++++-
.../providers/microsoft/winrm/hooks/winrm.py | 4 +-
.../providers/microsoft/winrm/operators/winrm.py | 11 +-
.../tests/unit/microsoft/winrm/hooks/test_winrm.py | 22 +-
.../unit/microsoft/winrm/operators/test_winrm.py | 7 +-
.../.gitignore | 0
.../docker-compose-local.yaml | 50 +++--
.../{docker => }/docker-compose.yaml | 15 +-
task-sdk-integration-tests/logs/.gitignore | 2 +
.../tests/task_sdk_tests/conftest.py | 165 +++++++++++----
.../tests/task_sdk_tests/constants.py | 10 +-
35 files changed, 906 insertions(+), 448 deletions(-)
copy {kubernetes-tests => task-sdk-integration-tests}/.gitignore (100%)
copy scripts/ci/docker-compose/integration-elasticsearch.yml =>
task-sdk-integration-tests/docker-compose-local.yaml (50%)
rename task-sdk-integration-tests/{docker => }/docker-compose.yaml (90%)
create mode 100644 task-sdk-integration-tests/logs/.gitignore