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

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


 discard 445956a70c2 Bump the edge-ui-package-updates group across 1 directory 
with 16 updates
     add fe5d81a9224 Revert "Use exclude_defaults to prevent explicitly empty 
fields to be in request (#57718)" (#59578)
     add e659539c002 Align prevent rerun messages in line 38 and 68 in i18n 
dags.json (#59562)
     add 1c0b4936d40 Fix Dag Processor logging crash (#59317)
     add e2cd7c609b1 Add log record when listening dag is partitioned but run 
has no key (#59375)
     add f8d1e8831d5 Add missing fields to SQLValueCheckOperator docstring 
(#59409)
     add 1c703068a51 [Chart] Fix rendering condition of 
"git_sync_ssh_key_volume" (#59418)
     add 50e10d667bb Make Edge provider SQLA2 compatible (#59414)
     add dcaad6008e2 Add sqs hook tests (#59586)
     add cb3d5b7d243 Remove unecessary eslint ignores in TriggerDAGForm (#59579)
     add 667b112bca7 Speed up dag parsing for google gen_ai_generative_model 
dag (#59587)
     add 940c7bb970e Use sdk shared library references in serde source code 
(#59591)
     add c36e5ec71dc fix(asset-parition): add a mutex lock to AssetModel when 
updating APDR (#59183)
     add 20c0d5ffaed Update multiple test files to remove SQLAlchemy query 
usage (#59508)
     add fb12e5c6df4 refactor: move task stream filtering logic to endpoint for 
Grid (#58576)
     add 3b6e6bf18e0 Add typescript eslint plugin to other core packages 
(#59605)
     add c1a2b47a620 Remove duplicated call to task instance refresh_from_task 
(#59590)
     add e19c6f5edfa Add typescript eslint plugin to edge3 (#59606)
     add abb7d7c7dbe Bump the edge-ui-package-updates group across 1 directory 
with 16 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   (445956a70c2)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-2c0500fe4f
 (abb7d7c7dbe)

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:
 .pre-commit-config.yaml                            |    4 +
 airflow-core/docs/img/airflow_erd.svg              | 4965 +++++++++-----------
 .../auth/managers/simple/ui/package.json           |    5 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         |  174 +-
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |   22 +
 .../airflow/api_fastapi/core_api/routes/ui/grid.py |   49 +-
 airflow-core/src/airflow/assets/manager.py         |  114 +-
 .../src/airflow/cli/commands/task_command.py       |    1 -
 .../src/airflow/ui/openapi-gen/queries/common.ts   |    7 +-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |   10 +-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |   10 +-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |   10 +-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |   10 +-
 .../ui/openapi-gen/requests/services.gen.ts        |    6 +
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |    3 +
 .../airflow/ui/public/i18n/locales/en/dags.json    |    2 +-
 .../src/components/TriggerDag/TriggerDAGForm.tsx   |    6 +-
 .../airflow/ui/src/layouts/Details/Grid/Grid.tsx   |   61 +-
 .../src/airflow/ui/src/queries/useGridStructure.ts |    9 +
 .../core_api/routes/public/test_variables.py       |    7 +-
 .../api_fastapi/core_api/routes/ui/test_grid.py    |  157 +
 airflow-core/tests/unit/assets/test_manager.py     |   51 +-
 .../tests/unit/cli/commands/test_task_command.py   |   11 +-
 .../bundles/test_dag_bundle_manager.py             |   23 +-
 airflow-ctl/src/airflowctl/api/operations.py       |   72 +-
 .../src/airflowctl/ctl/commands/dag_command.py     |    3 +-
 chart/files/pod-template-file.kubernetes-helm-yaml |    2 +-
 .../react_plugin_template/package.json             |    5 +-
 .../react_plugin_template/pnpm-lock.yaml           |  163 +-
 .../tests/helm_tests/airflow_aux/test_configmap.py |   46 +
 .../amazon/tests/unit/amazon/aws/hooks/test_sqs.py |  132 +-
 providers/common/sql/docs/operators.rst            |   23 +
 .../airflow/providers/common/sql/operators/sql.py  |    3 +
 ...reshold_check.py => example_sql_value_check.py} |   26 +-
 .../providers/edge3/executors/edge_executor.py     |   47 +-
 .../providers/edge3/plugins/www/dist/main.umd.cjs  |   16 +-
 .../providers/edge3/plugins/www/package.json       |    7 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     |  266 +-
 .../unit/edge3/executors/test_edge_executor.py     |   17 +-
 .../unit/edge3/worker_api/routes/test_jobs.py      |    7 +-
 .../unit/edge3/worker_api/routes/test_logs.py      |    6 +-
 .../tests/unit/edge3/worker_api/routes/test_ui.py  |    3 +-
 .../unit/edge3/worker_api/routes/test_worker.py    |   14 +-
 providers/edge3/www-hash.txt                       |    2 +-
 .../gen_ai/example_gen_ai_generative_model.py      |   38 +-
 .../src/airflow/sdk/execution_time/supervisor.py   |    8 +-
 task-sdk/src/airflow/sdk/serde/__init__.py         |    2 +-
 .../src/airflow/sdk/serde/serializers/datetime.py  |    2 +-
 .../src/airflow/sdk/serde/serializers/timezone.py  |    2 +-
 49 files changed, 3524 insertions(+), 3105 deletions(-)
 copy 
providers/common/sql/tests/system/common/sql/{example_sql_threshold_check.py => 
example_sql_value_check.py} (68%)

Reply via email to