-
Notifications
You must be signed in to change notification settings - Fork 54
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
Reenable gravatar fallback #209
Conversation
@hroncok, have you tried giving this a run locally? It looks to me like the fallback from libravatar to gravatar is working, but the subsequent fallback from gravatar to the nice badger avatar we have doesn't seem to be working. :/ |
I've just tried to do it manually and it doesn't work. But I believe that's libravatar's bug. Try this:
It should fail to:
But instead, only this is kept:
|
Huh.. could you file a bug on https://www.libravatar.org/ and link to it from here? |
Thanks, @hroncok! |
So, what of the only comment? https://bugs.launchpad.net/libravatar/+bug/1219117/comments/1 |
Let's see. |
Is this pull request dead? |
It is blocked by libravatar bug. |
The command looks like this: ``` threebean │ .pulls zodbot │ threebean: (pulls <username/repo>) -- List the pending pull requests on a github repo. threebean │ .pulls fedora-infra zodbot │ threebean: Must be GitHub repo of the format <username/repo> threebean │ .pulls fedora-infra/tahrir zodbot │ threebean: @hroncok's "Reenable gravatar fallback" fedora-infra/tahrir#209 threebean │ .pulls fedora-watwat/tahrir zodbot │ threebean: No such GitHub repository 'fedora-watwat/tahrir' threebean │ .pulls kennethreitz/requests zodbot │ threebean: @dpursehouse's "Linkify Github usernames in authors list" https://github.com/kennethreitz/requests/pull/2140 zodbot │ threebean: @jamielennox's "Apply environment features to prepared requests" https://github.com/kennethreitz/requests/pull/2129 zodbot │ threebean: @alekstorm's "Create Request.links_multi and utils function for properly parsing Link headers" https://github.com/kennethreitz/requests/pull/1980 zodbot │ threebean: @kevinburke's "Connect timeout" https://github.com/kennethreitz/requests/pull/1801 ``` It requires that we add an ``github.oauth_token`` to the zodbot config which we can get from https://github.com/settings/tokens/new
There has been a little more activity on the bug (on launchpad) but that starts to be a while ago, should we ping again? |
Bumped. |
We're still blocking on upstream here. I'm going to close this pull request, only because it clutters a pull request queue that we want to try and keep clean. The code will still be around in @hroncok's branch and we can look forwards to re-opening it when we get progress on the libravatar side of things. |
Fixes issue #148