Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Gitaly n+1 in NetworkController#show | Andrew Newdigate | 2018-03-06 | 1 | -6/+1 |
| | |||||
* | Remove allow_n_plus_1 block from Network::Graphfix/remove-allow-n-plus-1-from-network-graph | Ahmad Sherif | 2018-02-13 | 1 | -5/+2 |
| | | | | | Closes #37436 Closes gitaly#998 | ||||
* | Adds Rubocop rule for line break around conditionals | 🙈 jacopo beschi 🙉 | 2018-01-11 | 1 | -0/+1 |
| | |||||
* | Detect n+1 issues involving Gitaly | Andrew Newdigate | 2017-09-19 | 1 | -2/+5 |
| | |||||
* | replace `is_overlap?` with `overlap?` | Maxim Rydkin | 2017-08-29 | 1 | -2/+2 |
| | |||||
* | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelists | Robert Speicher | 2017-08-14 | 1 | -1/+1 |
| | | | | | An upcoming update to rubocop-gitlab-security added additional violations. | ||||
* | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-cop | Rémy Coutable | 2017-08-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Remove Gitlab::Git::Repository#find_all | Jacob Vosmaer | 2017-06-27 | 1 | -1/+1 |
| | |||||
* | Fix ordering of commits in the network graph. | Timothy Andrew | 2017-04-27 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | - We upgraded `rugged` to 0.25.1.1 in !10286 for %9.1 - Prior to this upgrade, the default sort order for commits returned by `Gitlab::Git::Repository#find_commits` was `Rugged::SORT_DATE`, which the graph relied on. - While upgrading `rugged`, the MR also changed this default to `Rugged::SORT_NONE`, which broke commit ordering in the graph. - This commit adds an option to `Gitlab::Git::Repository#find_commits` to sort by date, and changes the graph builder `Network::Graph` so it explictly requests the `:date` sort order | ||||
* | Revert "Enable Style/DotPosition" | Douwe Maan | 2017-02-23 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb | ||||
* | Revert "Prefer leading style for Style/DotPosition" | Douwe Maan | 2017-02-23 | 2 | -8/+8 |
| | | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b. | ||||
* | Prefer leading style for Style/DotPosition | Douwe Maan | 2017-02-23 | 2 | -8/+8 |
| | |||||
* | Fix code for cops | Douwe Maan | 2017-02-23 | 1 | -5/+6 |
| | |||||
* | Enable Style/ConditionalAssignment | Douwe Maan | 2017-02-23 | 1 | -3/+3 |
| | |||||
* | Enable Style/DotPosition | Douwe Maan | 2017-02-23 | 2 | -8/+8 |
| | |||||
* | Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741 | Rydkin Maxim | 2016-12-16 | 1 | -2/+2 |
| | |||||
* | Enable Style/SpaceAfterComma Rubocop coprubocop/enable-space-after-cops | Grzegorz Bizon | 2016-06-29 | 1 | -2/+2 |
| | |||||
* | Merge branch 'style/enable-semicolon-rubocop-cop' into 'master' | Robert Speicher | 2016-06-01 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | Enable Style/Semicolon rubocop style cop Don't use semicolons to terminate expressions. See #17478. See merge request !4351 | ||||
| * | Enable Style/Semicolon rubocop style copstyle/enable-semicolon-rubocop-cop | Grzegorz Bizon | 2016-06-01 | 1 | -1/+1 |
| | | | | | | | | See #17478 | ||||
* | | Enable Style/For rubocop coprubocop/enable-style-for-cop | Grzegorz Bizon | 2016-06-01 | 1 | -3/+3 |
|/ | | | | | | Do not use for, unless you know exactly why. See #17478 | ||||
* | Merge branch 'rubocop/enable-space-before-comma-cop' into 'master' | Robert Speicher | 2016-05-30 | 1 | -3/+10 |
|\ | | | | | | | | | | | | | | | | | Enable Style/SpaceBeforeComma rubocop cop No spaces before commas. See #17478 See merge request !4360 | ||||
| * | Enable Style/SpaceBeforeComma rubocop coprubocop/enable-space-before-comma-cop | Grzegorz Bizon | 2016-05-30 | 1 | -3/+10 |
| | | | | | | | | | | | | No spaces before commas. See #17478 | ||||
* | | Merge branch 'style/enable-multiline-if-then-rubocop-cop' into 'master' | Robert Speicher | 2016-05-30 | 1 | -5/+5 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Enable Style/MultilineIfThen rubocop cop Do not use then for multi-line if. See #7478. See merge request !4353 | ||||
| * | | Enable Style/MultilineIfThen rubocop copstyle/enable-multiline-if-then-rubocop-cop | Grzegorz Bizon | 2016-05-30 | 1 | -5/+5 |
| |/ | | | | | | | | | | | Do not use then for multi-line if. See #7478. | ||||
* | | Enable Style/WhileUntilDo rubocop style copstyle/enable-while-until-do-rubocop-style-cop | Grzegorz Bizon | 2016-05-30 | 1 | -1/+1 |
|/ | | | | See #17478 | ||||
* | Enable Style/InfiniteLoop Rubocop copcomplexity/rubocop-style-loop | Grzegorz Bizon | 2016-05-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #7999 from cirosantilli/append-inplace | Dmitriy Zaporozhets | 2015-01-21 | 1 | -1/+1 |
|\ | | | | | Append in place for strings and arrays [failure unrelated] | ||||
| * | Append in place for strings and arrays | Ciro Santilli | 2015-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fix various typos | Steven Burgart | 2015-01-18 | 1 | -1/+1 |
|/ | | | | | | | | | | | | | | | signe-in -> signed-in go_to_gihub_for_permissions -> go_to_github_for_permissions descendand -> descendant behavour -> behaviour recepient_email -> recipient_email generate_fingerpint -> generate_fingerprint dependes -> depends Cant't -> Can't wisit -> visit notifcation -> notification sufficent_scope -> sufficient_scope? levet -> level | ||||
* | Add parenthesis to function def with arguments. | Ciro Santilli | 2014-10-03 | 1 | -1/+1 |
| | |||||
* | Remove parent spacing. Fixes #7505 | Yvo van Beek | 2014-09-06 | 1 | -6/+0 |
| | |||||
* | Remove grit require | Dmitriy Zaporozhets | 2013-09-30 | 1 | -2/+0 |
| | |||||
* | Remove the dependancy of grit from class Network::Graph | Hiroyuki Sato | 2013-08-20 | 2 | -32/+8 |
| | |||||
* | Fix typos | Johannes Schleifenbaum | 2013-07-29 | 1 | -2/+2 |
| | |||||
* | Fix postgres error when displaying network graph. | Sato Hiroyuki | 2013-06-02 | 1 | -1/+1 |
| | | | | fix #4149 | ||||
* | Enable to filter graph by ref | Sato Hiroyuki | 2013-05-13 | 1 | -2/+5 |
| | |||||
* | Fix minor bug about line overlap. | Sato Hiroyuki | 2013-04-25 | 1 | -1/+1 |
| | |||||
* | Reducing database access. | Sato Hiroyuki | 2013-04-24 | 1 | -1/+10 |
| | |||||
* | Fixed wrong order of arguments in network graph caused by refactoring | Dmitriy Zaporozhets | 2013-04-03 | 1 | -1/+1 |
| | |||||
* | Refactoring and cleanup. Removed unused commit finders | Dmitriy Zaporozhets | 2013-04-03 | 1 | -13/+10 |
| | |||||
* | Remove grit logic from app/ | Dmitriy Zaporozhets | 2013-03-31 | 1 | -1/+1 |
| | |||||
* | Rotating graph orientation. | Sato Hiroyuki | 2013-03-20 | 1 | -25/+14 |
| | |||||
* | Fix timeout error while showing the very large repo like git repo. | Sato Hiroyuki | 2013-03-19 | 1 | -4/+21 |
| | |||||
* | Refactor: removing duplicate code. | Sato Hiroyuki | 2013-03-19 | 1 | -10/+14 |
| | |||||
* | Refactor: Removing the duplicated code. | Sato Hiroyuki | 2013-03-07 | 2 | -47/+39 |
| | |||||
* | Refactor: change the map hash from a local variable to private variable. | Sato Hiroyuki | 2013-03-07 | 1 | -34/+31 |
| | |||||
* | Refacor: removing the times array, because that is same with @commits array. | Sato Hiroyuki | 2013-03-07 | 1 | -21/+31 |
| | |||||
* | Refactor: clean up models. | Sato Hiroyuki | 2013-03-07 | 2 | -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 Hiroyuki | 2013-03-07 | 2 | -0/+323 |
* Module: Graph -> Network * Class: JsonBuilder -> Graph |