feat/fix(fontend): Get public repos via repo URL (#8223)

Co-authored-by: Robert Brennan <accounts@rbren.io>
Co-authored-by: rohitvinodmalhotra@gmail.com <rohitvinodmalhotra@gmail.com>
This commit is contained in:
sp.wack
2025-05-10 03:45:33 +04:00
committed by GitHub
parent 5073cee7ff
commit ade059bfba
12 changed files with 304 additions and 378 deletions

View File

@@ -196,6 +196,7 @@ class GitLabService(BaseGitService, GitService):
full_name=repo.get('path_with_namespace'),
stargazers_count=repo.get('star_count'),
git_provider=ProviderType.GITLAB,
is_public=True
)
for repo in response
]