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-c7cffec83b
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 50648aefe21 Bump the core-ui-package-updates group across 1 directory
with 51 updates
omit 1e406ab17f0 Feature/add auto refresh to edge react UI (#54994)
omit 9fabe619eb3 refactor(ui): replace hardcoded query parameter strings
with SearchParamsKeys constants (#55218)
omit beaf15c4e76 feat(ui): implement dynamic legend system for calendar
(#55155)
omit 20691d55c49 Persist TI tabs in dag view for Gantt bar click (#55191)
omit 6b89a3873c5 add dag_version filter to get_dag_runs endpoint and
corresponding tests (#54882)
omit b822e4f576f fix-dowangrade with note to 2.11 (#55118)
add d1c465b46b3 Bump the core-ui-package-updates group across 1 directory
with 51 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 (50648aefe21)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-c7cffec83b
(d1c465b46b3)
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/img/airflow_erd.sha256 | 2 +-
.../src/airflow/api_fastapi/common/parameters.py | 12 --
.../core_api/openapi/v2-rest-api-generated.yaml | 8 -
.../api_fastapi/core_api/routes/public/dag_run.py | 8 -
.../versions/0035_3_0_0_update_user_id_type.py | 75 +------
.../src/airflow/ui/openapi-gen/queries/common.ts | 5 +-
.../ui/openapi-gen/queries/ensureQueryData.ts | 6 +-
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 6 +-
.../src/airflow/ui/openapi-gen/queries/queries.ts | 6 +-
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 6 +-
.../ui/openapi-gen/requests/services.gen.ts | 2 -
.../airflow/ui/openapi-gen/requests/types.gen.ts | 1 -
airflow-core/src/airflow/ui/pnpm-lock.yaml | 16 +-
.../airflow/ui/src/components/NeedsReviewBadge.tsx | 3 +-
.../src/airflow/ui/src/components/PoolBar.tsx | 7 +-
.../airflow/ui/src/layouts/Details/Gantt/Gantt.tsx | 10 +-
.../airflow/ui/src/layouts/Details/Gantt/utils.ts | 14 +-
.../airflow/ui/src/pages/Dag/Calendar/Calendar.tsx | 18 +-
.../ui/src/pages/Dag/Calendar/CalendarLegend.tsx | 40 ++--
.../src/pages/Dag/Calendar/DailyCalendarView.tsx | 10 +-
.../src/pages/Dag/Calendar/HourlyCalendarView.tsx | 13 +-
.../ui/src/pages/Dag/Calendar/calendarUtils.ts | 234 +++++++--------------
.../src/airflow/ui/src/pages/Dag/Calendar/types.ts | 13 --
.../airflow/ui/src/pages/Dag/Overview/Overview.tsx | 5 +-
.../src/airflow/ui/src/pages/DagsList/DagTags.tsx | 3 +-
.../Dashboard/HistoricalMetrics/DagRunMetrics.tsx | 3 +-
.../Dashboard/HistoricalMetrics/MetricSection.tsx | 7 +-
.../HistoricalMetrics/TaskInstanceMetrics.tsx | 3 +-
.../src/airflow/ui/src/pages/Run/Header.tsx | 3 +-
.../ui/src/pages/Task/Overview/Overview.tsx | 3 +-
.../airflow/ui/src/pages/TaskInstance/Details.tsx | 7 +-
.../core_api/routes/public/test_dag_run.py | 29 ---
.../providers/edge3/plugins/www/dist/main.umd.cjs | 47 ++---
.../providers/edge3/plugins/www/src/main.tsx | 2 +-
.../edge3/plugins/www/src/pages/JobsPage.tsx | 7 +-
.../edge3/plugins/www/src/pages/WorkerPage.tsx | 7 +-
.../edge3/plugins/www/src/utils/config.ts | 23 --
.../providers/edge3/plugins/www/src/utils/index.ts | 2 -
providers/edge3/www-hash.txt | 2 +-
39 files changed, 183 insertions(+), 485 deletions(-)
delete mode 100644
providers/edge3/src/airflow/providers/edge3/plugins/www/src/utils/config.ts