Ticket #7088 (closed: fixed)
Alter local trac github plugin to only add novel commit comments
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | blocker | Milestone: | Release 2.6 |
Component: | Tools | Keywords: | Maintenance |
Cc: | Blocked By: | ||
Blocking: | Tester: | Karl Palmen |
Description (last modified by Nick Draper) (diff)
Create a custom version of the github trac plugin that only adds commit comments if they are novel (i.e. the text is different from a previous comment). This should reduce the vast majority of branch reppeats.
Also on looking the commit hook does know about the branches in github, so we may be able to include a single comment per merge or something like
Merged to Master
Change History
comment:2 Changed 7 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
This doesn't involve codes changes to the main repository.
There is a fork of the github-trac plugin here: https://github.com/mantidproject/github-trac and it is installed on mantidweb. It now does two things:
comment:3 Changed 7 years ago by Karl Palmen
- Status changed from verify to verifying
- Tester set to Karl Palmen
comment:4 Changed 7 years ago by Karl Palmen
- Status changed from verifying to closed
I observed the merge to master on my previous test #7152
Note: See
TracTickets for help on using
tickets.