timomeinen / team-piazza

A build monitor for the TeamCity continuous integration server
GNU General Public License v3.0
17 stars 7 forks source link

in teamcity 8.0.4 shows incorrect commiters #48

Open timomeinen opened 10 years ago

timomeinen commented 10 years ago

From JMECo...@gmail.com on December 18, 2013 10:03:15

Hi

We are using git, and the radiator is displaying incorrect persons in the wall. For some reason some users do not show at all and they are replaced by other users that have not commits for many years.

we are using this kind of approach on git commits:

Author: My Name My.Name@MyCompany.com Date: 33 minutes ago (18/12/2013 10:20:14) Committer: unknown buildmaster@esx-buildagen19.MyCompany.com Commit hash: 069dc780e3192db34717a698cf8bfbbbaead9314 Parent(s): d14eb7f739

TT-97508 Commit message

Contained in no branch Contained in no tag

Any pointers that i can use to track the issue?

Thanks in advance

Br, Jorge Costa

Original issue: http://code.google.com/p/team-piazza/issues/detail?id=49

timomeinen commented 10 years ago

From timomeinen on January 27, 2014 22:38:56

Hi Jorge,

thank you for using Team Piazza and taking time to use the issue tracker.

Just to be sure: Are your developer accounts within TeamCity correctly set up? Please check the TeamCity mapping of usernames and VCS usernames under

Administration > Users > > Version Control Username Settings

Please make sure, that the correct author name is configured for the user: http://confluence.jetbrains.com/display/TCD8/Managing+your+User+Account#ManagingyourUserAccount-ManagingVersionControlUsernameSettings Did the plugin worked correctly in the past?

timomeinen commented 10 years ago

From JMECo...@gmail.com on January 28, 2014 01:43:02

Hi,

We normally have this setup, we use git, and we set the git vcs name to the author of the commit so it will be correctly associated when changes occur. We see this working on teamcity when my changes from example are in yellow. We have only another configured vcs name as login which is the default.

So for example for mylogin:

Default for all of the VCS roots:mylogin Default for all of the Git roots:My Name

For the users that we have issues, the same configuration is set. And we havent used earlier versions than the one mentioned in the ticket.

Thanks for the help, and good work with the plugin Br, Jorge Costa

timomeinen commented 10 years ago

May be related to #50