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

dependabot[bot] pushed a change to branch 
dependabot/github_actions/v3-3-test/github-actions-updates-922d5d20bb
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 5c22bc43939 Bump the github-actions-updates group with 7 updates
     add 70264b4696e Bump the 3-3-auth-ui-package-updates group across 1 
directory with 4 updates (#71894)
     add 819f2c30fc8 [v3-3-test] Fix Variable.set rewriting team_name of 
existing variables (#71823) (#71904)
     add dd79a44fc3d Bump the 3-3-edge-ui-package-updates group across 1 
directory with 5 updates (#71901)
     add 9a7a272459d [v3-3-test] Fix typos across contributor and provider 
documentation (#71884) (#71903)
     add a75957c9885 [v3-3-test] Reuse CI image built from the same sources in 
another checkout (#71886) (#71910)
     add 26065d1c676 [v3-3-test] Reduce memory used when deleting a Dag with a 
large history (#71185) (#71889)
     add 1fce547150f Activate assets materialized from an AssetAlias so they 
appear in the Assets tab (#71555) (#71935)
     add 0a4537d2e4f [v3-3-test] Make GridButton tooltip label timezone aware 
(#71944) (#71951)
     add 90473999fbf [v3-3-test] Improve-arabic-translations (#71519) (#71789)
     add bb2e08fcf66 Bump the github-actions-updates group across 1 directory 
with 7 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   (5c22bc43939)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/v3-3-test/github-actions-updates-922d5d20bb
 (bb2e08fcf66)

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/workflows/asf-allowlist-check.yml          |   2 +-
 .github/workflows/basic-tests.yml                  |   8 +-
 .github/workflows/ci-image-build.yml               |   6 +-
 .github/workflows/ci-image-checks.yml              |   4 +-
 .github/workflows/prod-image-build.yml             |   2 +-
 .github/workflows/publish-docs-to-s3.yml           |   4 +-
 .../docs/installation/installing-from-sources.rst  |   2 +-
 airflow-core/src/airflow/api/common/delete_dag.py  |   8 +-
 .../auth/managers/simple/ui/package.json           |   8 +-
 .../auth/managers/simple/ui/pnpm-lock.yaml         | 142 ++++++++--------
 .../src/airflow/jobs/scheduler_job_runner.py       |  10 +-
 airflow-core/src/airflow/models/variable.py        |   1 -
 .../airflow/ui/public/i18n/locales/ar/assets.json  |   4 +
 .../airflow/ui/public/i18n/locales/ar/common.json  |  41 +++++
 .../ui/public/i18n/locales/ar/components.json      |  13 +-
 .../src/airflow/ui/public/i18n/locales/ar/dag.json |   9 +-
 .../airflow/ui/public/i18n/locales/ar/dags.json    |   8 +-
 .../airflow/ui/src/layouts/Details/Grid/Bar.tsx    |   2 +-
 .../src/layouts/Details/Grid/GridButton.test.tsx   |  26 +--
 .../ui/src/layouts/Details/Grid/GridButton.tsx     |   7 +-
 .../tests/unit/api/common/test_delete_dag.py       |  78 +++++++++
 airflow-core/tests/unit/jobs/test_scheduler_job.py |  29 ++++
 airflow-core/tests/unit/models/test_variable.py    |   8 +
 contributing-docs/testing/k8s_tests.rst            |   2 +-
 contributing-docs/testing/system_tests.rst         |   2 +-
 dev/breeze/doc/08_ci_tasks.rst                     |   2 +-
 .../adr/0003-bootstrapping-virtual-environment.md  |   6 +-
 ...-using-contributed-code-when-building-images.md |   2 +-
 .../0011-unified-communication-with-the-users.md   |   2 +-
 dev/breeze/doc/ci/02_images.md                     |   8 +
 dev/breeze/doc/ci/04_selective_checks.md           |   2 +-
 dev/breeze/doc/ci/05_workflows.md                  |   2 +-
 .../airflow_breeze/commands/ci_image_commands.py   |  57 ++++++-
 dev/breeze/src/airflow_breeze/global_constants.py  |   3 +
 .../airflow_breeze/utils/docker_command_utils.py   |   4 +
 .../utils/mark_image_as_refreshed.py               |   6 +-
 .../src/airflow_breeze/utils/md5_build_check.py    |  13 ++
 dev/breeze/tests/test_ci_image_commands.py         | 188 +++++++++++++++++++++
 dev/breeze/tests/test_docker_command_utils.py      |  30 +++-
 docker-context-files/.README.md                    |   2 +-
 .../system/apache/hive/example_twitter_README.md   |   4 +-
 .../tinkerpop/docs/connections/tinkerpop.rst       |   2 +-
 .../providers/edge3/plugins/www/package.json       |  10 +-
 .../providers/edge3/plugins/www/pnpm-lock.yaml     | 154 ++++++++---------
 .../azure/docs/connections/azure_batch.rst         |   2 +-
 shared/README.md                                   |   4 +-
 46 files changed, 700 insertions(+), 229 deletions(-)
 create mode 100644 airflow-core/tests/unit/api/common/test_delete_dag.py
 create mode 100644 dev/breeze/tests/test_ci_image_commands.py

Reply via email to