Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extend GitLab support #1406

Closed
madbob opened this issue Dec 9, 2023 · 2 comments
Closed

extend GitLab support #1406

madbob opened this issue Dec 9, 2023 · 2 comments
Labels

Comments

@madbob
Copy link
Contributor

madbob commented Dec 9, 2023

Would be nice to improve support for GitLab, displaying number of stars, issues, forks and whatever as already happens for GitHub.
Can be pretty easy with the support of Composer, which already collects those metrics using GitLab's API, but the GitLab driver do not exposes the raw data (as the GitHub driver does). Here is a pull request to permit this, and unlock further developments on Packagist.

@Seldaek
Copy link
Member

Seldaek commented Jan 8, 2024

Fixed by #1408

It works for me in my dev env but not yet on prod, because we appear to be using git clone fallback I suspect because we fail authentication from GitLab, so the API is not used and this fails.

I'll have to dig into this further to see if we can fix it..

@Seldaek
Copy link
Member

Seldaek commented Jan 9, 2024

Alright figured it out, fixed now, whenever GitLab packages update they should receive the new info.

@Seldaek Seldaek closed this as completed Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants