This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-0e0f33f6ad
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard d99ee418827 Bump the core-ui-package-updates group across 1 directory
with 3 updates
add 445549aad5e Fix wtforms-mocking condition (#70811)
add 8ef95e77a62 Fix flaky secrets masking test in LLMRetryPolicy (#70823)
add 222db00c174 i18n(Ko):Add missing translations in components.json
(#70764)
add 2f9eb829973 Fix openlineage team name handling, add dag_version_data
and TI note (#70772)
add 36e7d02a40c Deprecating `poll_interval` in `ExternalTaskSensor` for
`poke_interval` (#68997)
add f2ccc0fe7db Implement bulk authorization methods in
KeycloakAuthManager (#70647)
add deb320ca56f Don't fail on dynamic glue rule set reccomendations
(#70801)
add b765336c538 Add Language SDK conformance spec to contributor guide
(#70717)
add a1b8f16d89a Add `type` field sort prek hook for Helm
`values.schema.json` file (#70796)
add edaa4918ba1 Bump the core-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 (d99ee418827)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-0e0f33f6ad
(edaa4918ba1)
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:
.../core_api/services/ui/connections.py | 4 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 24 +-
.../ui/public/i18n/locales/ko/components.json | 13 +-
chart/.pre-commit-config.yaml | 7 +
chart/values.schema.json | 478 ++++++++++-----------
contributing-docs/30_new_language_sdk.rst | 161 ++++++-
...xample_glue_data_quality_with_recommendation.py | 5 +
.../ai/tests/unit/common/ai/policies/test_retry.py | 4 +-
.../keycloak/auth_manager/keycloak_auth_manager.py | 209 ++++++++-
.../auth_manager/test_keycloak_auth_manager.py | 120 ++++++
.../airflow/providers/openlineage/utils/utils.py | 35 +-
.../tests/unit/openlineage/utils/test_utils.py | 154 +++++--
.../providers/standard/sensors/external_task.py | 41 +-
.../standard/sensors/test_external_task_sensor.py | 145 +++++++
... => sort_helm_values_schema_file_type_field.py} | 67 +--
15 files changed, 1133 insertions(+), 334 deletions(-)
copy scripts/ci/prek/{check_init_in_tests.py =>
sort_helm_values_schema_file_type_field.py} (50%)