codeface icon indicating copy to clipboard operation
codeface copied to clipboard

Extract committer from commit data

Open clhunsen opened this issue 8 years ago • 3 comments

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?

clhunsen avatar Jun 22 '17 15:06 clhunsen

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.

wolfgangmauerer avatar Jun 22 '17 15:06 wolfgangmauerer

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

clhunsen avatar Jun 22 '17 15:06 clhunsen

Any news on this, @wolfgangmauerer?

clhunsen avatar Dec 05 '17 14:12 clhunsen