gitlab-org--gitlab-foss/app
Douwe Maan 52a8d1f3c6 Merge branch 'fix/gitpushservice-complexity-issue' into 'master'
Reduce code complexity on GitPushService#execute

Code complexity for gitlab-ce after this has been refactored:
```
  27.3: GitPushService#execute
```
This still needs to be merged into `gitlab-ee` presumably with conflicts... Perhaps we should create another issue for doing that?

I left the code sort of similar to what it was... If I could, I would have refactored most of the code into separate classes, etc. as it breaks probably all SOLID principles.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13327


See merge request !2784
2016-02-18 09:33:21 +00:00
..
assets Merge branch 'see-and-sort-on-vote-count-mr-issues' into 'master' 2016-02-17 17:20:35 +00:00
controllers Merge branch 'git-archive-refactor' into 'master' 2016-02-17 17:16:34 +00:00
finders Scope issue projects to a Group when possible 2016-01-18 12:27:33 +01:00
helpers Merge branch 'see-and-sort-on-vote-count-mr-issues' into 'master' 2016-02-17 17:20:35 +00:00
mailers Fix broken link in CI build notification emails 2016-02-12 14:01:27 +01:00
models Reopened MRs should also be considered as open. 2016-02-17 21:15:13 -05:00
services Merge branch 'fix/gitpushservice-complexity-issue' into 'master' 2016-02-18 09:33:21 +00:00
uploaders Let the CI runner know about builds that this build depends on 2016-01-14 19:45:55 +01:00
validators Re-add EmailValidator to avoid the repetition of format: { with: Devise.email_regexp } 2016-02-09 18:15:35 +01:00
views Merge branch 'see-and-sort-on-vote-count-mr-issues' into 'master' 2016-02-17 17:20:35 +00:00
workers Merge branch 'fix/gitpushservice-complexity-issue' into 'master' 2016-02-18 09:33:21 +00:00