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-057aa35235
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 0090b5214f3 chore(deps): bump the core-ui-package-updates group across
1 directory with 50 updates
add 0fb6385832a Fix HTTP 500 on /ui/teams endpoint when using Keycloak
auth manager (#62471)
add 11feaa3779f chore(deps): bump the core-ui-package-updates group across
1 directory with 2 updates (#62474)
add d9ed5adbba8 Fix variable name in `exemple_emr_eks` (#62480)
add eff438a629a Drop support for all Airflow versions below 2.11 in Helm
Chart (#61018)
add 44b0e8a1c48 Adding release documents to RMs for visibility (#62485)
add 5c63abfa204 (doc only) Update `parallelism` parameter description for
KubernetesJobOperator (#62468)
add c1a9854e75b Feat: Add version change indicators for Dag and bundle
versions in Grid view (#53216)
add 6d6f8bf3d04 Variable table handle long words break when values are
expanded (#62416)
add 44502390531 Add rat-exclude copy to release docs (#62484)
add 3fc761f4c53 Bugfix english translation keys (#62488)
add 05a1c9c4e73 Temporarily pin virtualenv to resolve build issues (#62503)
add 3ab2eb9884c fix(amazon): Filter kwargs in AthenaSQLHook to prevent
TypeError (#62227)
add 7dfd39b9385 Migrate alibaba connection UI metadata to YAML (#62379)
add 641ad7382f1 Migrate apache/hive connection UI metadata to YAML (#62380)
add 7e47ead9a5f Migrate apache/spark connection UI metadata to YAML
(#62381)
add 6e8fbd8e5ac Migrate trino/cohere connection UI metadata to YAML
(#62390)
add 4dc0883d055 Return files destination uris in
`GoogleDriverToGCSOperator` and `SheetsToGCSOperator` (#61347)
add ba2384ac8c1 chore(deps): bump rollup (#62507)
add 7205e2622b4 Regulatory update to prek hook that checks core imports in
sdk (#62513)
add 93144ab1578 Add end-to-end feature checklist to Execution API
AGENTS.md (#62481)
add 76679f66610 Cap ``gunicorn`` below 25.1.0 to avoid API server startup
deadlocks (#62524)
add e0ac51784b7 chore(deps): bump the core-ui-package-updates group across
1 directory with 50 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 (0090b5214f3)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-057aa35235
(e0ac51784b7)
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/CODEOWNERS | 3 +
.github/workflows/airflow-distributions-tests.yml | 3 +-
airflow-core/pyproject.toml | 7 +-
.../auth/managers/simple/ui/package-lock.json | 259 +++++++++++++--------
.../auth/managers/simple/ui/package.json | 4 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 32 +--
.../api_fastapi/core_api/datamodels/ui/common.py | 2 +
.../api_fastapi/core_api/datamodels/ui/grid.py | 1 +
.../api_fastapi/core_api/openapi/_private_ui.yaml | 11 +
.../airflow/api_fastapi/core_api/routes/ui/grid.py | 53 +++--
.../api_fastapi/core_api/services/ui/grid.py | 7 +
.../airflow/api_fastapi/execution_api/AGENTS.md | 23 ++
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 19 ++
.../airflow/ui/openapi-gen/requests/types.gen.ts | 2 +
airflow-core/src/airflow/ui/pnpm-lock.yaml | 22 +-
.../airflow/ui/public/i18n/locales/en/common.json | 4 +-
.../src/airflow/ui/public/i18n/locales/en/dag.json | 9 +
.../src/airflow/ui/src/constants/localStorage.ts | 1 +
.../src/constants/showVersionIndicatorOptions.ts | 46 ++++
.../ui/src/layouts/Details/DetailsLayout.tsx | 11 +
.../airflow/ui/src/layouts/Details/Grid/Bar.tsx | 27 ++-
.../airflow/ui/src/layouts/Details/Grid/Grid.tsx | 33 ++-
.../layouts/Details/Grid/TaskInstancesColumn.tsx | 42 +++-
.../src/layouts/Details/Grid/VersionIndicator.tsx | 140 +++++++++++
.../ui/src/layouts/Details/Grid/constants.ts | 10 +-
.../Details/Grid/useGridRunsWithVersionFlags.ts | 74 ++++++
.../ui/src/layouts/Details/PanelButtons.tsx | 12 +
.../src/layouts/Details/VersionIndicatorSelect.tsx | 94 ++++++++
.../airflow/ui/src/pages/Variables/Variables.tsx | 24 +-
.../api_fastapi/core_api/routes/ui/test_grid.py | 100 +++++---
chart/README.md | 5 +-
chart/docs/index.rst | 6 +-
chart/docs/manage-dag-files.rst | 8 +-
chart/docs/production-guide.rst | 9 +-
chart/docs/quick-start.rst | 2 +-
chart/files/pod-template-file.kubernetes-helm-yaml | 2 +-
chart/newsfragments/61018.significant.rst | 4 +
chart/templates/NOTES.txt | 2 +-
chart/templates/_helpers.yaml | 143 +-----------
chart/templates/check-values.yaml | 8 +
chart/templates/configmaps/configmap.yaml | 2 -
.../dag-processor/dag-processor-deployment.yaml | 2 -
.../dag-processor-poddisruptionbudget.yaml | 2 -
.../dag-processor-serviceaccount.yaml | 6 +-
.../pgbouncer/pgbouncer-networkpolicy.yaml | 2 +-
.../security-context-constraint-rolebinding.yaml | 2 -
.../templates/scheduler/scheduler-deployment.yaml | 2 -
.../secrets/result-backend-connection-secret.yaml | 2 +-
.../templates/triggerer/triggerer-deployment.yaml | 8 +-
.../triggerer/triggerer-kedaautoscaler.yaml | 4 +-
.../triggerer/triggerer-networkpolicy.yaml | 3 -
chart/templates/triggerer/triggerer-service.yaml | 3 -
.../triggerer/triggerer-serviceaccount.yaml | 6 +-
.../templates/webserver/webserver-deployment.yaml | 28 ---
chart/templates/workers/worker-deployment.yaml | 2 +-
chart/values.schema.json | 29 +--
chart/values.yaml | 51 +---
dev/README_RELEASE_AIRFLOW.md | 1 +
dev/README_RELEASE_AIRFLOWCTL.md | 1 +
dev/README_RELEASE_HELM_CHART.md | 1 +
dev/README_RELEASE_PROVIDERS.md | 1 +
dev/README_RELEASE_PYTHON_CLIENT.md | 1 +
dev/breeze/pyproject.toml | 1 +
.../commands/release_management_commands.py | 4 +-
.../helm_tests/airflow_aux/test_airflow_common.py | 12 +-
.../helm_tests/airflow_aux/test_annotations.py | 4 +-
.../airflow_aux/test_basic_helm_chart.py | 39 ++--
.../tests/helm_tests/airflow_aux/test_configmap.py | 41 ++--
.../helm_tests/airflow_aux/test_create_user_job.py | 16 +-
.../airflow_aux/test_extra_env_env_from.py | 2 +-
.../airflow_aux/test_migrate_database_job.py | 21 +-
.../airflow_aux/test_pod_template_file.py | 32 +--
.../helm_tests/airflow_aux/test_remote_logging.py | 69 ------
.../helm_tests/airflow_core/test_dag_processor.py | 38 +--
.../tests/helm_tests/airflow_core/test_env.py | 4 +-
.../helm_tests/airflow_core/test_scheduler.py | 52 ++---
.../helm_tests/airflow_core/test_triggerer.py | 28 +--
.../tests/helm_tests/airflow_core/test_worker.py | 45 +---
.../tests/helm_tests/apiserver/test_apiserver.py | 4 +-
helm-tests/tests/helm_tests/other/test_flower.py | 12 +-
.../helm_tests/other/test_git_sync_scheduler.py | 22 +-
.../helm_tests/other/test_git_sync_webserver.py | 241 -------------------
helm-tests/tests/helm_tests/security/test_rbac.py | 13 +-
.../security/test_rbac_pod_log_reader.py | 4 +-
.../test_result_backend_connection_secret.py | 43 +---
.../helm_tests/security/test_security_context.py | 28 ---
.../helm_tests/webserver/test_hpa_webserver.py | 8 +-
.../tests/helm_tests/webserver/test_ingress_web.py | 24 +-
.../helm_tests/webserver/test_pdb_webserver.py | 2 +-
.../tests/helm_tests/webserver/test_webserver.py | 238 ++++++-------------
providers/alibaba/provider.yaml | 51 ++++
.../airflow/providers/alibaba/get_provider_info.py | 26 +++
.../providers/amazon/aws/hooks/athena_sql.py | 27 ++-
.../tests/system/amazon/aws/example_emr_eks.py | 6 +-
.../tests/unit/amazon/aws/hooks/test_athena_sql.py | 33 +++
.../unit/amazon/aws/hooks/test_hooks_signature.py | 10 +-
providers/apache/hive/provider.yaml | 33 +++
.../providers/apache/hive/get_provider_info.py | 19 ++
providers/apache/spark/provider.yaml | 82 +++++++
.../providers/apache/spark/get_provider_info.py | 47 ++++
.../providers/cncf/kubernetes/operators/job.py | 2 +-
providers/cohere/provider.yaml | 4 +
.../airflow/providers/cohere/get_provider_info.py | 4 +
.../google/cloud/transfers/gdrive_to_gcs.py | 7 +-
.../google/cloud/transfers/sheets_to_gcs.py | 22 +-
.../google/cloud/transfers/test_gdrive_to_gcs.py | 4 +-
.../google/cloud/transfers/test_sheets_to_gcs.py | 73 +++++-
.../keycloak/auth_manager/cli/commands.py | 14 +-
.../keycloak/auth_manager/keycloak_auth_manager.py | 15 +-
.../providers/keycloak/auth_manager/resources.py | 1 +
.../keycloak/auth_manager/cli/test_commands.py | 4 +-
.../auth_manager/test_keycloak_auth_manager.py | 42 +++-
providers/trino/provider.yaml | 24 ++
.../airflow/providers/trino/get_provider_info.py | 11 +-
task-sdk/.pre-commit-config.yaml | 14 +-
115 files changed, 1694 insertions(+), 1351 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/src/constants/showVersionIndicatorOptions.ts
create mode 100644
airflow-core/src/airflow/ui/src/layouts/Details/Grid/VersionIndicator.tsx
create mode 100644
airflow-core/src/airflow/ui/src/layouts/Details/Grid/useGridRunsWithVersionFlags.ts
create mode 100644
airflow-core/src/airflow/ui/src/layouts/Details/VersionIndicatorSelect.tsx
create mode 100644 chart/newsfragments/61018.significant.rst
delete mode 100644 helm-tests/tests/helm_tests/other/test_git_sync_webserver.py