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-081dc7bca3
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 6e7f062c07b Bump the core-ui-package-updates group across 1 directory
with 64 updates
add 52b7aeae508 [v3-1-test] Explicitly set table ordering (#60609) (#61216)
add dd1a86593f2 Fix import errors not showing on UI (#61163) (#61213)
add c34d2c36f2a [v3-1-test] Add 404 handling for non-existent Dag (#61131)
(#61225)
add 3b41866a2ee dag_processing: initialize versioned bundles for callbacks
(#52040) (#60734) (#61230)
add 08a5859832f [v3-1-test] Fix callback files losing priority during
queue resort (#61232) (#61243)
add 977cbcca3da Bump the core-ui-package-updates group across 1 directory
with 64 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 (6e7f062c07b)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-081dc7bca3
(977cbcca3da)
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:
.../core_api/routes/public/import_error.py | 35 +-
airflow-core/src/airflow/dag_processing/manager.py | 47 +-
.../src/airflow/dag_processing/processor.py | 17 +-
airflow-core/src/airflow/ui/package.json | 2 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 498 ++++++++++-----------
.../src/airflow/ui/public/i18n/locales/en/dag.json | 6 +
.../ui/src/components/DataTable/DataTable.tsx | 2 +
airflow-core/src/airflow/ui/src/pages/Dag/Dag.tsx | 7 +
.../src/pages/{Error.tsx => Dag/DagNotFound.tsx} | 49 +-
airflow-core/src/airflow/ui/src/pages/DagRuns.tsx | 1 +
.../ui/src/pages/TaskInstances/TaskInstances.tsx | 1 +
.../core_api/routes/public/test_import_error.py | 51 ++-
.../tests/unit/dag_processing/test_manager.py | 95 ++++
.../tests/unit/dag_processing/test_processor.py | 29 ++
14 files changed, 532 insertions(+), 308 deletions(-)
copy airflow-core/src/airflow/ui/src/pages/{Error.tsx => Dag/DagNotFound.tsx}
(54%)