gitlab-org--gitlab-foss/spec
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
..
config
controllers
factories Update schema info comment on todo related files 2016-03-18 11:00:53 -03:00
features Merge branch 'issue-fade-load' into 'master' 2016-03-18 12:25:09 +00:00
finders
fixtures
helpers
initializers
javascripts
lib Merge branch 'confidential-issues' into 'master' 2016-03-18 12:04:56 +00:00
mailers
models \#to_branch_name now uses the iid as postfix 2016-03-18 19:34:04 +01:00
requests Restrict access to confidential issues through API 2016-03-17 20:55:59 -03:00
routing
services Trigger a todo for mentions on commits page 2016-03-18 11:00:53 -03:00
support
tasks/gitlab
views
workers
factories_spec.rb
rails_helper.rb
spec_helper.rb
teaspoon_env.rb