This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-ee9ff40f3f
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard e332909b51f Bump the edge-ui-package-updates group across 1 directory 
with 3 updates
     add b0462de913b Fix TaskInstance.get_dagrun returning None in 
task_instance_mutation_hook (#60726)
     add 5dc0143e7df Chart: update artifacthub annotations for 1.19.0rc3 
(#61816)
     add 930f2104e1c Freeup disk space in image build workflow (#61825)
     add 327201f5f91 Run system prune when importing image cache (#61826)
     add d2780f41f41 Expose Stats in sdk API and handle core backcompat (#61810)
     add c4a10e718ae YAML first discovery for connection form metadata (#60410)
     add 10dcb3a5520 Fix timer.duration unit labels in logs (#61824)
     add 8fc49f46d8c Made WinRMOperator deferrable (#60651)
     add a4a6eb2dd76 fix: apply missing partition_key filter in PALK when 
creating DagRun (#61831)
     add 0fb9527117a CI: Upgrade important CI environment (#61840)
     add 71f84fa3d88 Fix scheduler crash when enqueuing TI with null 
dag_version_id (#61813)
     add a9df1220b8a Flush in-memory OTel metrics at process shutdown (#61808)
     add e4c4e3625f5 Persist table columns visibility in local storage (#61858)
     add 1465124ab7e feat(asset-partition): distinguish partition key and 
mapped partition key (#61837)
     add 721b0ed166e Remove redundant debounce-promise dependency from UI 
(#61832)
     add 11d6c74bfe6 Bump the edge-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   (e332909b51f)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-ee9ff40f3f
 (11d6c74bfe6)

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/workflows/ci-image-build.yml               |   3 +
 .pre-commit-config.yaml                            |   2 +-
 airflow-core/.pre-commit-config.yaml               |   1 +
 airflow-core/docs/best-practices.rst               |   2 +-
 .../core_api/services/ui/connections.py            |  13 +-
 .../src/airflow/cli/commands/provider_command.py   |   4 +-
 .../src/airflow/jobs/scheduler_job_runner.py       |  12 +-
 airflow-core/src/airflow/models/taskinstance.py    |   5 +-
 .../__init__.py => observability/stats.py}         |   6 +-
 airflow-core/src/airflow/plugins_manager.py        |   2 +-
 airflow-core/src/airflow/provider.yaml.schema.json | 100 ++++++++
 airflow-core/src/airflow/providers_manager.py      | 188 +++++++++++----
 .../src/airflow/{datasets/metadata.py => stats.py} |  11 +-
 airflow-core/src/airflow/ui/package.json           |   2 -
 airflow-core/src/airflow/ui/pnpm-lock.yaml         |  17 --
 .../airflow/ui/public/i18n/locales/en/common.json  |   1 +
 .../ui/src/components/DataTable/DataTable.tsx      |   6 +-
 .../ui/src/components/SearchDags/SearchDags.tsx    |  47 ++--
 .../src/airflow/ui/src/pages/Run/Header.tsx        |   2 +-
 airflow-core/tests/integration/otel/test_otel.py   |  57 ++++-
 .../tests/unit/always/test_providers_manager.py    | 229 ++++++++++++++++++
 airflow-core/tests/unit/jobs/test_scheduler_job.py |  30 +++
 .../tests/unit/models/test_taskinstance.py         |  26 ++
 chart/Chart.yaml                                   |   5 +
 contributing-docs/05_pull_requests.rst             |  14 +-
 .../23_provider_hook_migration_to_yaml.rst         | 110 +++++++++
 .../airflow_breeze/commands/ci_image_commands.py   |   1 +
 dev/breeze/uv.lock                                 |  30 +--
 devel-common/pyproject.toml                        |   2 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     |  42 +++-
 .../fab/www/views/test_connection_form_fields.py   |  90 +++++--
 providers/google/provider.yaml                     |  66 ++++++
 .../airflow/providers/google/get_provider_info.py  |  51 ++++
 providers/http/provider.yaml                       |   5 +
 .../airflow/providers/http/get_provider_info.py    |   7 +-
 providers/microsoft/winrm/provider.yaml            |   5 +
 .../providers/microsoft/winrm/get_provider_info.py |   6 +
 .../providers/microsoft/winrm/hooks/winrm.py       | 209 ++++++++++------
 .../providers/microsoft/winrm/operators/winrm.py   | 141 +++++++++--
 .../microsoft/winrm/triggers}/__init__.py          |   0
 .../providers/microsoft/winrm/triggers/winrm.py    | 147 ++++++++++++
 .../tests/unit/microsoft/winrm/hooks/test_winrm.py |   7 +-
 .../unit/microsoft/winrm/operators/test_winrm.py   |  58 ++++-
 .../unit/microsoft/winrm/triggers}/__init__.py     |   0
 .../unit/microsoft/winrm/triggers/test_winrm.py    |  85 +++++++
 providers/smtp/provider.yaml                       |   4 +
 .../airflow/providers/smtp/get_provider_info.py    |  10 +-
 ...n_shared.py => check_core_imports_in_shared.py} |  10 +-
 scripts/ci/prek/check_imports_in_providers.py      |   2 +-
 scripts/ci/prek/ruff_format.py                     |   2 +-
 scripts/tools/generate_yaml_format_for_hooks.py    | 262 +++++++++++++++++++++
 .../observability/metrics/otel_logger.py           |  15 +-
 .../airflow_shared/observability/metrics/stats.py  |  28 +++
 .../observability/metrics/test_otel_logger.py      |  36 +++
 task-sdk/src/airflow/sdk/io/fs.py                  |   2 +-
 .../src/airflow/sdk/observability/stats.py         |   8 +-
 task-sdk/src/airflow/sdk/plugins_manager.py        |   2 +-
 task-sdk/src/airflow/sdk/serde/__init__.py         |   2 +-
 58 files changed, 1937 insertions(+), 293 deletions(-)
 copy airflow-core/src/airflow/{listeners/__init__.py => 
observability/stats.py} (84%)
 copy airflow-core/src/airflow/{datasets/metadata.py => stats.py} (78%)
 create mode 100644 contributing-docs/23_provider_hook_migration_to_yaml.rst
 copy {airflow-core/src/airflow/api/common => 
providers/microsoft/winrm/src/airflow/providers/microsoft/winrm/triggers}/__init__.py
 (100%)
 create mode 100644 
providers/microsoft/winrm/src/airflow/providers/microsoft/winrm/triggers/winrm.py
 copy {airflow-core/src/airflow/api/common => 
providers/microsoft/winrm/tests/unit/microsoft/winrm/triggers}/__init__.py 
(100%)
 create mode 100644 
providers/microsoft/winrm/tests/unit/microsoft/winrm/triggers/test_winrm.py
 copy scripts/ci/prek/{check_airflow_imports_in_shared.py => 
check_core_imports_in_shared.py} (88%)
 mode change 100755 => 100644
 create mode 100755 scripts/tools/generate_yaml_format_for_hooks.py
 copy airflow-core/src/airflow/api/client/__init__.py => 
task-sdk/src/airflow/sdk/observability/stats.py (78%)

Reply via email to