I have two problems with Gitlab and Drone, the problem is probably Gitlab, but I’m trying to understand whether I did something wrong with the integration.
-
I’m seeing the same generic Gravatar icon next to all builds which is hard to understand who pushed what.
Looking at theapi/repos/<team>/<project>/builds/<build>
I see underauthor_avatar
this entry: https://www.gravatar.com/avatar/63bba6ec53cfc7f38edbef794fdc347c.jpg?s=128, this resolves to the Gravatar default icon unless suffixed with&d=identicon
. -
The second problem is directly related to the first one - not only the right icon is not shown, the user which triggered this build has a different custom icon on Gitlab and not gravatar. Yet, I can’t see it.
-
An important note - The user profile icon on Drone (top right hand corner) gets the right Gravatar icon (resolved) or the actual profile picture correctly.
Any idea whats going on here?
I have another drone running with Github, where users’ profile images are sent as expected and it works fluently…
Tech specs - Drone 0.8 running on AWS. Gitlab saas. Doing a migration from Gitlab CI to Drone.