This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch
fail-to-release-image-when-constraints-build-fail
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 364f71fc55d Fail prod image release when constraint build fails
add d5ecf2ecba5 chore(deps-dev): bump the core-ui-package-updates group
across 1 directory with 6 updates (#62376)
add 3961ee7eeb7 Remove unused dependencies from FAB provider (#62382)
add 22833f1ee8a Update release notes for dockerfiles with 2.11.1 changes.
(#62383)
add fc7204297f9 Fix paused filter not showing all dags (#62269)
add 3d5761d023f Fix typos in docs/spelling_wordlist.txt (#62324)
add 1ac6f0e09de Fail prod image release when constraint build fails
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 (364f71fc55d)
\
N -- N -- N
refs/heads/fail-to-release-image-when-constraints-build-fail (1ac6f0e09de)
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:
.../auth/managers/simple/ui/package-lock.json | 420 ++----
.../auth/managers/simple/ui/package.json | 12 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 398 ++++--
.../src/airflow/ui/src/mocks/handlers/dags.ts | 231 ++-
.../DagsList/DagsFilters/DagsFilters.test.tsx | 73 +
.../src/pages/DagsList/DagsFilters/DagsFilters.tsx | 2 +-
docker-stack-docs/changelog.rst | 68 +-
docs/spelling_wordlist.txt | 6 +-
.../fab/src/airflow/providers/fab/www/package.json | 6 -
.../src/airflow/providers/fab/www/pnpm-lock.yaml | 1470 +-------------------
.../airflow/providers/fab/www/webpack.config.js | 4 -
11 files changed, 672 insertions(+), 2018 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/src/pages/DagsList/DagsFilters/DagsFilters.test.tsx