summaryrefslogtreecommitdiff
path: root/app/controllers/graph_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Solve inconsistency between network graph & stat graphsDmitriy Zaporozhets2013-06-111-23/+0
|
* Enable to filter graph by refSato Hiroyuki2013-05-131-1/+1
|
* Set @options in assing_ref_varsSato Hiroyuki2013-05-131-8/+2
| | | | @options enable to keep params when switching ref.
* Refactor: rename module and class names.Sato Hiroyuki2013-03-071-1/+1
| | | | | * Module: Graph -> Network * Class: JsonBuilder -> Graph
* Refactor: replace "render :json = graph.to_json" to view ↵Sato Hiroyuki2013-03-071-10/+7
| | | | | | template(show.json.erb). Because model shouldn't know about view logic.
* Show gravatar icon on tooltip.Sato Hiroyuki2013-02-281-0/+4
|
* Move graph module from lib or vendor directory to app directory.Sato Hiroyuki2013-02-261-1/+1
| | | | Because not autoloading lib directory at development mode.
* Add search box for the commit.Sato Hiroyuki2013-02-051-0/+10
|
* Enable to display the commit older than 650th commit.Sato Hiroyuki2013-02-051-1/+1
|
* Switchable the main branch on network graphSato Hiroyuki2013-01-301-0/+18