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-84caa9e8ef
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard e0056e19a4f Bump the fab-ui-package-updates group across 1 directory
with 8 updates
add f1e3ddfdb09 Go SDK: add tests to the task function reflection code
(#54676)
add a0e32938c4e Add `to_dict`, `from_json`, `as_json`, `get_extra_dejson`
to SDK Connection (#53870)
add 14f5bbf9b7a Make slack providers tests db independent (#54660)
add 6589798823f Update apache Cassandra and Kylin examples (#52497)
add e1718cd3da2 Make AWS notifier tests db independent (#54668)
add 8339dec7ef0 Close German translation gaps for full UI translation
2025-08-18 (#54632)
add 31e93acab2f Make smtp provider tests db independent (#54674)
add 7ee068e173b Fix git connection test by adding required conn_type field
(#54681)
add 54843008610 update logic of BQ to be able to use WRITE_TRUNCATE_DATA`
(#54417)
add 462ce9a6746 Fix module loading in logging config (#54555)
add 55abbeb17ff add filepath (#54661)
add a15b2abaf5e CHG: comment (#54654)
add 82dbdfdb5a6 Fix `external_executor_id` name in log message (#54675)
add 946097674be Fix conditionals for test types and make them consistent
(#54678)
add 10dbbcaf793 Make jira provider notifier tests db independent (#54685)
add 91e10295c7d Disable start_from_trigger altogether for now (#54646)
add d3727861c92 Import documentation with screenshots for HITL (#54618)
add 3bde8382861 Display a more friendly error when invalid branches are
provided to branch operators (#54273)
add 591c39b8520 Add missing translations in PL - 18 August 2025 (#54633)
add b340e8c101c Fix remote logging connection availability in Task SDK
supervisor (#54679)
add bd5f86ad386 Add dependabot checks for v3-0-test branch (#54719)
add 1b7d5b2619a Bump the fab-ui-package-updates group across 1 directory
with 8 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 (e0056e19a4f)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-84caa9e8ef
(1b7d5b2619a)
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/dependabot.yml | 27 ++
.github/workflows/basic-tests.yml | 2 +-
.github/workflows/ci-amd.yml | 84 +++---
.github/workflows/ci-arm.yml | 47 ++-
.github/workflows/ci-image-checks.yml | 8 +-
.github/workflows/test-providers.yml | 6 +-
.pre-commit-config.yaml | 3 +
airflow-core/docs/img/hitl_approve_reject.png | Bin 0 -> 527119 bytes
airflow-core/docs/img/hitl_branch_selected.png | Bin 0 -> 485113 bytes
airflow-core/docs/img/hitl_branch_selection.png | Bin 0 -> 451478 bytes
airflow-core/docs/img/hitl_wait_for_input.png | Bin 0 -> 493082 bytes
.../docs/img/hitl_wait_for_multiple_options.png | Bin 0 -> 524043 bytes
airflow-core/docs/img/hitl_wait_for_option.png | Bin 0 -> 493109 bytes
airflow-core/docs/tutorial/hitl.rst | 80 +++++-
.../src/airflow/jobs/scheduler_job_runner.py | 2 +-
airflow-core/src/airflow/logging_config.py | 5 +-
airflow-core/src/airflow/models/connection.py | 12 +
airflow-core/src/airflow/models/dagrun.py | 29 +-
.../airflow/ui/public/i18n/locales/de/README.md | 4 +
.../airflow/ui/public/i18n/locales/de/browse.json | 3 +
.../airflow/ui/public/i18n/locales/de/common.json | 11 +
.../airflow/ui/public/i18n/locales/pl/browse.json | 3 +
.../airflow/ui/public/i18n/locales/pl/common.json | 13 +-
.../tests/unit/core/test_logging_config.py | 57 +++-
airflow-core/tests/unit/models/test_dagrun.py | 3 +-
dev/breeze/doc/ci/04_selective_checks.md | 13 +-
dev/breeze/src/airflow_breeze/global_constants.py | 6 +-
.../src/airflow_breeze/utils/selective_checks.py | 69 ++---
dev/breeze/tests/test_selective_checks.py | 319 +++++++++++----------
devel-common/src/tests_common/pytest_plugin.py | 24 ++
go-sdk/worker/task_test.go | 99 +++++++
.../unit/amazon/aws/notifications/test_chime.py | 24 +-
.../unit/amazon/aws/notifications/test_sns.py | 9 +-
.../unit/amazon/aws/notifications/test_sqs.py | 13 +-
.../apache/cassandra/example_cassandra_dag.py | 9 +-
.../tests/system/apache/kylin/example_kylin_dag.py | 32 ++-
.../unit/atlassian/jira/notifications/test_jira.py | 26 +-
providers/git/tests/unit/git/bundles/test_git.py | 3 +-
.../providers/google/cloud/hooks/bigquery.py | 8 -
.../google/cloud/transfers/gcs_to_bigquery.py | 6 -
.../tests/unit/slack/notifications/test_slack.py | 31 +-
.../unit/slack/notifications/test_slack_webhook.py | 15 +-
.../slack/transfers/test_sql_to_slack_webhook.py | 93 +++---
.../tests/unit/smtp/notifications/test_smtp.py | 65 +++--
.../standard/example_dags/example_hitl_operator.py | 8 +-
.../airflow/providers/standard/utils/skipmixin.py | 7 +-
.../tests/unit/standard/utils/test_skipmixin.py | 19 +-
.../ci/prek/prevent_deprecated_sqlalchemy_usage.py | 6 +-
task-sdk/src/airflow/sdk/definitions/connection.py | 114 +++++++-
task-sdk/src/airflow/sdk/definitions/dag.py | 4 +-
.../src/airflow/sdk/execution_time/supervisor.py | 142 +++++----
.../tests/task_sdk/definitions/test_connections.py | 78 +++++
.../task_sdk/execution_time/test_supervisor.py | 31 +-
53 files changed, 1099 insertions(+), 573 deletions(-)
create mode 100644 airflow-core/docs/img/hitl_approve_reject.png
create mode 100644 airflow-core/docs/img/hitl_branch_selected.png
create mode 100644 airflow-core/docs/img/hitl_branch_selection.png
create mode 100644 airflow-core/docs/img/hitl_wait_for_input.png
create mode 100644 airflow-core/docs/img/hitl_wait_for_multiple_options.png
create mode 100644 airflow-core/docs/img/hitl_wait_for_option.png
create mode 100644 go-sdk/worker/task_test.go