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

Support getting updated data from the GitLab API. #46

Open
alilleybrinker opened this issue Jun 8, 2022 · 4 comments
Open

Support getting updated data from the GitLab API. #46

alilleybrinker opened this issue Jun 8, 2022 · 4 comments
Labels
type: enhancement Type: An enhancement to the project's code.

Comments

@alilleybrinker
Copy link
Owner

Right now, the update.py program only supports pulling updates star count and activity data from the GitHub API, which means that any project hosted on GitLab (or another host, but we'll address that later) will be counted as having no stars and being inactive. Obviously this is wrong and ought to be corrected.

The solution would be to add code for requesting the relevant data from the GitLab API to the update.py program.

@alilleybrinker
Copy link
Owner Author

Right now it looks like this affects Inko and Iridium, which are both hosted on GitLab.

@yorickpeterse
Copy link
Contributor

For Inko there's also a GitHub mirror (https://github.com/YorickPeterse/inko). While this isn't the canonical source (i.e. I don't accept pull requests there), it might be a simple temporary workaround to include Inko in the list again 😃

@alilleybrinker
Copy link
Owner Author

Hey good to know! Would you be willing to open a PR to make this change?

@yorickpeterse
Copy link
Contributor

@alilleybrinker Sure!

@alilleybrinker alilleybrinker added type: enhancement Type: An enhancement to the project's code. and removed enhancement labels Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Type: An enhancement to the project's code.
Projects
None yet
Development

No branches or pull requests

2 participants