This is an automated email from the ASF dual-hosted git repository.
Lee-W pushed a change to branch backfill-empty-window-ux
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 3e4fb93f012 Return 422 for empty partitioned backfill window and fix
dry-run drift
add 25c0b3f473e KubernetesExecutor: self.completed adoption set is never
drained (#68674)
add 08ccc89ecd6 Bump mermaid from 11.15.0 to 11.16.0 in
/airflow-core/src/airflow/ui (#69137)
new cab5b94330b Return 422 for empty partitioned backfill window and fix
dry-run drift
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 (3e4fb93f012)
\
N -- N -- N refs/heads/backfill-empty-window-ux (cab5b94330b)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
airflow-core/src/airflow/ui/package.json | 2 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 31 +++-----
.../kubernetes/executors/kubernetes_executor.py | 32 ++++++---
.../executors/test_kubernetes_executor.py | 84 +++++++++++++++++++++-
4 files changed, 116 insertions(+), 33 deletions(-)