summaryrefslogtreecommitdiff
path: root/app/models/network
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-0/+2
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Only allow 30 RPCs per test case to GitalyZeger-Jan van de Weg2019-02-221-3/+6
* Fix rubocop Style/ZeroLengthPredicateSemyon Pupkov2018-09-182-3/+3
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-072-0/+4
* Resolve Naming/UncommunicativeMethodLin Jen-Shin2018-07-091-2/+2
* Fix Gitaly n+1 in NetworkController#showAndrew Newdigate2018-03-061-6/+1
* Remove allow_n_plus_1 block from Network::Graphfix/remove-allow-n-plus-1-from-network-graphAhmad Sherif2018-02-131-5/+2
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Detect n+1 issues involving GitalyAndrew Newdigate2017-09-191-2/+5
* replace `is_overlap?` with `overlap?`Maxim Rydkin2017-08-291-2/+2
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* Remove Gitlab::Git::Repository#find_allJacob Vosmaer2017-06-271-1/+1
* Fix ordering of commits in the network graph.Timothy Andrew2017-04-271-1/+2
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-232-8/+8
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-232-8/+8
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-232-8/+8
* Fix code for copsDouwe Maan2017-02-231-5/+6
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-3/+3
* Enable Style/DotPositionDouwe Maan2017-02-232-8/+8
* 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