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/v3-1-test/core-ui-package-updates-d2b6544b90
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard d34b90109f2 Bump the core-ui-package-updates group across 1 directory
with 63 updates
add 2aa7b08f616 [v3-1-test] Clarify security model of Airflow (#61754)
(#61770)
add 813232cbc8b [v3-1-test] Fix list dag versions permissions (#61675)
(#61733)
add d53ec592db4 [v3-1-test] Amend simulation in release command (#61787)
(#61792)
add 963d1b3e520 Cherry-pick-missing-release-validator-tests (#61793)
add 4436ef91d19 [v3-1-test] grid merge node dict storage (#61656) (#61789)
add ff38318d4df Bump the core-ui-package-updates group across 1 directory
with 63 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 (d34b90109f2)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-d2b6544b90
(ff38318d4df)
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:
airflow-core/docs/security/security_model.rst | 51 +-
.../core_api/routes/public/dag_versions.py | 8 +-
.../src/airflow/api_fastapi/core_api/security.py | 11 +
.../api_fastapi/core_api/services/ui/grid.py | 17 +-
airflow-core/src/airflow/ui/package.json | 2 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 338 +++++------
.../core_api/routes/public/test_dag_versions.py | 26 +-
.../api_fastapi/core_api/services/ui}/__init__.py | 0
.../api_fastapi/core_api/services/ui/test_grid.py | 72 +++
.../commands/release_candidate_command.py | 6 +-
.../src/airflow_breeze/commands/release_command.py | 51 +-
.../utils/airflow_release_validator.py | 597 ++++++++++++++++++++
.../src/airflow_breeze/utils/environment_check.py | 5 +-
.../src/airflow_breeze/utils/release_validator.py | 624 +++++++++++++++++++++
dev/breeze/tests/test_release_command.py | 81 ++-
15 files changed, 1653 insertions(+), 236 deletions(-)
copy airflow-core/{src/airflow/_shared =>
tests/unit/api_fastapi/core_api/services/ui}/__init__.py (100%)
create mode 100644
airflow-core/tests/unit/api_fastapi/core_api/services/ui/test_grid.py
create mode 100644
dev/breeze/src/airflow_breeze/utils/airflow_release_validator.py
copy shared/secrets_masker/tests/conftest.py =>
dev/breeze/src/airflow_breeze/utils/environment_check.py (85%)
create mode 100644 dev/breeze/src/airflow_breeze/utils/release_validator.py