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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-6b1982b9af
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 5b6c235d820 Bump the ui-plugin-template-package-updates group across 1 
directory with 18 updates
     add 05c3386ef4f Fixed Variable Page tests (#62133)
     add 4990e07b95a Add Filtering to Edge UI Plugin Jobs Page (#61934)
     add 0a307cce79a Fix webserver.defaultUser.enabled=false not honored 
(#62143)
     add f055d7d615c Bump the edge-ui-package-updates group across 1 directory 
with 11 updates (#62040)
     add 32d242f18ac Add display_filename parameter to SlackAPIFileOperator 
(#62112)
     add 446b6ae6359 Add SageMaker Unified Studio domain_id, project_id, 
domain_region as new parameters to SageMakerNotebookOperator (#62147)
     add 4404bc05b3e Add missing conn-fields for providers migrated to yaml 
(#62116)
     add fcb2eb64704 Introduce EdgeDBManager: Independent Provider Specific 
Database Schema Management (#61155)
     add 13fd146bf27 [Part 2] Migrate connection UI metadata to YAML for more 
providers (#62109)
     add bdf8977d07d feat(i18n): Complete Hindi (hi) translations to 100% 
coverage (#62130)
     add 10cd08dff89 Use contextlib.suppress({exception}) instead of 
try-except-pass (#62156)
     add 84c2f7bac15 Bump react and react-dom version (#61649)
     add e8c261fb606 Fix SPDX licence to move URL to separate line (#62145)
     add b5e546d36dc add SKILL.md and zh-CN agent skill instruction (#62059)
     add 76abfd5ee22 modified command in breeze readme (#62173)
     add 29a0a99b58d [Part 3] Migrate connection UI metadata to YAML for more 
providers (#62165)
     add 2ada89f8c70 fix(providers/fab): restore OAuth callback route exposure 
(#62151)
     add d2d9c50952a Bump the ui-plugin-template-package-updates group across 1 
directory with 18 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   (5b6c235d820)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/dev/react-plugin-tools/react_plugin_template/ui-plugin-template-package-updates-6b1982b9af
 (d2d9c50952a)

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/PULL_REQUEST_TEMPLATE.md                   |   4 +-
 .github/SECURITY.md                                |   3 +-
 .github/skills/airflow-translations/SKILL.md       | 164 +++++
 .../skills/airflow-translations/locales/zh-CN.md   | 123 ++++
 .pre-commit-config.yaml                            |  22 +-
 AGENTS.md                                          |   4 +-
 .../src/airflow/api_fastapi/core_api/security.py   |   7 +-
 airflow-core/src/airflow/ui/package.json           |   6 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 350 +++++-----
 .../airflow/ui/public/i18n/locales/hi/admin.json   |  26 +-
 .../airflow/ui/public/i18n/locales/hi/assets.json  |  10 +-
 .../airflow/ui/public/i18n/locales/hi/browse.json  |  26 +-
 .../airflow/ui/public/i18n/locales/hi/common.json  |  46 +-
 .../ui/public/i18n/locales/hi/components.json      |  30 +
 .../src/airflow/ui/public/i18n/locales/hi/dag.json |  66 +-
 .../airflow/ui/public/i18n/locales/hi/dags.json    |   5 +
 .../ui/public/i18n/locales/hi/dashboard.json       |   3 +-
 .../airflow/ui/public/i18n/locales/hi/hitl.json    |  14 +
 .../airflow/ui/public/i18n/locales/hi/tasks.json   |  10 +
 .../airflow/ui/tests/e2e/specs/variable.spec.ts    |   6 +-
 chart/templates/NOTES.txt                          |  10 +-
 chart/templates/_helpers.yaml                      |  13 +
 chart/templates/jobs/create-user-job.yaml          |   2 +-
 .../security-context-constraint-rolebinding.yaml   |   2 +-
 dev/breeze/README.md                               |   2 +-
 docs/spelling_wordlist.txt                         |   2 +
 .../helm_tests/airflow_aux/test_create_user_job.py |  63 ++
 .../helm_tests/security/test_scc_rolebinding.py    |  29 +
 .../amazon/aws/hooks/sagemaker_unified_studio.py   |  44 +-
 .../aws/operators/sagemaker_unified_studio.py      |  36 +-
 .../aws/hooks/test_sagemaker_unified_studio.py     |  98 ++-
 .../aws/operators/test_sagemaker_unified_studio.py |  76 +++
 providers/apprise/provider.yaml                    |  21 +
 .../airflow/providers/apprise/get_provider_info.py |  11 +
 providers/cncf/kubernetes/provider.yaml            |  64 ++
 .../providers/cncf/kubernetes/get_provider_info.py |  29 +
 providers/datadog/provider.yaml                    |  35 +
 .../airflow/providers/datadog/get_provider_info.py |  11 +
 providers/discord/provider.yaml                    |   7 +
 .../airflow/providers/discord/get_provider_info.py |   3 +
 providers/docker/provider.yaml                     |  22 +
 .../airflow/providers/docker/get_provider_info.py  |  13 +
 providers/edge3/.pre-commit-config.yaml            |  10 +
 .../src/airflow/providers/edge3}/alembic.ini       |   0
 .../providers/edge3/executors/edge_executor.py     |  59 +-
 .../airflow/providers/edge3/migrations}/README.md  |   2 +
 .../providers/edge3/migrations}/__init__.py        |   0
 .../src/airflow/providers/edge3}/migrations/env.py |   6 +-
 .../providers/edge3}/migrations/script.py.mako     |   2 +-
 .../versions/0001_3_0_0_create_edge_tables.py      |  89 +++
 .../edge3/migrations/versions}/__init__.py         |   0
 .../edge3/src/airflow/providers/edge3/models/db.py |  88 +++
 .../plugins/www/openapi-gen/queries/common.ts      |   9 +-
 .../plugins/www/openapi-gen/queries/queries.ts     |   9 +-
 .../www/openapi-gen/requests/services.gen.ts       |  19 +-
 .../providers/edge3/plugins/www/package.json       |  28 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     | 731 ++++++++-------------
 .../providers/edge3/plugins/www/src/constants.ts   |  17 +-
 .../edge3/plugins/www/src/pages/JobsPage.tsx       | 204 +++++-
 .../edge3/plugins/www/src/pages/WorkerPage.tsx     |  21 +-
 .../providers/edge3/worker_api/routes/ui.py        |  21 +-
 .../edge3/worker_api/v2-edge-generated.yaml        |  63 +-
 providers/edge3/tests/conftest.py                  |  18 +
 .../edge3/tests/unit/edge3/cli/test_worker.py      |  11 +-
 .../edge3/tests/unit/edge3/migrations}/__init__.py |   0
 .../edge3/tests/unit/edge3/migrations/test_env.py  |  26 +-
 providers/edge3/tests/unit/edge3/models/test_db.py | 241 +++++++
 .../providers/fab/auth_manager/views/auth_oauth.py |   2 +
 .../unit/fab/auth_manager/views/test_auth_oauth.py |   8 +
 providers/git/provider.yaml                        |   9 +
 .../src/airflow/providers/git/get_provider_info.py |  16 +-
 providers/google/provider.yaml                     | 130 +++-
 .../airflow/providers/google/get_provider_info.py  | 103 ++-
 providers/grpc/provider.yaml                       |  27 +
 .../airflow/providers/grpc/get_provider_info.py    |  18 +-
 providers/hashicorp/provider.yaml                  | 103 +++
 .../providers/hashicorp/get_provider_info.py       |  25 +
 providers/influxdb/provider.yaml                   |  22 +
 .../providers/influxdb/get_provider_info.py        |  15 +
 providers/microsoft/azure/provider.yaml            | 336 +++++++++-
 .../providers/microsoft/azure/get_provider_info.py | 271 +++++++-
 providers/opensearch/provider.yaml                 |   7 +
 .../providers/opensearch/get_provider_info.py      |   5 +
 providers/opsgenie/provider.yaml                   |   8 +
 .../providers/opsgenie/get_provider_info.py        |   4 +
 providers/pagerduty/provider.yaml                  |  26 +
 .../providers/pagerduty/get_provider_info.py       |  14 +
 providers/sftp/provider.yaml                       |   6 +
 .../airflow/providers/sftp/get_provider_info.py    |  10 +-
 providers/slack/provider.yaml                      |  65 ++
 .../airflow/providers/slack/get_provider_info.py   |  55 +-
 .../src/airflow/providers/slack/operators/slack.py |  19 +-
 .../slack/tests/unit/slack/operators/test_slack.py |  50 ++
 providers/smtp/provider.yaml                       |  88 +++
 .../airflow/providers/smtp/get_provider_info.py    |  41 ++
 providers/snowflake/provider.yaml                  |  76 +++
 .../providers/snowflake/get_provider_info.py       |  27 +
 providers/ssh/provider.yaml                        |   6 +
 .../src/airflow/providers/ssh/get_provider_info.py |  10 +-
 providers/standard/provider.yaml                   |  32 +
 .../providers/standard/get_provider_info.py        |  23 +
 providers/telegram/provider.yaml                   |   6 +
 .../providers/telegram/get_provider_info.py        |   1 +
 scripts/ci/license-templates/SHORT_LICENSE.md      |   3 +-
 scripts/ci/prek/check_revision_heads_map.py        |  12 +-
 scripts/ci/prek/sync_translation_namespaces.py     |  49 ++
 scripts/tools/generate_yaml_format_for_hooks.py    |  38 +-
 107 files changed, 4075 insertions(+), 883 deletions(-)
 create mode 100644 .github/skills/airflow-translations/SKILL.md
 create mode 100644 .github/skills/airflow-translations/locales/zh-CN.md
 create mode 100644 
airflow-core/src/airflow/ui/public/i18n/locales/hi/tasks.json
 copy providers/{fab/src/airflow/providers/fab => 
edge3/src/airflow/providers/edge3}/alembic.ini (100%)
 copy providers/{neo4j/src/airflow/providers/neo4j => 
edge3/src/airflow/providers/edge3/migrations}/README.md (93%)
 copy {airflow-core/src/airflow/_shared => 
providers/edge3/src/airflow/providers/edge3/migrations}/__init__.py (100%)
 copy providers/{fab/src/airflow/providers/fab => 
edge3/src/airflow/providers/edge3}/migrations/env.py (96%)
 copy providers/{fab/src/airflow/providers/fab => 
edge3/src/airflow/providers/edge3}/migrations/script.py.mako (98%)
 create mode 100644 
providers/edge3/src/airflow/providers/edge3/migrations/versions/0001_3_0_0_create_edge_tables.py
 copy {airflow-core/src/airflow/_shared => 
providers/edge3/src/airflow/providers/edge3/migrations/versions}/__init__.py 
(100%)
 create mode 100644 providers/edge3/src/airflow/providers/edge3/models/db.py
 copy {airflow-core/src/airflow/_shared => 
providers/edge3/tests/unit/edge3/migrations}/__init__.py (100%)
 copy airflow-core/src/airflow/api_fastapi/core_api/datamodels/dag_tags.py => 
providers/edge3/tests/unit/edge3/migrations/test_env.py (60%)
 create mode 100644 providers/edge3/tests/unit/edge3/models/test_db.py
 create mode 100755 scripts/ci/prek/sync_translation_namespaces.py

Reply via email to