Changes between Initial Version and Version 1 of Ticket #5453, comment 1
- Timestamp:
- 09/28/2020 04:39:46 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5453, comment 1
initial v1 3 3 Two immediate issues I encountered: 4 4 - Having to use a regular expression to parse the `Props ...,...,...` list (`Props.+$USER.+$`) 5 - Trac no having a very useful Commit -> Ticket mapping list, the revisions are stored in a table that's effectively `( repository, commit number, commit text )` and not linked to tickets at all, Trac tickets contain a comment that references the commit but it's just a regular comment and queryable without filtering every trac comment. Which lead to parsing the Commit message for the `See #.....` which is where I gave up for now.5 - Trac no having a very useful Commit -> Ticket mapping list, the revisions are stored in a table that's effectively `( repository, commit number, commit text )` and not linked to tickets at all, Trac tickets contain a comment that references the commit but it's just a regular comment and not queryable without filtering every trac comment. Which lead to parsing the Commit message for the `See #.....` which is where I gave up for now. 6 6 7 7 This would probably be better done as a separate table and trac plugin and/or external tooling.