summaryrefslogtreecommitdiffstats
path: root/models/graph.go
Commit message (Collapse)AuthorAgeFilesLines
* Make max commits in graph configurable (#4498)Kjell Kvinge2018-07-231-1/+2
|
* Accept 'Data:' in commit graph (#4487)Kjell Kvinge2018-07-211-1/+1
|
* fix #1189, commit messages containing a pipe (#1203)Philippe Kueck2017-03-111-2/+2
|
* Fix typos in models/ (#576)Ethan Koenig2017-01-051-7/+7
|
* commithgraph / timeline (#428)Kjell Kvinge2016-12-291-0/+108
* Add model and tests for graph * Add route and router for graph * Add assets for graph * Add template for graph