Commits attributed to the wrong user on events page (and in events table)
Created by: ghost
We upgraded from Gitlab 6 -> 7 and imported our old users and projects.
Now for some reason, two of our user accounts have somehow gotten mismatched.
When userA commits, the events log (dashboard) shows userB having made the commit.
When userB commits, the events log (dashboard) shows userA having made the commit.
Viewing the commit itself, or viewing git log
, shows that the name and e-mail associated with the commit is correct. We each have the correct emails and SSH keys associated with our users in the gitlab admin (and in the postgres database). But for some reason the wrong user_id and username are going into the events table.