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-2987ba7054
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 47feff438f7 Bump the core-ui-package-updates group across 1 directory
with 59 updates
add 612a290a34e Enhance code view to support search and diff (#55467)
add 36d5173106f Bump the core-ui-package-updates group across 1 directory
with 59 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 (47feff438f7)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-2987ba7054
(36d5173106f)
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/src/airflow/ui/package.json | 1 +
airflow-core/src/airflow/ui/pnpm-lock.yaml | 41 ++++
.../airflow/ui/public/i18n/locales/en/common.json | 3 +
.../src/airflow/ui/src/pages/Dag/Code/Code.tsx | 249 ++++++++++++++-------
.../ui/src/pages/Dag/Code/CodeDiffViewer.tsx | 87 +++++++
.../Dag/Code/VersionCompareSelect.tsx} | 52 +++--
6 files changed, 326 insertions(+), 107 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/src/pages/Dag/Code/CodeDiffViewer.tsx
copy airflow-core/src/airflow/ui/src/{components/DagVersionSelect.tsx =>
pages/Dag/Code/VersionCompareSelect.tsx} (72%)