This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch fix-registry-incremental-provider-flag
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 9767349ada1 Add --cache-from to registry workflow Docker buildx
fallback
discard 17114e3cd61 Add ghcr.io login to registry workflow for Docker layer
caching
add 305e9a9a977 Use ci-image-build workflow for registry CI image caching
add 339c458a4dd Fix merge crash when incremental extract skips modules.json
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 (9767349ada1)
\
N -- N -- N refs/heads/fix-registry-incremental-provider-flag
(339c458a4dd)
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/workflows/registry-build.yml | 96 ++++++++++++++------------
dev/registry/merge_registry_data.py | 4 +-
dev/registry/tests/test_merge_registry_data.py | 35 ++++++++++
3 files changed, 88 insertions(+), 47 deletions(-)