This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-56a029626a
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 507cf028077 Bump the fab-ui-package-updates group across 1 directory
with 3 updates
add 55189de57c0 adding 3 logging statements to display that a job is still
waiting in the Dataproc wait_for_job method (#56523)
add 5247258ed0e added the path for the how-to-guide docs for copy into
Snowflake (#56527)
add 0faffe40b4e Azure IAM/Entra ID support for PostgresHook (#55729)
add 1736195018a Add elasticsearch Breeze integration (#55365)
add bfbd90181a0 Fix broken main after pydantic 2.12.0 - partly cleanup
(#56514)
add fc505ebf4d5 Fix KubernetesPodOperator termination_grace_period
parameter not being applied to pod spec (#56402)
add 27a4c30c0e0 Update webserver secret note in Helm chart NOTES.txt and
prod guide (#55106)
add db4b534a29a Fix typo in contributing-docs/05_pull_requests.rst (#56573)
add dfb24d74b96 Fix migration errors for Pydantic 2.12.0 (#56579)
add 0675febb029 Improve formatting for Codespaces setup instructions
(#56496)
add 42d8154e41a Bugfix/remove airflow utils deprecations in edge (#56568)
add f96bb22d684 Added missing babel dependency in Task SDK (#56553)
add 4e54d94ae53 Move natsort dependency to airflow-core (#56582)
add 895e8ed3149 KubernetesPodOperator deferred callbacks (#47108)
add e2ee7fad8e9 Bump the fab-ui-package-updates group across 1 directory
with 3 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 (507cf028077)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-56a029626a
(e2ee7fad8e9)
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/migration_tests/action.yml | 4 +-
airflow-core/pyproject.toml | 1 +
airflow-ctl/pyproject.toml | 4 +-
.../airflowctl/api/datamodels/auth_generated.py | 2 +-
.../src/airflowctl/api/datamodels/generated.py | 2 +-
chart/docs/production-guide.rst | 19 +-
chart/templates/NOTES.txt | 16 +-
.../03a_contributors_quick_start_beginners.rst | 53 ++--
contributing-docs/05_pull_requests.rst | 2 +-
contributing-docs/testing/integration_tests.rst | 80 ++---
dev/breeze/doc/images/output-commands.svg | 170 +++++-----
dev/breeze/doc/images/output_shell.svg | 346 +++++++++++----------
dev/breeze/doc/images/output_shell.txt | 2 +-
dev/breeze/doc/images/output_start-airflow.svg | 278 +++++++++--------
dev/breeze/doc/images/output_start-airflow.txt | 2 +-
.../output_testing_providers-integration-tests.svg | 4 +-
.../output_testing_providers-integration-tests.txt | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +
dev/breeze/tests/test_selective_checks.py | 4 +-
.../providers/cncf/kubernetes/operators/pod.py | 89 +++---
.../unit/cncf/kubernetes/operators/test_pod.py | 95 ++++++
.../src/airflow/providers/edge3/cli/worker.py | 3 +-
.../providers/edge3/executors/edge_executor.py | 3 +-
.../src/airflow/providers/edge3/models/edge_job.py | 2 +-
.../airflow/providers/edge3/models/edge_worker.py | 2 +-
.../src/airflow/providers/edge3/version_compat.py | 11 +
.../providers/edge3/worker_api/routes/jobs.py | 2 +-
.../providers/edge3/worker_api/routes/worker.py | 2 +-
.../edge3/tests/unit/edge3/cli/test_worker.py | 2 +-
.../unit/edge3/executors/test_edge_executor.py | 6 +-
.../unit/edge3/worker_api/routes/test_logs.py | 2 +-
.../unit/edge3/worker_api/routes/test_worker.py | 2 +-
.../airflow/providers/fab/www/package-lock.json | 6 +-
.../providers/google/cloud/hooks/dataproc.py | 3 +
.../docs/configurations-ref.rst | 0
providers/postgres/docs/connections/postgres.rst | 15 +-
providers/postgres/docs/index.rst | 16 +-
providers/postgres/provider.yaml | 14 +
providers/postgres/pyproject.toml | 4 +
.../providers/postgres/get_provider_info.py | 14 +
.../airflow/providers/postgres/hooks/postgres.py | 53 +++-
.../tests/unit/postgres/hooks/test_postgres.py | 51 +++
providers/snowflake/provider.yaml | 2 +
.../providers/snowflake/get_provider_info.py | 2 +
pyproject.toml | 1 -
...cassandra.yml => integration-elasticsearch.yml} | 29 +-
.../ci/prek/check_airflow_v_imports_in_tests.py | 8 +-
task-sdk/pyproject.toml | 3 +-
.../src/airflow/sdk/api/datamodels/_generated.py | 2 +-
49 files changed, 861 insertions(+), 576 deletions(-)
copy providers/{amazon => postgres}/docs/configurations-ref.rst (100%)
copy scripts/ci/docker-compose/{integration-cassandra.yml =>
integration-elasticsearch.yml} (62%)