-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
VersionEye: Badge for the number of references #155
Comments
This looks interesting. However, I am struggling to figure out how we can get to those references. This page seems to indicate that they do not currently provide a hook to fetch this information. While we could grep the HTML data, we have thus far refrained from using such brittle techniques. My advice is to ask them to provide support for that, preferably by using the standard Shields images. On the other hand, there seems to be an easy way to support VersionEye's dependency system, much like we currently support Gemnasium. Would you be interested by that? |
Hi @espadrine. I can build another API Endpoint for VersionEye which returns the number of references for a given project. That's not a problem. And I'm definitely interested in supporting VersionEye's dependency system. What I have to do for that? |
Ah, you're actually making VersionEye! From a vendor perspective, the easiest and safest way to use Shields is to redirect the badges we provide. For instance, upon receiving this request, your server could do the following:
The main pros of this technique:
Another possibility is to have a public URL-based interface through which we can get to the number of references for a project; say, as a new key in |
http://blog.versioneye.com/2014/05/06/new-api-endpoint-for-references/ Any progress on those references badges? Thank you for being awesome! |
@hkdobrev Not yet. I will continue on this project this week :-) |
@hkdobrev Currently we are facing some performance issues because of that feature. That's why I had to turn it off for now. I wrote a blog post about that here http://blog.versioneye.com/2014/07/16/mongodb-aggregation-slows-down-server/ Input is welcome. |
Wow. Good luck on making this feature fast! ☺ |
@espadrine @hkdobrev I figured out why it's so slow :-) |
@reiz 👏 🍻 |
Awesome! |
Great! Love it! |
Great! Thank you @reiz! I think these badges will be extremely popular 😄 |
@hkdobrev Not sure about that. I send out a couple pull requests and some declined them :-( But most accepted them :-) |
VersionEye has sunset, so closing. https://blog.versioneye.com/2017/10/19/versioneye-sunset-process/ Ref: #1947 |
It would be nice to have a badge for the number of references. VersionEye is showing how many references a project has. Log4r for example is used by 208 other Gems. Here is the list of log4r references:
https://www.versioneye.com/ruby/log4r/references
This is the badge.
http://img.shields.io/badge/references-208-green.svg
It would be nice to have it this way:
http://img.shields.io/versioneye/ruby/log4r/references.svg
The text was updated successfully, but these errors were encountered: