anubhav94 / team-piazza

Automatically exported from code.google.com/p/team-piazza
GNU General Public License v3.0
0 stars 0 forks source link

in teamcity 8.0.4 shows incorrect commiters #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 reported on code.google.com by JMECo...@gmail.com on 18 Dec 2013 at 9:03

GoogleCodeExporter commented 9 years ago
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 > <USERNAME> > 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#Managing
yourUserAccount-ManagingVersionControlUsernameSettings

Did the plugin worked correctly in the past?

Original comment by timomeinen on 28 Jan 2014 at 6:38

GoogleCodeExporter commented 9 years ago
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

Original comment by JMECo...@gmail.com on 28 Jan 2014 at 9:43