James Moger
2013-08-14 f084f468756bde745d8e8e27c729f6e57bea5749
refs
author James Moger <james.moger@gitblit.com>
Wednesday, August 14, 2013 08:56 -0400
committer James Moger <james.moger@gitblit.com>
Tuesday, September 17, 2013 17:34 -0400
commitf084f468756bde745d8e8e27c729f6e57bea5749
tree 5000ff4a8de48ed3259e2ad5b295e03bd829e859 tree | zip | gz
parent 578319a659fba918ba720d12ca4d4fc105918595 view | diff
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
1 files added
8 files modified
474 ■■■■■ changed files
releases.moxie 2 ●●●●● diff | view | raw | blame | history
src/main/distrib/data/gitblit.properties 5 ●●●●● diff | view | raw | blame | history
src/main/java/WEB-INF/web.xml 13 ●●●●● diff | view | raw | blame | history
src/main/java/com/gitblit/BranchGraphServlet.java 363 ●●●●● diff | view | raw | blame | history
src/main/java/com/gitblit/Constants.java 2 ●●●●● diff | view | raw | blame | history
src/main/java/com/gitblit/wicket/panels/LogPanel.html 24 ●●●● diff | view | raw | blame | history
src/main/java/com/gitblit/wicket/panels/LogPanel.java 19 ●●●●● diff | view | raw | blame | history
src/main/resources/gitblit.css 28 ●●●●● diff | view | raw | blame | history
src/test/java/com/gitblit/tests/JGitUtilsTest.java 18 ●●●●● diff | view | raw | blame | history