-
Notifications
You must be signed in to change notification settings - Fork 73
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
Web application on GitHub Pages to show organization lint results #199
Comments
Very cool... just tried quickly running it over Twitter's repos, and seems to have worked well: https://twitter.github.io/check-my-repo/. It does only grab the first page of 100 repos, and it might be nice to allow specifying a custom repolinter config file. If/when I've got some time, I may try sending over some patches. But this is really cool and helpful. To your specific question, I'm also not sure the best way to integrate this into repolinter. Maybe we add a list of related projects to the readme? |
Hi @willnorris thank you for such a fast feedback! I understand the 100 pagination is the Octokit (GitHub api) limit, but maybe not... |
The 100 per page limit is enforced by the GitHub API. You have to make subsequent calls to get the additional pages of results. The ghapi python library has a helper to do this for you... I've not used the octokit library much, so not sure if it has something similar. And as for readme reference, I meant linking in the other direction... Adding a section on the main repolinter readme, linking back to checky-my-repo and any other related projects. 😄 |
😅 oh thank you |
Dear all, @willnorris & @caniszczyk It took me a while, but FINALLY check-my-repo version 2.0 is released :) Several changes were made, including dealing with pagination, as requested 🥳 I would really really love if you could implement it and give your feedback to continue improving it :) |
This is awesome work, does it support org level work?
…On Tue, May 18, 2021 at 9:37 AM Paloma Oliveira ***@***.***> wrote:
Dear all, @willnorris <https://github.com/willnorris> & @caniszczyk
<https://github.com/caniszczyk>
It took me a while, but FINALLY check-my-repo version 2.0
<https://github.com/saucelabs/check-my-repo> is released :)
Several changes were made, including dealing with pagination, as requested
🥳
It is automated by default, so now all that is needed is to fork the repo,
enable actions and setup gh-pages to be the deployment page. Like... less
than 10seconds thing.
I would really really love if you could implement it and give your
feedback to continue improving it :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#199 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAPSINMDOPLUNQ5TA7YWHDTOJ3SRANCNFSM4WMWBCBQ>
.
--
Cheers,
Chris Aniszczyk
https://aniszczyk.org
|
Hi @caniszczyk oh thank you 🥰 |
Issue Report
Our OSPO at SauceLabs created this web application: Check-My-Repo that daily shows the repolinter results about our public repository health
This is our repository
One feature that we added is the verification of Changelog.md or releases tag to consider this rule passed or not, but so far, only for GitHub
I am not sure how to integrate or partner up with repolinter, but we would love to keep contributing, as it is the base of our project :)
The text was updated successfully, but these errors were encountered: