Paul Martin
Paul Martin
I'm looking at adding fields to the tickets to hold `start date` and `expected/actual duration` to provide basic project planning capabilities within Gitblit. _(With the intention of a follow up...
It should be possible to change the type of a ticket after creation
Add support for generating a plain text report of tickets through RSS or RPC for purposes of release management and planning.
When changing the responsible user via the ticket page the dropdown lists users in the format: ` ()` However, when looking at the ticket activity page changes in responsibilty are...
Ticket attachments are currently encoded within the ticket journal. However, they may often be referenced by the repository either in documents or code so when these are large attachments it...
Using the `Appender` I can write from multiple go routines perfectly fine. However, when I set up a ticker to call `Flush` at a regular interval it appears a race...