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

potiuk pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/v3-3-test/3-3-auth-ui-package-updates-27c3e3c764
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 47d22fbffec Bump the 3-3-auth-ui-package-updates group across 1 
directory with 9 updates
     add e408acd1002 [v3-3-test] Update Release Airflow Readme Helm Chart 
section (#70047) (#70049)
     add 8de09ad8ae2 Bump the github-actions-updates group with 9 updates 
(#70039)
     add 6d8c750489e [v3-3-test] Add Task SDK, Go and Java SDK execution 
architecture diagrams (#69750) (#70100)
     add 1caf0e89e4e [v3-3-test] Fix mypy prek hooks skipping all files in 
dot-directory (#70064) (#70082)
     add b05804931df Bump the 3-3-core-ui-package-updates group across 1 
directory with 12 updates (#70038)
     add 5fd7118de5e Bump the 3-3-auth-ui-package-updates group across 1 
directory with 9 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   (47d22fbffec)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/v3-3-test/3-3-auth-ui-package-updates-27c3e3c764
 (5fd7118de5e)

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/basic-tests.yml                  |   4 +-
 .github/workflows/ci-amd.yml                       |   8 +-
 .github/workflows/ci-arm.yml                       |   8 +-
 .github/workflows/ci-duration-monitor.yml          |   2 +-
 .github/workflows/ci-image-checks.yml              |   8 +-
 .github/workflows/ci-notification.yml              |   6 +-
 .github/workflows/codeql-analysis.yml              |   8 +-
 .github/workflows/e2e-flaky-tests-report.yml       |   2 +-
 .github/workflows/k8s-tests.yml                    |   2 +-
 .github/workflows/publish-docs-to-s3.yml           |   2 +-
 .github/workflows/recheck-old-bug-report.yml       |   2 +-
 .github/workflows/registry-backfill.yml            |   6 +-
 .github/workflows/registry-build.yml               |   4 +-
 .github/workflows/registry-tests.yml               |   2 +-
 .../scheduled-verify-release-calendar.yml          |   2 +-
 .github/workflows/stale.yml                        |   4 +-
 .github/workflows/ui-e2e-tests.yml                 |   2 +-
 .../update-constraints-on-push-stable.yml          |   2 +-
 .github/workflows/update-constraints-on-push.yml   |   2 +-
 .github/workflows/upgrade-check.yml                |   4 +-
 airflow-core/docs/core-concepts/overview.rst       |  85 ++++
 .../diagram_java_sdk_execution_architecture.md5sum |   1 +
 .../diagram_java_sdk_execution_architecture.png    | Bin 0 -> 176205 bytes
 .../img/diagram_java_sdk_execution_architecture.py | 287 +++++++++++++
 .../img/diagram_java_sdk_execution_sequence.md5sum |   1 +
 .../img/diagram_java_sdk_execution_sequence.png    | Bin 0 -> 189307 bytes
 .../img/diagram_java_sdk_execution_sequence.py     | 327 ++++++++++++++
 ...diagram_native_language_sdk_architecture.md5sum |   1 +
 .../diagram_native_language_sdk_architecture.png   | Bin 0 -> 146251 bytes
 .../diagram_native_language_sdk_architecture.py    | 258 +++++++++++
 .../diagram_task_sdk_execution_architecture.md5sum |   1 +
 .../diagram_task_sdk_execution_architecture.png    | Bin 0 -> 184731 bytes
 .../img/diagram_task_sdk_execution_architecture.py | 291 +++++++++++++
 .../img/diagram_task_sdk_execution_sequence.md5sum |   1 +
 .../img/diagram_task_sdk_execution_sequence.png    | Bin 0 -> 144211 bytes
 .../img/diagram_task_sdk_execution_sequence.py     | 313 ++++++++++++++
 airflow-core/src/airflow/ui/package.json           |  24 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 472 ++++++++++-----------
 dev/README_RELEASE_AIRFLOW.md                      |   5 +-
 docs/spelling_wordlist.txt                         |   2 +
 scripts/ci/prek/common_prek_utils.py               |   5 +
 scripts/ci/prek/mypy_folder.py                     |   3 +-
 ...un_mypy_full_dist_local_venv_or_breeze_in_ci.py |   3 +-
 scripts/tests/ci/prek/test_common_prek_utils.py    |  16 +
 44 files changed, 1885 insertions(+), 291 deletions(-)
 create mode 100644 
airflow-core/docs/img/diagram_java_sdk_execution_architecture.md5sum
 create mode 100644 
airflow-core/docs/img/diagram_java_sdk_execution_architecture.png
 create mode 100644 
airflow-core/docs/img/diagram_java_sdk_execution_architecture.py
 create mode 100644 
airflow-core/docs/img/diagram_java_sdk_execution_sequence.md5sum
 create mode 100644 
airflow-core/docs/img/diagram_java_sdk_execution_sequence.png
 create mode 100644 airflow-core/docs/img/diagram_java_sdk_execution_sequence.py
 create mode 100644 
airflow-core/docs/img/diagram_native_language_sdk_architecture.md5sum
 create mode 100644 
airflow-core/docs/img/diagram_native_language_sdk_architecture.png
 create mode 100644 
airflow-core/docs/img/diagram_native_language_sdk_architecture.py
 create mode 100644 
airflow-core/docs/img/diagram_task_sdk_execution_architecture.md5sum
 create mode 100644 
airflow-core/docs/img/diagram_task_sdk_execution_architecture.png
 create mode 100644 
airflow-core/docs/img/diagram_task_sdk_execution_architecture.py
 create mode 100644 
airflow-core/docs/img/diagram_task_sdk_execution_sequence.md5sum
 create mode 100644 
airflow-core/docs/img/diagram_task_sdk_execution_sequence.png
 create mode 100644 airflow-core/docs/img/diagram_task_sdk_execution_sequence.py

Reply via email to