siemens / codeface

Codeface is a framework for analysing technical and social aspects of software development
siemens.github.io/codeface
GNU General Public License v2.0
67 stars 38 forks source link

Extract committer from commit data #59

Open clhunsen opened 7 years ago

clhunsen commented 7 years ago

Right now, only the commit date is stored in the commit table of the DB, but it would be also a good idea to get the committer, too (as a foreign key to the person table, of course).

Are there any obstacles to get the committer ID, too?

wolfgangmauerer commented 7 years ago

Hi Claus,

Am 22/06/2017 um 17:16 schrieb Claus Hunsen:

Right now, only the commit date is stored in the |commit| table of the DB, but it would be also a good idea to get the committer, too (as a foreign key to the |person| table, of course).

Are there any obstacles to get the committer ID, too?

none at all -- in case you did not do implement the change yet, let's briefly discuss this because I have a few other changes to the DB model in the pipeline and could quickly do this myself (which is I easier than integrating two DB changes, which always turns out to be quite a hassle).

In particular, I will be adding exact size information for the files that are touched by commits because this information is right now hard to compute.

Best regards, Wolfgang

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/siemens/codeface/issues/59, or mute the thread https://github.com/notifications/unsubscribe-auth/ABbE1wlsFR18AVmv3HlsIgG_taAC_rihks5sGoU8gaJpZM4OCciV.

clhunsen commented 7 years ago

I have not implemented anything yet. I would be glad if you implement this along with your changes. :wink:

clhunsen commented 6 years ago

Any news on this, @wolfgangmauerer?