class Avmtrf1::Tools::Runner::Git::Gitlab::CommitLink

def commits_uncached

def commits_uncached
  parsed.revisions.if_present(['HEAD'])
    .map { |source| ::Avmtrf1::Gitlab::Commit.new(repository, git_repo, source) }
end