techgaun / active-forks

Find active github forks of a repo https://git.io/vSnrC
https://techgaun.github.io/active-forks/index.html
2.28k stars 295 forks source link

[Feature request] Last commit #54

Closed KaKi87 closed 2 years ago

KaKi87 commented 3 years ago

Hello,

As pointed out in https://github.com/techgaun/active-forks/issues/32#issuecomment-554659387, the result from Active Forks shows last push date, regardless of the last commit date.

Therefore, I would like to suggest adding the last commit date to the result.

As stated, the branch also matters, therefore I would suggest actually adding 3 1 columns :

EDIT : that would require a lot of API calls for each fork repository, so it's not doable.

Thanks

KaKi87 commented 3 years ago

As @pktiuk said in https://github.com/techgaun/active-forks/issues/41#issuecomment-675060206, adding last commit ID and message would be nice.

KaKi87 commented 3 years ago

I created this as a PoC : https://active-forks.kaki87.net/ It's not usable for long-term because of making 1 extra request per fork repository, therefore requiring a personal access token to overcome the 60 anonymous requests per hour rate limit. However, it mostly shows what I'd expect from this feature. Thanks

KaKi87 commented 2 years ago

Hello, I'm using useful-forks/useful-forks.github.io since a few months now, which is smarter. Thanks