From f084f468756bde745d8e8e27c729f6e57bea5749 Mon Sep 17 00:00:00 2001 From: James Moger Date: Wed, 14 Aug 2013 08:56:27 -0400 Subject: Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194) The graph is generated server-side and therefore requires that the commit table row height be fixed and match the row height of the servlet. There will be layout misalignment if remotes refs are displayed. Perhaps this can be improved in the future. Change-Id: I39d0ffc7b1c3679976ce8c198c772ff86238f1a5 --- src/main/java/WEB-INF/web.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/main/java/WEB-INF') diff --git a/src/main/java/WEB-INF/web.xml b/src/main/java/WEB-INF/web.xml index cf714651..d4acb049 100644 --- a/src/main/java/WEB-INF/web.xml +++ b/src/main/java/WEB-INF/web.xml @@ -154,6 +154,17 @@ /logo.png + + + BranchGraphServlet + com.gitblit.BranchGraphServlet + + + BranchGraphServlet + /graph/* + - git/,feed/,zip/,federation/,rpc/,pages/,robots.txt,logo.png,sparkleshare/ + git/,feed/,zip/,federation/,rpc/,pages/,robots.txt,logo.png,graph/,sparkleshare/ -- cgit v1.2.3