summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/tickets/BranchTicketService.java
Commit message (Expand)AuthorAgeFilesLines
* Document edit capability via ProseMirror submodule #974Paul Martin2016-03-271-102/+7
* Bump to JGit 4.0.0Luca Milanesio2015-06-121-7/+7
* Merge branch 'ticket/183' into developJames Moger2014-09-171-1/+5
|\
| * Fix bug in migrating to BranchTicketServiceJames Moger2014-09-171-1/+5
* | 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-10/+57
* [findbugs] Null check on closing a treewalk in BranchTicketServiceJames Moger2014-04-171-1/+3
* Add TicketHook extensionJames Moger2014-04-121-0/+3
* Fix possible NPE when deleting a repository and cleaning-up branch-based ticketsJames Moger2014-04-071-1/+3
* DocumentationJames Moger2014-03-081-3/+3
* Move Gitblit branches to refs/meta/gitblitJames Moger2014-03-081-2/+26
* Do not use @Inject on the ticket service constructorsJames Moger2014-03-061-3/+0
* Revise push/mirror tickets branch triggeringJames Moger2014-03-061-18/+54
* Fire an event on received ticket branch updates to trigger reindexJames Moger2014-03-051-1/+34
* Ticket tracker with patchset contributionsJames Moger2014-03-031-0/+799