This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-d83a3cf524
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard df46985ba00 Bump the fab-ui-package-updates group across 1 directory
with 2 updates
add b316afb44dc Show larger dag run and task instance counts on the
dashboard (#70892)
add a14105b2592 UI: Refresh task details immediately when switching tasks
(#70789)
add 115eb43aba8 Build docs and registry CI images separately so docs stay
on default Python (#70959)
add 0bda2ffece9 Relax types-paramiko to support version 5 (#71009)
add d4449b22444 Bump @types/node (#70870)
add 679cfca77ab Scan Go SDK dependencies for known vulnerabilities in CI
(#70915)
add eb076fee446 Limit Dependabot Go module updates to security advisories
only (#70914)
add 102bc1fb2d7 Bump the fab-ui-package-updates group across 1 directory
with 2 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 (df46985ba00)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-d83a3cf524
(102bc1fb2d7)
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:
.../actions/build_ci_image_with_cache/action.yml | 221 +++++++++++++++++++++
.github/dependabot.yml | 17 +-
.github/workflows/ci-amd.yml | 9 +
.github/workflows/ci-arm.yml | 9 +
.github/workflows/publish-docs-to-s3.yml | 143 ++++++-------
.github/workflows/registry-build.yml | 96 ++++-----
.../core_api/datamodels/ui/dashboard.py | 4 +-
.../api_fastapi/core_api/openapi/_private_ui.yaml | 12 +-
.../airflow/api_fastapi/core_api/routes/ui/dags.py | 4 +-
.../api_fastapi/core_api/routes/ui/dashboard.py | 88 ++++----
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 14 +-
.../airflow/ui/openapi-gen/requests/types.gen.ts | 3 +-
.../ui/src/components/TaskTrySelect.test.tsx | 128 ++++++++++++
.../airflow/ui/src/components/TaskTrySelect.tsx | 1 +
.../Dashboard/HistoricalMetrics/DagRunMetrics.tsx | 19 +-
.../HistoricalMetrics/HistoricalMetrics.tsx | 4 +-
.../Dashboard/HistoricalMetrics/MetricSection.tsx | 5 +-
.../HistoricalMetrics/TaskInstanceMetrics.tsx | 14 +-
.../src/pages/TaskInstance/TaskInstance.test.tsx | 144 ++++++++++++++
.../ui/src/pages/TaskInstance/TaskInstance.tsx | 1 +
.../core_api/routes/ui/test_dashboard.py | 66 ++++--
dev/breeze/doc/images/output_build-docs.svg | 44 ++--
dev/breeze/doc/images/output_build-docs.txt | 2 +-
.../airflow_breeze/commands/developer_commands.py | 13 +-
.../commands/developer_commands_config.py | 1 -
dev/breeze/tests/test_developer_commands.py | 33 +--
devel-common/pyproject.toml | 2 +-
.../providers/edge3/plugins/www/package.json | 2 +-
.../providers/edge3/plugins/www/pnpm-lock.yaml | 143 +++++++------
29 files changed, 921 insertions(+), 321 deletions(-)
create mode 100644 .github/actions/build_ci_image_with_cache/action.yml
create mode 100644
airflow-core/src/airflow/ui/src/components/TaskTrySelect.test.tsx
create mode 100644
airflow-core/src/airflow/ui/src/pages/TaskInstance/TaskInstance.test.tsx