From c2188a840bc4153ae92112b04b2e06a90d3944aa Mon Sep 17 00:00:00 2001 From: Paul Martin Date: Wed, 27 Apr 2016 23:58:06 +0100 Subject: Ticket Reference handling #1048 + Supports referencing: + Tickets from other tickets via comments + Tickets from commits on any branch + Common TicketLink class used for both commits and tickets + TicketLink is temporary and persisted to ticket as a Reference + Support deletion of ticket references + Rebasing patchsets/branches will generate new references + Deleting old patchsets/branches will remove the relevant references + Substantial testing of use cases + With and without patchsets, deleting, amending + BranchTicketService used during testing to allow end-to-end ref testing + Relocated common git helper functions to JGitUtils --- src/main/resources/gitblit.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/main/resources') diff --git a/src/main/resources/gitblit.css b/src/main/resources/gitblit.css index 3318441a..10c9a0e8 100644 --- a/src/main/resources/gitblit.css +++ b/src/main/resources/gitblit.css @@ -2391,4 +2391,19 @@ table.filestore-status { .delete-patchset { color:#D51900; font-size: 1.2em; +} + +.ticketReference-comment { + font-family: sans-serif; + font-weight: 200; + font-size: 1em; + font-variant: normal; + text-transform: none; +} + +.ticketReference-commit { + font-family: monospace; + font-weight: 200; + font-size: 1em; + font-variant: normal; } \ No newline at end of file -- cgit v1.2.3