]> source.dussan.org Git - gitblit.git/commit
Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194)
authorJames Moger <james.moger@gitblit.com>
Wed, 14 Aug 2013 12:56:27 +0000 (08:56 -0400)
committerJames Moger <james.moger@gitblit.com>
Tue, 17 Sep 2013 21:34:00 +0000 (17:34 -0400)
commitf084f468756bde745d8e8e27c729f6e57bea5749
tree5000ff4a8de48ed3259e2ad5b295e03bd829e859
parent578319a659fba918ba720d12ca4d4fc105918595
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
releases.moxie
src/main/distrib/data/gitblit.properties
src/main/java/WEB-INF/web.xml
src/main/java/com/gitblit/BranchGraphServlet.java [new file with mode: 0644]
src/main/java/com/gitblit/Constants.java
src/main/java/com/gitblit/wicket/panels/LogPanel.html
src/main/java/com/gitblit/wicket/panels/LogPanel.java
src/main/resources/gitblit.css
src/test/java/com/gitblit/tests/JGitUtilsTest.java