summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/tickets/FileTicketService.java
Commit message (Expand)AuthorAgeFilesLines
* Reindex tickets on server start if no index existsFlorian Zschocke2017-03-051-2/+1
* Fix exception in FileTicketService when deleting a repositoryJames Moger2014-10-311-0/+4
* Extract ticket service into an injectable object with a custom providerJames Moger2014-07-031-3/+3
* Use Guice annotations, not javax.inject annotationsJames Moger2014-07-031-2/+2
* Replace Dagger with Guice 4.0 beta and update Guava to 16.0.1James Moger2014-07-031-0/+5
* Implementation of a ticket mgration toolJames Moger2014-05-021-14/+54
* Add TicketHook extensionJames Moger2014-04-121-0/+3
* Fix NPE in FileTicketService on finding all journalsJames Moger2014-03-171-2/+6
* Do not use @Inject on the ticket service constructorsJames Moger2014-03-061-3/+0
* Ticket tracker with patchset contributionsJames Moger2014-03-031-0/+467