Add repo-family metadata to Fabric registry
This commit is contained in:
parent
3240b78185
commit
0ea99a73d8
15 changed files with 189 additions and 32 deletions
|
|
@ -209,6 +209,11 @@ class LocalFabricRegistryConnector:
|
|||
"registry_remote_url": match.get("remote_url") or "",
|
||||
"registry_default_branch": match.get("default_branch") or "",
|
||||
"state_hub_repo_id": match.get("state_hub_repo_id") or "",
|
||||
"repo_family": match.get("repo_family") or "",
|
||||
"ownership_repo": match.get("ownership_repo") or "",
|
||||
"primary_rail": match.get("primary_rail") or "",
|
||||
"supported_rails": match.get("supported_rails") if isinstance(match.get("supported_rails"), list) else [],
|
||||
"substrate_kind": match.get("substrate_kind") or "",
|
||||
"declaration_paths": match.get("declaration_paths") if isinstance(match.get("declaration_paths"), list) else [],
|
||||
},
|
||||
"origin": "registry",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue