summaryrefslogtreecommitdiff
path: root/app/helpers/graph_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-0/+10
|
* Remove git refs used internally by GitLab from network graphStan Hu2015-09-231-1/+4
| | | | Closes #2702
* Append in place for strings and arraysCiro Santilli2015-01-011-2/+2
|
* Remove the dependancy of grit from class Network::GraphHiroyuki Sato2013-08-201-2/+2
|
* Reducing database access.Sato Hiroyuki2013-04-241-2/+1
|
* Display note count on network graph.Sato Hiroyuki2013-03-261-2/+9
|
* Refactor: grouping parent and their space by including array.Sato Hiroyuki2013-03-071-0/+5
|
* Refactor: replace "render :json = graph.to_json" to view ↵Sato Hiroyuki2013-03-071-0/+5
template(show.json.erb). Because model shouldn't know about view logic.