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

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


 discard 64ed8d67160 Bump the fab-ui-package-updates group across 1 directory 
with 2 updates
     add 5943518af8d fix dag import (#57729)
     add 6d75a7f8d1c Convert distributions list parameter into space separated 
one (#57737)
     add 292c8f505ea fix(providers-weaviate): honor connection port for HTTP, 
add param tests (#57742)
     add 841c2d96e8e Simplify typing in TriggerRuleDep (#57733)
     add 7fe172dc427 Fix Fab auth manager with `securecookie` as session 
backend (#57578)
     add a0c346dcadf EKS sensors before delete operations (#57655)
     add f00fb3c6f2f fix typo (#57771)
     add b81f7c2bc8c Fix mypy static errors in main (task SDK and devel-common) 
(#57772)
     add 86c0848a30c Fix loading providers hooks fields w/o FAB provider 
installed (#57717)
     add b397baa4437 Customize statsd dagprocessor labels (#55832)
     add bf1c2da039a Fix mypy static errors in fab provider (#57761)
     add 61f3d5aac00 Fix mypy errors in `common/compat` (#57759)
     add 734960df055 Fix mypy static errors in standard provider (#57762)
     add b603ccb978c Add missing failure retry case for Bedrock (#57777)
     add 32c811b68a2 fix typo (#57783)
     add d4477952bf3 Fix mypy static errors in `devel-common` (#57774)
     add d3ea413fe70 Remove a couple of unused imports in ti dep (#57724)
     add e05849de0b4 fix(task_instance): Ignore NotFullyPopulated if the task 
might be triggered due to trigger rule setup (#57474)
     add 73d4cd63166 Remove unused TIDep.get_failure_reasons() (#57725)
     add d241ac7d8c5 update docs (#57770)
     add ec5cfd7edce Fix plugin import error alignment issue (#57787)
     add 72e3026c8e3 Enable PT006 rule to task_sdk tests (#57784)
     add 827e090824a Add number of queries guard in public task instances list 
endpoints (#57645)
     add 1e2e9e9a87b Fix duplicate mention of 'Dags' and 'tasks' in 
overview.rst (#57524)
     add 101f1accecc Reimplement Sentry integration in Task SDK (#57032)
     add 4bfa9115995 Fix HITLResponse datamodel name (#57795)
     add 45678e8ad4c feat(task_instances): Add operator_name_pattern 
pool_pattern queue_pattern as search filter (#57571)
     add a7456333bf6 Fix MyPy type errors in providers in cncf/kubernetes 
provider  (#57563)
     add 4994286d647 better error handling in SnowflakeHook and PostgresHook 
when old version of AzureBaseHook (#57184)
     add 1242e07c0fe Refactor AuthManager from app.state to FastAPI dependency 
(#57665)
     add 451f1dfa816 Fix remote user authentication in Fab auth manager (#57775)
     add 0123c474e1e Remove adal dependency (#57798)
     add f9bbdee528c Bump the fab-ui-package-updates group across 1 directory 
with 2 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   (64ed8d67160)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-d29c62a59c
 (f9bbdee528c)

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:
 airflow-core/docs/core-concepts/overview.rst       |    4 +-
 airflow-core/docs/extra-packages-ref.rst           |   16 +-
 airflow-core/docs/img/airflow_erd.sha256           |    2 +-
 airflow-core/docs/img/airflow_erd.svg              | 4849 +++++++++++---------
 airflow-core/pyproject.toml                        |    7 +-
 .../api_fastapi/common/db/task_instances.py        |   39 +-
 .../src/airflow/api_fastapi/common/parameters.py   |   18 +
 .../api_fastapi/core_api/datamodels/hitl.py        |    2 +-
 .../core_api/datamodels/task_instance_history.py   |    4 +-
 .../core_api/openapi/v2-rest-api-generated.yaml    |   78 +-
 .../api_fastapi/core_api/routes/public/auth.py     |   12 +-
 .../core_api/routes/public/task_instances.py       |   32 +-
 .../src/airflow/api_fastapi/core_api/security.py   |   45 +-
 .../core_api/services/ui/connections.py            |   98 +-
 .../execution_api/datamodels/taskinstance.py       |    7 +
 .../execution_api/routes/task_instances.py         |   63 +-
 .../src/airflow/config_templates/config.yml        |    7 +-
 .../src/airflow/dag_processing/collection.py       |    2 +-
 ...9_3_2_0_add_human_in_the_loop_detail_history.py |    2 +-
 airflow-core/src/airflow/sentry.py                 |  196 -
 .../src/airflow/ti_deps/deps/base_ti_dep.py        |   24 +-
 .../airflow/ti_deps/deps/ready_to_reschedule.py    |    9 +-
 .../src/airflow/ti_deps/deps/trigger_rule_dep.py   |   62 +-
 .../src/airflow/ui/openapi-gen/queries/common.ts   |   14 +-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |   20 +-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |   20 +-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |   20 +-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |   20 +-
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |    6 +-
 .../ui/openapi-gen/requests/services.gen.ts        |   12 +
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |   28 +-
 .../pages/Dashboard/Stats/PluginImportErrors.tsx   |   34 +-
 airflow-core/src/airflow/utils/cli.py              |    3 +-
 .../core_api/routes/public/test_task_instances.py  |  142 +-
 .../unit/api_fastapi/core_api/test_security.py     |   37 +
 .../versions/head/test_task_instances.py           |  204 +-
 .../tests/unit/cli/commands/test_dag_command.py    |    6 +-
 airflow-core/tests/unit/core/test_sentry.py        |  197 -
 .../tests/unit/dag_processing/test_processor.py    |    2 +
 airflow-core/tests/unit/jobs/test_triggerer_job.py |    2 +
 airflow-core/tests/unit/plugins/test_plugin.py     |   24 +-
 .../ti_deps/deps/test_ready_to_reschedule_dep.py   |    5 -
 .../src/airflowctl/api/datamodels/generated.py     |    4 +-
 chart/docs/customizing-labels.rst                  |   59 +
 chart/docs/index.rst                               |    1 +
 .../dag-processor/dag-processor-deployment.yaml    |    4 +-
 .../dag-processor-serviceaccount.yaml              |    4 +-
 chart/templates/redis/redis-networkpolicy.yaml     |    4 +-
 chart/templates/redis/redis-service.yaml           |    4 +-
 chart/templates/redis/redis-serviceaccount.yaml    |    4 +-
 chart/templates/redis/redis-statefulset.yaml       |    4 +-
 chart/templates/statsd/statsd-deployment.yaml      |    4 +-
 chart/templates/statsd/statsd-ingress.yaml         |    4 +-
 chart/templates/statsd/statsd-networkpolicy.yaml   |    4 +-
 chart/templates/statsd/statsd-service.yaml         |    4 +-
 chart/templates/statsd/statsd-serviceaccount.yaml  |    4 +-
 chart/values.schema.json                           |   24 +
 chart/values.yaml                                  |   11 +
 dev/README_RELEASE_PROVIDERS.md                    |    4 +-
 dev/breeze/doc/images/output-commands.svg          |    4 +-
 dev/breeze/doc/images/output_build-docs.svg        |    2 +-
 dev/breeze/doc/images/output_build-docs.txt        |    2 +-
 ...e-management_prepare-provider-distributions.svg |    2 +-
 ...e-management_prepare-provider-distributions.txt |    2 +-
 .../output_release-management_publish-docs.svg     |    2 +-
 .../output_release-management_publish-docs.txt     |    2 +-
 .../doc/images/output_testing_helm-tests.svg       |   54 +-
 .../doc/images/output_testing_helm-tests.txt       |    2 +-
 .../airflow_breeze/commands/developer_commands.py  |    4 +-
 .../commands/release_management_commands.py        |    8 +-
 devel-common/src/tests_common/pytest_plugin.py     |    4 +
 .../tests_common/test_utils/api_client_helpers.py  |    4 +
 .../src/tests_common/test_utils/system_tests.py    |    3 +-
 .../tests/helm_tests/dagprocessor}/__init__.py     |    0
 .../dagprocessor/test_labels_deployment.py         |  101 +
 .../dagprocessor/test_labels_service_account.py    |   95 +
 .../tests/helm_tests/redis}/__init__.py            |    0
 .../helm_tests/redis/test_labels_networkpolicy.py  |  103 +
 .../tests/helm_tests/redis/test_labels_service.py  |   99 +
 .../helm_tests/redis/test_labels_serviceaccount.py |  105 +
 .../helm_tests/redis/test_labels_statefulset.py    |  119 +
 .../tests/helm_tests/statsd}/__init__.py           |    0
 .../helm_tests/statsd/test_labels_deployment.py    |  113 +
 .../tests/helm_tests/statsd/test_labels_ingress.py |   98 +
 .../helm_tests/statsd/test_labels_networkpolicy.py |   98 +
 .../tests/helm_tests/statsd/test_labels_service.py |   94 +
 .../statsd/test_labels_serviceaccount.py           |   94 +
 .../providers/amazon/aws/operators/bedrock.py      |    2 +
 .../aws/example_eks_with_fargate_in_one_step.py    |   10 +
 .../amazon/aws/example_eks_with_fargate_profile.py |   19 +
 .../aws/example_eks_with_nodegroup_in_one_step.py  |   10 +
 .../amazon/aws/example_eks_with_nodegroups.py      |   19 +
 .../unit/amazon/aws/operators/test_bedrock.py      |   58 +
 .../tests/unit/atlassian/jira/hooks/test_jira.py   |    2 +-
 .../kubernetes/executors/kubernetes_executor.py    |   13 +-
 .../providers/common/compat/sqlalchemy/orm.py      |    2 +-
 .../fab/auth_manager/api_fastapi/sorting.py        |    5 +-
 .../fab/auth_manager/security_manager/override.py  |   34 +
 providers/fab/src/airflow/providers/fab/www/app.py |    2 +
 .../airflow/providers/fab/www/package-lock.json    |   16 +-
 .../fab/src/airflow/providers/fab/www/package.json |    2 +-
 .../fab/src/airflow/providers/fab/www/session.py   |   13 +-
 providers/fab/www-hash.txt                         |    2 +-
 providers/microsoft/azure/pyproject.toml           |    1 -
 providers/postgres/pyproject.toml                  |    2 +-
 .../airflow/providers/postgres/hooks/postgres.py   |   18 +-
 .../tests/unit/postgres/hooks/test_postgres.py     |   16 +-
 providers/snowflake/pyproject.toml                 |    2 +-
 .../airflow/providers/snowflake/hooks/snowflake.py |   20 +-
 .../tests/unit/snowflake/hooks/test_snowflake.py   |   14 +-
 .../providers/standard/sensors/external_task.py    |    3 +-
 .../providers/standard/triggers/external_task.py   |    4 +-
 .../airflow/providers/weaviate/hooks/weaviate.py   |    2 +-
 .../tests/unit/weaviate/hooks/test_weaviate.py     |   42 +-
 pyproject.toml                                     |   11 +-
 scripts/ci/prek/update_airflow_pyproject_toml.py   |   11 +
 task-sdk/pyproject.toml                            |    6 +
 task-sdk/src/airflow/sdk/api/client.py             |    6 +
 .../src/airflow/sdk/api/datamodels/_generated.py   |    8 +
 task-sdk/src/airflow/sdk/definitions/dag.py        |    2 +
 task-sdk/src/airflow/sdk/execution_time/comms.py   |   24 +
 .../airflow/sdk/execution_time/sentry/__init__.py  |   21 +-
 .../sdk/execution_time/sentry/configured.py        |  152 +
 .../src/airflow/sdk/execution_time/sentry/noop.py  |   51 +
 .../src/airflow/sdk/execution_time/supervisor.py   |    5 +
 .../src/airflow/sdk/execution_time/task_runner.py  |   12 +
 .../tests/task_sdk/definitions/test_variables.py   |    4 +-
 .../tests/task_sdk/execution_time/test_context.py  |   18 +-
 .../tests/task_sdk/execution_time/test_sentry.py   |  243 +
 .../task_sdk/execution_time/test_supervisor.py     |   43 +-
 .../task_sdk/execution_time/test_task_runner.py    |   39 +-
 task-sdk/tests/task_sdk/io/test_path.py            |    2 +-
 132 files changed, 5604 insertions(+), 3122 deletions(-)
 copy task-sdk/tests/task_sdk/dags/super_basic_run.py => 
airflow-core/src/airflow/api_fastapi/common/db/task_instances.py (50%)
 delete mode 100644 airflow-core/src/airflow/sentry.py
 delete mode 100644 airflow-core/tests/unit/core/test_sentry.py
 create mode 100644 chart/docs/customizing-labels.rst
 copy {airflow-core/src/airflow/_shared => 
helm-tests/tests/helm_tests/dagprocessor}/__init__.py (100%)
 create mode 100644 
helm-tests/tests/helm_tests/dagprocessor/test_labels_deployment.py
 create mode 100644 
helm-tests/tests/helm_tests/dagprocessor/test_labels_service_account.py
 copy {airflow-core/src/airflow/_shared => 
helm-tests/tests/helm_tests/redis}/__init__.py (100%)
 create mode 100644 
helm-tests/tests/helm_tests/redis/test_labels_networkpolicy.py
 create mode 100644 helm-tests/tests/helm_tests/redis/test_labels_service.py
 create mode 100644 
helm-tests/tests/helm_tests/redis/test_labels_serviceaccount.py
 create mode 100644 helm-tests/tests/helm_tests/redis/test_labels_statefulset.py
 copy {airflow-core/src/airflow/_shared => 
helm-tests/tests/helm_tests/statsd}/__init__.py (100%)
 create mode 100644 helm-tests/tests/helm_tests/statsd/test_labels_deployment.py
 create mode 100644 helm-tests/tests/helm_tests/statsd/test_labels_ingress.py
 create mode 100644 
helm-tests/tests/helm_tests/statsd/test_labels_networkpolicy.py
 create mode 100644 helm-tests/tests/helm_tests/statsd/test_labels_service.py
 create mode 100644 
helm-tests/tests/helm_tests/statsd/test_labels_serviceaccount.py
 copy 
providers/keycloak/src/airflow/providers/keycloak/auth_manager/datamodels/token.py
 => task-sdk/src/airflow/sdk/execution_time/sentry/__init__.py (70%)
 create mode 100644 task-sdk/src/airflow/sdk/execution_time/sentry/configured.py
 create mode 100644 task-sdk/src/airflow/sdk/execution_time/sentry/noop.py
 create mode 100644 task-sdk/tests/task_sdk/execution_time/test_sentry.py

Reply via email to