summaryrefslogtreecommitdiff
path: root/app/models/network
Commit message (Collapse)AuthorAgeFilesLines
* Fix postgres error when displaying network graph.Sato Hiroyuki2013-06-021-1/+1
| | | | fix #4149
* Enable to filter graph by refSato Hiroyuki2013-05-131-2/+5
|
* Fix minor bug about line overlap.Sato Hiroyuki2013-04-251-1/+1
|
* Reducing database access.Sato Hiroyuki2013-04-241-1/+10
|
* Fixed wrong order of arguments in network graph caused by refactoringDmitriy Zaporozhets2013-04-031-1/+1
|
* Refactoring and cleanup. Removed unused commit findersDmitriy Zaporozhets2013-04-031-13/+10
|
* Remove grit logic from app/Dmitriy Zaporozhets2013-03-311-1/+1
|
* Rotating graph orientation.Sato Hiroyuki2013-03-201-25/+14
|
* Fix timeout error while showing the very large repo like git repo.Sato Hiroyuki2013-03-191-4/+21
|
* Refactor: removing duplicate code.Sato Hiroyuki2013-03-191-10/+14
|
* Refactor: Removing the duplicated code.Sato Hiroyuki2013-03-072-47/+39
|
* Refactor: change the map hash from a local variable to private variable.Sato Hiroyuki2013-03-071-34/+31
|
* Refacor: removing the times array, because that is same with @commits array.Sato Hiroyuki2013-03-071-21/+31
|
* Refactor: clean up models.Sato Hiroyuki2013-03-072-27/+20
| | | | | | | | | * Network::Commit ** Removing unnecessary accessors. ** Removing add_refs methods. * Network::Graph ** Removing unnecessary accessors. ** The 3 times loop of commits don't need.
* Refactor: rename module and class names.Sato Hiroyuki2013-03-072-0/+323
* Module: Graph -> Network * Class: JsonBuilder -> Graph