On 13.08.2014 19:38, Peter Suter wrote:
Hi,

On 13.08.2014 17:29, W. Martin Borgert wrote:
Hi,

I have a number of users in my Trac, e.g. "ab" with name "Abe Blue" and email address "a...@foobar.com". The Git commits are done be "Abe Blue <a...@foobar.com>"
which is, of course, the same person.

When I filter for "done by: ab", I do get all actions by that user in Trac, but not the Git commits, nor ticket updates initiated by Git commit messages.

Neither "done by: Abe Blue <a...@foobar.com>" nor "done by: Abe Blue" filter the
Git commits, however - I don't get any results at all.

Do I have to configure something in either Git or Trac, to make the timeline
filter work as expected?

TIA and Cheers


Unfortunately Trac has no such mapping feature I think.
There is a ticket about this:
http://trac.edgewall.org/ticket/10640

It even has a patch attached that you could test.

Cheers

Actually there is one feature already in TracGit (also mentioned in that ticket):
[git]
trac_user_rlookup = true

This maps "Abe Blue <a...@foobar.com>" to "ab" if the "ab" Trac user has set his Trac email address to "a...@foobar.com".

(Apparently this is slow if you have many users)

http://trac.edgewall.org/wiki/TracIni#git-section

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to