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-e2ec268659
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 0e545532feb Bump the core-ui-package-updates group across 1 directory
with 63 updates
add 6c14e8a7d49 [v3-1-test] UI: Update PoolBar to separate Scheduled and
Deferred slots (#59270) (#60538)
add 17c1205e9fd [v3-1-test] Update AI question header to 5th-level in PR
template and add separator (#60531) (#60556)
add 04332f220e4 Improve Dags Filter UI (#60346) (#60547)
add c86b36175eb [v3-1-test] Fix/backfill permission error handling
(#60582) (#60587)
add 5802e73a04b 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 (0e545532feb)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/v3-1-test/core-ui-package-updates-e2ec268659
(5802e73a04b)
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:
.github/PULL_REQUEST_TEMPLATE.md | 4 +-
airflow-core/src/airflow/ui/package.json | 6 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 106 ++++++++---------
.../airflow/ui/public/i18n/locales/en/common.json | 10 +-
.../ui/public/i18n/locales/en/components.json | 1 +
.../src/components/DagActions/RunBackfillForm.tsx | 25 +++-
.../src/airflow/ui/src/components/PoolBar.tsx | 126 +++++++++++++--------
.../src/components/ui/ButtonGroupToggle.test.tsx | 88 ++++++++++++++
.../ui/src/components/ui/ButtonGroupToggle.tsx | 59 ++++++++++
.../src/airflow/ui/src/components/ui/index.ts | 1 +
.../DagsList/DagsFilters/RequiredActionFilter.tsx} | 30 +++--
.../src/pages/DagsList/DagsFilters/TagFilter.tsx | 6 +-
.../ui/src/pages/DagsList/DagsList.test.tsx | 8 +-
.../pages/Dashboard/PoolSummary/PoolSummary.tsx | 4 +-
.../src/airflow/ui/src/pages/Pools/PoolBarCard.tsx | 5 +-
15 files changed, 338 insertions(+), 141 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/src/components/ui/ButtonGroupToggle.test.tsx
create mode 100644
airflow-core/src/airflow/ui/src/components/ui/ButtonGroupToggle.tsx
copy airflow-core/src/airflow/ui/src/{components/ui/ResetButton.tsx =>
pages/DagsList/DagsFilters/RequiredActionFilter.tsx} (60%)