summaryrefslogtreecommitdiff
path: root/app/models/graph
Commit message (Collapse)AuthorAgeFilesLines
* Refactor: rename module and class names.Sato Hiroyuki2013-03-072-323/+0
| | | | | * Module: Graph -> Network * Class: JsonBuilder -> Graph
* Refactor: replace "render :json = graph.to_json" to view ↵Sato Hiroyuki2013-03-072-28/+1
| | | | | | template(show.json.erb). Because model shouldn't know about view logic.
* Show gravatar icon on tooltip.Sato Hiroyuki2013-02-281-3/+4
|
* Commits are arranged below their first parent.Sato Hiroyuki2013-02-281-2/+19
|
* It improves detecting an overlap of a lineSato Hiroyuki2013-02-282-15/+31
|
* Finding free space from the way near commit which is downwardSato Hiroyuki2013-02-271-6/+6
|
* Fix the commits are not ordered commiter date.Sato Hiroyuki2013-02-261-2/+2
| | | | It is fixed that the date label of network graph is broken.
* Move graph module from lib or vendor directory to app directory.Sato Hiroyuki2013-02-262-0/+316
Because not autoloading lib directory at development mode.