This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-db17c02ded
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 5b01d323631 Bump the core-ui-package-updates group across 1 directory
with 60 updates
add 551ad63002c Amend updated breeze param (#59483)
add d34942ef1fa Remove old task SDK RC when creating RC (#59459)
add bef558dfb20 Update the remove old releases function to include
task-sdk (#59468)
add 809f59722db Refactor scheduler_dag_execution_timing.py to use SQLA2
(#59419)
add f74c105741d Fix GitHub Actions workflow: remove unsupported
--previous-release option (#59499)
add 178205f756c Refactor deprecated SQLA models/test_dagrun.py (#59453)
add 6bc5fe925ed Docs: fix typo in documentation overview (#59452)
add 690ad9d8486 Use `get_dialect_name` instead of
`session.get_bind().dialect.name` (#59492)
add 5ee00b317b2 Fix logout route in Keycloak provider so a
KeycloakostError doesn't lead to Internal Server Error in API server (#59382)
add 97b30f412b2 Fix message of _read_from_logs_server when status_code is
403 (#59489)
add 35f74854453 scheduler test: filter captured messages to skip SQLA
debug logs (#59493)
add ce580dc730f Fix Theme Configs (#59473)
add 215ff14d0d3 Add translation for version compare selection placeholder
(#59346)
add d28c8febd7e Fix `KubernetesPodOperator` deferrable mode with
env-defined connection (#41706) (#58841)
add 7934a6953a0 `issue-59385`: Removing unneeded call the
`SnowflakeSqlApiHook` (#59470)
add 0bbc9f12171 fix(i18n): plugins should be translated as 外掛 instead of
插件 in Taiwanese Mandarian (#59513)
add fbbce53abd8 Add pre-commit hook to verify version consistency (#59509)
add 89d56aada77 Bump the core-ui-package-updates group across 1 directory
with 60 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 (5b01d323631)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-db17c02ded
(89d56aada77)
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/basic-tests.yml | 4 +-
.pre-commit-config.yaml | 14 +
airflow-core/pyproject.toml | 2 +-
.../execution_api/routes/task_instances.py | 3 +-
airflow-core/src/airflow/models/dagwarning.py | 4 +-
airflow-core/src/airflow/models/variable.py | 4 +-
airflow-core/src/airflow/ui/package.json | 4 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 306 ++++++++---------
.../airflow/ui/public/i18n/locales/en/common.json | 1 +
.../ui/public/i18n/locales/zh-TW/common.json | 2 +-
.../src/airflow/ui/src/pages/Dag/Code/Code.tsx | 2 +-
airflow-core/src/airflow/ui/src/theme.ts | 14 +-
.../src/airflow/utils/log/file_task_handler.py | 4 +-
airflow-core/tests/unit/jobs/test_scheduler_job.py | 5 +-
airflow-core/tests/unit/utils/test_db_cleanup.py | 10 +-
dev/airflow_perf/scheduler_dag_execution_timing.py | 9 +-
.../output_release-management_start-release.svg | 26 +-
.../output_release-management_start-release.txt | 2 +-
.../commands/release_candidate_command.py | 32 +-
.../src/airflow_breeze/commands/release_command.py | 100 ++++--
.../commands/release_management_commands_config.py | 2 +-
dev/breeze/tests/test_release_candidate_command.py | 187 +++++++++-
dev/breeze/tests/test_release_command.py | 377 +++++++++++++++++++++
docs/README.md | 2 +-
.../providers/cncf/kubernetes/hooks/kubernetes.py | 6 +-
.../providers/cncf/kubernetes/operators/pod.py | 22 +-
.../providers/cncf/kubernetes/triggers/pod.py | 4 +
.../unit/cncf/kubernetes/operators/test_pod.py | 14 +-
.../unit/cncf/kubernetes/triggers/test_pod.py | 47 +++
.../keycloak/auth_manager/keycloak_auth_manager.py | 27 +-
.../keycloak/auth_manager/routes/login.py | 30 +-
.../keycloak/auth_manager/routes/test_login.py | 33 +-
.../snowflake/triggers/snowflake_trigger.py | 21 +-
pyproject.toml | 2 +-
scripts/ci/prek/check_version_consistency.py | 299 ++++++++++++++++
35 files changed, 1344 insertions(+), 277 deletions(-)
create mode 100755 scripts/ci/prek/check_version_consistency.py