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-a0232bd097
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard ef5734b39e1 Bump the core-ui-package-updates group across 1 directory 
with 53 updates
     add d8f276d1afb Fix AsyncToSync and serialization error (#56363)
     add 8eb5d8565f1 Fixing YAML block scalar when providing sshKey for 
git-sync (#56716)
     add 6dd5793f3d1 Use correct API_VERSION for task sdk integration tests 
(#56715)
     add 532069332c2 Fix corrupted bare Git repository recovery in DAG bundles 
(#56206)
     add 8e5755bd5b1 Fix Databricks provider import error without fab provider 
(#56702)
     add b55528a2209 Add Greek UI translation (#56229)
     add aab7f16c389 Add resize function for Dag Documentation (#56344)
     add 73ee16a9e69 Bump the core-ui-package-updates group across 1 directory 
with 53 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   (ef5734b39e1)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-a0232bd097
 (73ee16a9e69)

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                                 |   1 +
 .github/boring-cyborg.yml                          |   3 +
 airflow-core/src/airflow/ui/package.json           |   6 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 143 +++++----
 .../airflow/ui/public/i18n/locales/el/admin.json   | 166 +++++++++++
 .../airflow/ui/public/i18n/locales/el/assets.json  |  30 ++
 .../airflow/ui/public/i18n/locales/el/browse.json  |  26 ++
 .../airflow/ui/public/i18n/locales/el/common.json  | 319 +++++++++++++++++++++
 .../ui/public/i18n/locales/el/components.json      | 134 +++++++++
 .../src/airflow/ui/public/i18n/locales/el/dag.json | 154 ++++++++++
 .../airflow/ui/public/i18n/locales/el/dags.json    |  96 +++++++
 .../ui/public/i18n/locales/el/dashboard.json       |  45 +++
 .../airflow/ui/public/i18n/locales/el/hitl.json    |  34 +++
 .../airflow/ui/public/i18n/locales/el/tasks.json   |  10 +
 .../ui/src/components/DisplayMarkdownButton.tsx    |  21 +-
 .../ui/src/components/ui/ResizableWrapper.tsx      |  79 +++++
 airflow-core/src/airflow/ui/src/i18n/config.ts     |   1 +
 .../usePersistentResizableState.ts}                |  26 +-
 .../tests/unit/always/test_providers_manager.py    |  16 +-
 .../core_api/routes/public/test_plugins.py         |  57 ++--
 chart/values.yaml                                  |   2 +-
 dev/i18n/check_translations_completeness.py        |   1 +
 providers/databricks/pyproject.toml                |   2 +-
 .../databricks/plugins/databricks_workflow.py      | 192 ++++++-------
 .../git/src/airflow/providers/git/bundles/git.py   |  79 +++--
 providers/git/tests/unit/git/bundles/test_git.py   |  66 ++++-
 .../providers/google/cloud/hooks/bigquery.py       |  42 +--
 .../providers/google/cloud/operators/cloud_run.py  |   3 +-
 .../providers/google/cloud/triggers/bigquery.py    |  18 +-
 .../providers/google/cloud/triggers/cloud_run.py   |   2 +-
 .../unit/google/cloud/operators/test_cloud_run.py  |   5 +-
 .../unit/google/cloud/triggers/test_cloud_run.py   |   2 +-
 .../azure/tests/unit/microsoft/azure/test_utils.py |   2 +
 task-sdk-tests/tests/task_sdk_tests/conftest.py    |   8 +
 task-sdk-tests/tests/task_sdk_tests/constants.py   |  20 --
 .../tests/task_sdk_tests/test_task_sdk_health.py   |   7 +-
 36 files changed, 1526 insertions(+), 292 deletions(-)
 create mode 100644 
airflow-core/src/airflow/ui/public/i18n/locales/el/admin.json
 create mode 100644 
airflow-core/src/airflow/ui/public/i18n/locales/el/assets.json
 create mode 100644 
airflow-core/src/airflow/ui/public/i18n/locales/el/browse.json
 create mode 100644 
airflow-core/src/airflow/ui/public/i18n/locales/el/common.json
 create mode 100644 
airflow-core/src/airflow/ui/public/i18n/locales/el/components.json
 create mode 100644 airflow-core/src/airflow/ui/public/i18n/locales/el/dag.json
 create mode 100644 airflow-core/src/airflow/ui/public/i18n/locales/el/dags.json
 create mode 100644 
airflow-core/src/airflow/ui/public/i18n/locales/el/dashboard.json
 create mode 100644 airflow-core/src/airflow/ui/public/i18n/locales/el/hitl.json
 create mode 100644 
airflow-core/src/airflow/ui/public/i18n/locales/el/tasks.json
 create mode 100644 
airflow-core/src/airflow/ui/src/components/ui/ResizableWrapper.tsx
 copy airflow-core/src/airflow/ui/src/{context/timezone/TimezoneProvider.tsx => 
utils/usePersistentResizableState.ts} (55%)

Reply via email to