summaryrefslogtreecommitdiff
path: root/app/models/network
Commit message (Expand)AuthorAgeFilesLines
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-2/+2
* Enable Style/SpaceAfterComma Rubocop coprubocop/enable-space-after-copsGrzegorz Bizon2016-06-291-2/+2
* Merge branch 'style/enable-semicolon-rubocop-cop' into 'master' Robert Speicher2016-06-011-1/+1
|\
| * Enable Style/Semicolon rubocop style copstyle/enable-semicolon-rubocop-copGrzegorz Bizon2016-06-011-1/+1
* | Enable Style/For rubocop coprubocop/enable-style-for-copGrzegorz Bizon2016-06-011-3/+3
|/
* Merge branch 'rubocop/enable-space-before-comma-cop' into 'master' Robert Speicher2016-05-301-3/+10
|\
| * Enable Style/SpaceBeforeComma rubocop coprubocop/enable-space-before-comma-copGrzegorz Bizon2016-05-301-3/+10
* | Merge branch 'style/enable-multiline-if-then-rubocop-cop' into 'master' Robert Speicher2016-05-301-5/+5
|\ \
| * | Enable Style/MultilineIfThen rubocop copstyle/enable-multiline-if-then-rubocop-copGrzegorz Bizon2016-05-301-5/+5
| |/
* | Enable Style/WhileUntilDo rubocop style copstyle/enable-while-until-do-rubocop-style-copGrzegorz Bizon2016-05-301-1/+1
|/
* Enable Style/InfiniteLoop Rubocop copcomplexity/rubocop-style-loopGrzegorz Bizon2016-05-231-1/+1
* Merge pull request #7999 from cirosantilli/append-inplaceDmitriy Zaporozhets2015-01-211-1/+1
|\
| * Append in place for strings and arraysCiro Santilli2015-01-011-1/+1
* | Fix various typosSteven Burgart2015-01-181-1/+1
|/
* Add parenthesis to function def with arguments.Ciro Santilli2014-10-031-1/+1
* Remove parent spacing. Fixes #7505Yvo van Beek2014-09-061-6/+0
* Remove grit requireDmitriy Zaporozhets2013-09-301-2/+0
* Remove the dependancy of grit from class Network::GraphHiroyuki Sato2013-08-202-32/+8
* Fix typosJohannes Schleifenbaum2013-07-291-2/+2
* Fix postgres error when displaying network graph.Sato Hiroyuki2013-06-021-1/+1
* 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
* Refactor: rename module and class names.Sato Hiroyuki2013-03-072-0/+323