gitlab-org--gitlab-foss/app
Yorick Peterse 41b8d22631 Tweaked performance of Issue#related_branches
Requesting the branch names of a repository works even when it's empty,
thus there's no need to explicitly check for an empty repository.
Removing this check cuts down the amount of Git operations which in turn
cuts down request timings a bit. The regular expression used to compare
branches was also moved out of the loop so it's created only once.
2016-03-19 21:54:08 +01:00
..
assets Merge remote-tracking branch 'origin/master' into remove-wip 2016-03-18 23:29:18 +01:00
controllers Merge branch 'remove-wip' into 'master' 2016-03-19 20:06:59 +00:00
finders Restrict access to confidential issues 2016-03-17 20:55:38 -03:00
helpers Merge branch 'label-tooltip' into 'master' 2016-03-19 18:55:12 +00:00
mailers Create a SentNotification record for #relabeled_issue_email / #relabeled_merge_request_email 2016-03-15 18:36:54 +01:00
models Tweaked performance of Issue#related_branches 2016-03-19 21:54:08 +01:00
services Merge branch 'remove-wip' into 'master' 2016-03-19 20:06:59 +00:00
uploaders Revert "Merge branch 'avatar-cropping' into 'master' " 2016-03-15 14:55:40 +01:00
validators Allow webhooks URL to have leading and trailing spaces 2016-02-26 14:34:06 -05:00
views Merge branch 'remove-wip' into 'master' 2016-03-19 20:06:59 +00:00
workers Merge branch 'no-gc-retry' into 'master' 2016-03-18 20:26:40 +00:00