This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a change to branch backport-322-65223
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 8a706b1f20d Fix registry backfill with per-provider versions and
Docker extraction (#65223)
omit f8d5da43958 Enable parallel backfill by eliminating shared state
between providers (#63288)
add a70a9feb135 Filter unreleased phantom versions from registry build
(#65984) (#66902)
add 47948c5fb47 Fix registry backfill with per-provider versions and
Docker extraction (#65223)
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 (8a706b1f20d)
\
N -- N -- N refs/heads/backport-322-65223 (47948c5fb47)
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-backfill.yml | 6 +-
.github/workflows/registry-build.yml | 18 ++-
.../doc/images/output_registry_extract-data.svg | 37 ++++--
.../doc/images/output_registry_extract-data.txt | 2 +-
.../airflow_breeze/commands/registry_commands.py | 19 ++-
.../commands/registry_commands_config.py | 1 +
dev/registry/extract_connections.py | 36 +++---
dev/registry/extract_metadata.py | 109 +++++++++++++++-
dev/registry/extract_parameters.py | 47 ++-----
dev/registry/tests/test_extract_metadata.py | 144 +++++++++++++++++++++
10 files changed, 346 insertions(+), 73 deletions(-)