This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-3-test/3-3-core-ui-package-updates-ee83919080
in repository https://gitbox.apache.org/repos/asf/airflow.git
from b17cc9a11bc Bump the 3-3-core-ui-package-updates group across 1
directory with 17 updates
add ff75d24f032 Fix grid/graph view topological sort for group-level and
cross-group dependencies (#69933) (#70591)
add 655ffab586f Bump the 3-3-fab-ui-package-updates group across 1
directory with 7 updates (#70605)
add 9790a30a1ff Bump the 3-3-auth-ui-package-updates group across 1
directory with 10 updates (#70610)
add bacf9cfbad4 [v3-3-test] Speed up constraints-version-check by
resolving the baseline once (#70559) (#70596)
add 15ec9f0e0b0 [v3-3-test] Catch lang-SDK Go example module drift before
it reaches main (#70568) (#70624)
add 32c4483fcd9 Bump the 3-3-edge-ui-package-updates group across 1
directory with 29 updates (#70615)
add 7d04ece9a46 Bump the 3-3-ui-plugin-template-package-updates group
across 1 directory with 22 updates (#70612)
add 4a548737885 Bump the github-actions-updates group with 5 updates
(#70613)
add 82fe885f4c2 [v3-3-test] Fix Grid view scrollbar hiding latest Dags run
(#69693) (#70555)
add 7c66d3b95be [v3-3-test] UI: Move JSON validation and prettifying into
JsonEditor (#70380) (#70554)
add 4719bb19da7 [v3-3-test] Clarify provider release testing status issue
creation instructions (#70356) (#70633)
add dbac0f19046 Bump the 3-3-registry-package-updates group across 1
directory with 2 updates (#70599)
add 4bc20e6e938 [v3-3-test] Clarify ``logging_config_class`` contract and
document ``REMOTE_TASK_LOG`` (#67104) (#70592)
add 690a64dc2f4 [v3-3-test] Fix #60763: Deactivate legacy DAGs with NULL
bundle_name during upgrade from 2.x to 3.x (#61019) (#70662)
add a877fa89f42 [v3-3-test] Make deadline reads and serialization robust
to dynamic/malformed intervals (#68919) (#70625)
add 41356404c2b [v3-3-test] Regenerate UI client and fix deadline alerts
with no fixed interval (#70637) (#70659)
add ab5532080c6 Add missing Simplified Chinese (zh-CN) translations for
dashboard and HITL (#70418)
add 875ac494a73 Add missing Simplified Chinese (zh-CN) translations for
dags, components, admin (#70419)
add ece81dd2b8e [v3-3-test] Review and update constraint dependencies
(#70652) (#70664)
add cdd806777a2 Bump eslint (#70698)
add 1d6dd85bd1a [v3-3-test] Hide run-on-latest-version option for
non-versioned bundles (#70427) (#70702)
add 4030dc4f598 [v3-3-test] Standardize Alembic migration descriptions and
add a style lint (#69537) (#70262)
add 0e415137601 Add missing Simplified Chinese (zh-CN) translations in
common.json (#70417)
add d08ac289ef8 [v3-3-test] add ownership (#70443) (#70447)
add 1ca02983ac6 [v3-3-test] Docs: clarify Databricks retry_delay uses
exponential backoff (#68622) (#70729)
add f888b94ff64 Revert "[v3-3-test] Docs: clarify Databricks retry_delay
uses exponential backoff (#68622) (#70729)"
add e45fb5c990b [v3-3-test] Document jwt_secret _secret and
LocalFilesystemBackend config support (#67940) (#70730)
add 9235e5c91af [v3-3-test] Fix getsection() dropping env-var overrides on
lazy-registered provider sections (#68895) (#70732)
add 79d52f5ad08 [v3-3-test] Improve SQLite test DB health checks (#68021)
(#70733)
add 07653ca3b83 [v3-3-test] Add run_type tag to dagrun.duration.failed
timeout metric (#67765) (#70731)
add 19cf2f33a07 [v3-3-test] Tidy taskgroup topo-sort tests; note why grid
group_dict is uncached (#70590) (#70686)
add c93ea0cb300 Bump the 3-3-uv-dependency-updates group in /dev/breeze
with 8 updates (#70608)
add ae84ab6935f Fix secrets not masked in Rendered Templates view with
KubernetesPodOperator (#68975) (#70756)
add fcfe46b68f8 Fix NPM vulenaribilities in simple auth manager (#70191)
(#70753)
add 1e07bdae52f Fix sphinx build error (#69505) (#70761)
add 7d21d27bdf0 Merge branch 'v3-3-test' into
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-3-test/3-3-core-ui-package-updates-ee83919080
No new revisions were added by this update.
Summary of changes:
.github/CODEOWNERS | 2 +-
.github/workflows/ci-image-checks.yml | 2 +-
.github/workflows/codeql-analysis.yml | 6 +-
.github/workflows/publish-docs-to-s3.yml | 2 +-
.github/workflows/registry-backfill.yml | 4 +-
.github/workflows/registry-build.yml | 2 +-
.github/workflows/registry-tests.yml | 2 +-
.pre-commit-config.yaml | 19 +-
.../advanced-logging-configuration.rst | 53 +-
airflow-core/docs/best-practices.rst | 2 +-
airflow-core/docs/howto/set-config.rst | 1 +
airflow-core/docs/migrations-ref.rst | 34 +-
.../local-filesystem-secrets-backend.rst | 47 +-
airflow-core/newsfragments/67765.bugfix.rst | 1 +
airflow-core/pyproject.toml | 2 +-
.../auth/managers/simple/ui/package.json | 23 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 510 +-
.../api_fastapi/core_api/datamodels/ui/deadline.py | 31 +-
.../api_fastapi/core_api/openapi/_private_ui.yaml | 14 +-
.../api_fastapi/core_api/routes/ui/deadlines.py | 2 +-
.../airflow/api_fastapi/core_api/routes/ui/grid.py | 24 +-
.../api_fastapi/core_api/routes/ui/structure.py | 6 +-
.../api_fastapi/core_api/services/ui/grid.py | 7 +-
.../api_fastapi/core_api/services/ui/task_group.py | 56 +-
.../config_templates/airflow_local_settings.py | 8 +
.../src/airflow/config_templates/config.yml | 9 +-
airflow-core/src/airflow/dag_processing/manager.py | 12 +-
.../src/airflow/jobs/scheduler_job_runner.py | 2 +-
airflow-core/src/airflow/logging_config.py | 50 +-
...03_2_7_0_add_include_deferred_column_to_pool.py | 2 +-
.../0004_2_8_0_add_clear_number_to_dag_run.py | 2 +-
...011_2_9_0_add_dataset_expression_in_dagmodel.py | 2 +-
...2_9_0_adding_adding_max_failure_runs_column_.py | 2 +-
...014_2_9_0_add_display_name_for_dag_and_task_.py | 2 +-
.../0015_2_9_0_update_trigger_kwargs_type.py | 2 +-
.../0019_2_10_0_add_new_executor_field_to_db.py | 2 +-
...2_10_0_added_dagpriorityparsingrequest_table.py | 2 +-
.../0043_3_0_0_remove_scheduler_lock_column.py | 2 +-
.../versions/0047_3_0_0_add_dag_versioning.py | 2 +-
...task_instance_trigger_timeout_to_utcdatetime.py | 2 +-
..._3_0_0_remove_pickled_data_from_dagrun_table.py | 2 +-
...3_0_0_add_new_task_instance_field_scheduled_.py | 2 +-
.../0059_3_0_0_remove_external_trigger_field.py | 2 +-
...4_3_1_0_add_last_parse_duration_to_dag_model.py | 2 +-
...3_2_0_replace_asset_trigger_table_with_asset.py | 2 +-
...0_3_2_0_add_timetable_type_to_dag_table_for_.py | 2 +-
.../src/airflow/secrets/local_filesystem.py | 1 +
.../airflow/serialization/definitions/taskgroup.py | 25 +-
.../ui/openapi-gen/queries/ensureQueryData.ts | 2 +-
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 2 +-
.../src/airflow/ui/openapi-gen/queries/queries.ts | 2 +-
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 2 +-
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 13 +-
.../ui/openapi-gen/requests/services.gen.ts | 2 +-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 6 +-
.../src/airflow/ui/public/i18n/locales/en/dag.json | 1 +
.../ui/public/i18n/locales/zh-CN/admin.json | 1 +
.../ui/public/i18n/locales/zh-CN/common.json | 66 +-
.../ui/public/i18n/locales/zh-CN/components.json | 2 +
.../airflow/ui/public/i18n/locales/zh-CN/dags.json | 2 +
.../ui/public/i18n/locales/zh-CN/dashboard.json | 18 +
.../airflow/ui/public/i18n/locales/zh-CN/hitl.json | 14 +
.../ui/src/components/Clear/Run/ClearRunDialog.tsx | 21 +-
.../Clear/TaskInstance/runOnLatestVersion.test.ts | 17 +-
.../Clear/TaskInstance/runOnLatestVersion.ts | 3 +-
.../airflow/ui/src/components/JsonEditor.test.tsx | 86 +
.../src/airflow/ui/src/components/JsonEditor.tsx | 23 +-
.../airflow/ui/src/layouts/Details/Grid/Grid.tsx | 28 +-
.../ui/src/pages/Asset/CreateAssetEventModal.tsx | 21 +-
.../ui/src/pages/Dag/DeadlineAlertsBadge.test.tsx | 89 +
.../ui/src/pages/Dag/DeadlineAlertsBadge.tsx | 13 +-
.../ui/src/pages/Dag/Overview/DeadlineRow.tsx | 20 +-
.../airflow/ui/src/pages/Run/DeadlineStatus.tsx | 23 +-
.../ui/src/pages/Run/DeadlineStatusModal.tsx | 16 +-
.../src/airflow/ui/src/utils/datetimeUtils.test.ts | 17 +
.../src/airflow/ui/src/utils/datetimeUtils.ts | 7 +
.../src/airflow/ui/src/utils/deadlines.test.ts | 52 +
airflow-core/src/airflow/ui/src/utils/deadlines.ts | 44 +
airflow-core/src/airflow/utils/db_manager.py | 8 +
.../core_api/routes/ui/test_deadlines.py | 83 +-
airflow-core/tests/unit/core/test_configuration.py | 30 +
.../tests/unit/dag_processing/test_manager.py | 42 +-
airflow-core/tests/unit/jobs/test_scheduler_job.py | 38 +
.../tests/unit/logging/test_logging_config.py | 63 +
airflow-core/tests/unit/utils/test_db_manager.py | 8 +
airflow-core/tests/unit/utils/test_task_group.py | 129 +-
contributing-docs/14_metadata_database_updates.rst | 4 +-
dev/README_RELEASE_PROVIDERS.md | 88 +-
.../utils/constraints_version_check.py | 211 +-
dev/breeze/tests/test_constraints_version_check.py | 169 +
dev/breeze/uv.lock | 84 +-
.../react_plugin_template/package.json | 44 +-
.../react_plugin_template/pnpm-lock.yaml | 2845 ++++----
devel-common/src/tests_common/pytest_plugin.py | 178 +-
.../tests/unit/tests_common/test_pytest_plugin.py | 463 ++
providers/.pre-commit-config.yaml | 8 +
providers/databricks/README.rst | 2 +-
providers/databricks/docs/index.rst | 2 +-
providers/databricks/pyproject.toml | 2 +-
.../providers/edge3/plugins/www/package.json | 58 +-
.../providers/edge3/plugins/www/pnpm-lock.yaml | 3079 ++++-----
.../fab/src/airflow/providers/fab/www/package.json | 14 +-
.../src/airflow/providers/fab/www/pnpm-lock.yaml | 724 +-
pyproject.toml | 8 +-
registry/package.json | 4 +-
registry/pnpm-lock.yaml | 150 +-
scripts/ci/prek/check_go_example_mod_tidy.py | 126 +
scripts/ci/prek/check_migration_patterns.py | 52 +-
scripts/ci/prek/update_airflow_pyproject_toml.py | 4 +-
scripts/in_container/run_generate_constraints.py | 18 +-
.../ci/prek/test_check_go_example_mod_tidy.py | 99 +
.../tests/ci/prek/test_check_migration_patterns.py | 67 +-
.../src/airflow_shared/configuration/parser.py | 2 +-
shared/dagnode/src/airflow_shared/dagnode/node.py | 38 +
.../logging/src/airflow_shared/logging/remote.py | 20 +-
task-sdk/src/airflow/sdk/definitions/taskgroup.py | 23 +-
task-sdk/src/airflow/sdk/execution_time/context.py | 28 +-
task-sdk/src/airflow/sdk/log.py | 7 +-
.../tests/task_sdk/definitions/test_taskgroup.py | 3 +-
.../tests/task_sdk/execution_time/test_context.py | 93 +
uv.lock | 7275 +++++++++++---------
121 files changed, 10559 insertions(+), 7440 deletions(-)
create mode 100644 airflow-core/newsfragments/67765.bugfix.rst
create mode 100644
airflow-core/src/airflow/ui/src/components/JsonEditor.test.tsx
create mode 100644
airflow-core/src/airflow/ui/src/pages/Dag/DeadlineAlertsBadge.test.tsx
create mode 100644 airflow-core/src/airflow/ui/src/utils/deadlines.test.ts
create mode 100644 airflow-core/src/airflow/ui/src/utils/deadlines.ts
create mode 100644 dev/breeze/tests/test_constraints_version_check.py
create mode 100644 devel-common/tests/unit/tests_common/test_pytest_plugin.py
create mode 100755 scripts/ci/prek/check_go_example_mod_tidy.py
mode change 100644 => 100755 scripts/ci/prek/check_migration_patterns.py
create mode 100644 scripts/tests/ci/prek/test_check_go_example_mod_tidy.py