Missing Rubygems tag
I received this error message when trying to run the feature split and code churn report for sox compliance for Gitlab v18.3:
Following projects are missing SHAs because git tags could not be resolved:
{
"gem_name": "gitlab-net-dns",
"version": "0.15.0",
"sha": null,
"home_page": "https://gitlab.com/gitlab-org/gitlab-net-dns",
"source_code_url": null,
"project_id": 14785608,
"git_url": "git@gitlab.com:gitlab-org/gitlab-net-dns.git"
}
According to https://rubygems.org/gems/gitlab-net-dns/versions, 0.15.0 should be the latest version but the latest tag in the repo is 0.14.0.
This project recently moved from https://gitlab.com/gitlab-org/gitlab-net-dns to https://gitlab.com/gitlab-org/ruby/gems/gitlab-net-dns. It seems like the repo is missing code and tags from the latest public changes.
v0.14.0 does not exist in rubygems and v0.15.0 does not exist in the repo tags.
I'm not sure if it's necessary to push v0.14.0 to rubygems but it would be good to have v0.15.0 in the repo so the sox report will work again.
Edited by Matt Sroufe