gitlab-org--gitlab-foss/spec
Sean McGivern 3c6a4d6363 Ensure MRs always use branch refs for comparison
If a merge request was created with a branch name that also matched a tag name,
we'd generate a comparison to or from the tag respectively, rather than the
branch. Merging would still use the branch, of course.

To avoid this, ensure that when we get the branch heads, we prepend the
reference prefix for branches, which will ensure that we generate the correct
comparison.
2017-11-28 17:01:38 +00:00
..
bin Add Performance category to the changelog 2017-10-13 12:45:56 +02:00
config
controllers Allow password authentication to be disabled entirely 2017-11-23 13:16:14 +00:00
db/production
factories Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master' 2017-11-20 09:22:14 +00:00
features Allow password authentication to be disabled entirely 2017-11-23 13:16:14 +00:00
finders Fix users autocomplete in a subgroup 2017-11-13 13:19:54 +00:00
fixtures Merge branch 'feature_add_mermaid' into 'master' 2017-11-22 11:00:12 +00:00
helpers Allow password authentication to be disabled entirely 2017-11-23 13:16:14 +00:00
initializers Fix rspec errors, and add more tests to MethodCall and ActionView 2017-11-02 18:11:43 +01:00
javascripts Merge branch 'fix-mermaid-import' into 'master' 2017-11-23 15:47:17 +00:00
lib Ensure MRs always use branch refs for comparison 2017-11-28 17:01:38 +00:00
mailers Fix image diff notes email 2017-11-13 12:39:01 -02:00
migrations Merge branch 'bvl-delete-empty-fork-networks' into 'master' 2017-11-17 14:21:36 +00:00
models Ensure MRs always use branch refs for comparison 2017-11-28 17:01:38 +00:00
policies Improve spec 2017-11-07 22:45:55 +09:00
presenters spec for spec/presenters 2017-10-31 01:09:39 +09:00
requests Allow password authentication to be disabled entirely 2017-11-23 13:16:14 +00:00
routing Don't add a trailing slash in group redirects 2017-11-16 17:13:40 +00:00
rubocop/cop Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master' 2017-11-20 09:22:14 +00:00
serializers Merge branch 'master' into 38464-k8s-apps 2017-11-08 01:46:53 +09:00
services Ensure MRs always use branch refs for comparison 2017-11-28 17:01:38 +00:00
sidekiq/cron
support Allow password authentication to be disabled entirely 2017-11-23 13:16:14 +00:00
tasks Add FetchSourceBranch Gitaly call 2017-11-22 10:19:42 +00:00
unicorn Speed up Unicorn specs by using a dummy Rack application instead of GitLab 2017-11-22 19:51:57 +00:00
uploaders FileUploader should check for hashed_storage?(:attachments) to use disk_path 2017-11-21 18:38:25 +01:00
validators Reallow project paths ending in periods 2017-11-06 14:46:53 +01:00
views Prevent 500 error when inspecting job after trigger was removed 2017-11-24 09:20:34 +00:00
workers Fix testing order 2017-11-23 02:55:10 +09:00
factories_spec.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Fix reply quote keyboard shortcut on MRs 2017-11-21 14:27:16 -06:00