gitlab-org--gitlab-foss/app
Zeger-Jan van de Weg 70ca3370eb \#to_branch_name now uses the iid as postfix
Given the branch name 'mep-mep' with an iid being 1,
the current way, master's way, would yield a branch name of
1-mep-mep. The problem for larger projects however would be that
a developer might forget what iid the issue was.

When this developer would try to tab complete it would:
- Or result in 20+ branches possibly
- Or start with the wrong digit, try again with digit++
  - Would see 20 branches, repeat

Thus the obvious way of solving this is letting the dev tab complete
on the issue title, which is easier to remember.
2016-03-18 19:34:04 +01:00
..
assets Merge branch 'refactor-variables' into 'master' 2016-03-18 17:42:39 +00:00
controllers Merge branch 'trigger-todo-for-mentions-on-commits-page' into 'master' 2016-03-18 17:10:09 +00:00
finders Restrict access to confidential issues 2016-03-17 20:55:38 -03:00
helpers Merge branch 'trigger-todo-for-mentions-on-commits-page' into 'master' 2016-03-18 17:10:09 +00:00
mailers Create a SentNotification record for #relabeled_issue_email / #relabeled_merge_request_email 2016-03-15 18:36:54 +01:00
models \#to_branch_name now uses the iid as postfix 2016-03-18 19:34:04 +01:00
services \#to_branch_name now uses the iid as postfix 2016-03-18 19:34:04 +01: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 'add_avatar_to_issue_mr_header' into 'master' 2016-03-18 17:58:43 +00:00
workers Back-porting PostReceive refactor made for EE 🍺 2016-03-17 00:24:12 -03:00