]> source.dussan.org Git - gitea.git/commit
commithgraph / timeline (#428)
authorKjell Kvinge <kjell@kvinge.biz>
Wed, 28 Dec 2016 23:44:32 +0000 (00:44 +0100)
committerLunny Xiao <xiaolunwen@gmail.com>
Wed, 28 Dec 2016 23:44:32 +0000 (07:44 +0800)
commit22e1bd31c68586e963262db964d6a83f6115e56f
tree39d669cd4b982063512320e91ed359357a518f1f
parent35d9378e4e1b3b1c15db3a7e7237a55fa96919a1
commithgraph / timeline (#428)

* Add model and tests for graph

* Add route and router for graph

* Add assets for graph

* Add template for graph
cmd/web.go
models/graph.go [new file with mode: 0644]
models/graph_test.go [new file with mode: 0644]
public/css/gitgraph.css [new file with mode: 0644]
public/js/draw.js [new file with mode: 0644]
public/js/libs/gitgraph.js [new file with mode: 0644]
routers/repo/commit.go
templates/base/head.tmpl
templates/repo/commits.tmpl
templates/repo/graph.tmpl [new file with mode: 0644]