]> source.dussan.org Git - gitblit.git/commit
Fire an event on received ticket branch updates to trigger reindex
authorJames Moger <james.moger@gmail.com>
Thu, 6 Mar 2014 02:50:16 +0000 (21:50 -0500)
committerJames Moger <james.moger@gmail.com>
Thu, 6 Mar 2014 02:50:16 +0000 (21:50 -0500)
commite462bbf2974d33f1a5a0b2a808e150aa0e22d6f4
tree9bf1f678197967c9b9fce399386cbb4cc10810fb
parentf0950d6f8d663612574a436c99cf098322e825f0
Fire an event on received ticket branch updates to trigger reindex

It would be useful to be able to push a complete repository with a
refs/gitblit/tickets branch and have Gitblit index all those tickets.
Additionally, it would be nice for the mirroring service to recognize
an incoming update to this ref and fire an event that can be processed
by the BranchTicketService, if so configured, to reindex the tickets.
src/main/java/com/gitblit/git/GitblitReceivePack.java
src/main/java/com/gitblit/git/PatchsetReceivePack.java
src/main/java/com/gitblit/service/MirrorService.java
src/main/java/com/gitblit/tickets/BranchTicketService.java