mlju / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

Gravatar support #62

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is not really an issue, I have none. 
It would be a nice feature if the user imaged are automaticly downloaded 
from Gravatar.com. GitHub supports this, as well as some GUI tools (GitX, 
GitExtensions). 

Keep up the good work!

Henk

Original issue reported on code.google.com by henk_wes...@hotmail.com on 14 Apr 2010 at 11:52

GoogleCodeExporter commented 9 years ago
Could this be implemented by checking to see if an image exists for the user, 
if it doesn't then it spawns a background fetcher that tries libravater and 
gravatar for the images.  Then Gource can just pick up the image when (if) it 
appears.

Would probably need to have some locking, and a flag to indicate if an image 
isn't available.

Original comment by aruth...@gmail.com on 3 Mar 2011 at 12:08

GoogleCodeExporter commented 9 years ago
Hi,

It could. I guess in the back of my mind I'm slightly wary of adding a feature 
that makes Gource start sending out lots of http requests. Maybe that's a non 
issue in 2011, but it's kind of stopped me pursing that so far.

There's a perl script for Git to get Gravatars if you haven't seen it:

http://code.google.com/p/gource/wiki/GravatarExample

Cheers

Andrew

Original comment by acaudw...@gmail.com on 3 Mar 2011 at 7:56

GoogleCodeExporter commented 9 years ago
+1 on this, our source control (RhodeCode) uses Gravatar, would be awesome, 
I'll probably just pull the images for our small development team manually.

Original comment by StrangeW...@gmail.com on 19 Dec 2012 at 4:46