You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `VersionMapGitResolver` config model for the `versionmap-git`
provider from the new-resolver-config proposal. Maps version numbers
to git refs (commit SHAs or ref paths) with a separate `clone_url`,
replacing the need for handwritten Python plugins.
- Add `VersionMapGitResolver` pydantic model with `clone_url`,
`build_sdist`, and `versionmap` fields
- Register in `SourceResolver` discriminated union
- Add to config reference docs
- Add tests for config parsing, provider output, and validation
Closes: AIPCC-17610
Co-Authored-By: Claude <claude@anthropic.com>
Signed-off-by: Josef Skladanka <jskladan@redhat.com>
0 commit comments