Merge branch 'ref-ext-external-issues' into 'master'
Move reference extractor EE special case to separate method. Fixes gitlab/gitlabhq#2370. @dzaporozhets With this change, the part ```ruby %i(user label issue merge_request snippet commit commit_range).each do |type| define_method("#{type}s") do references[type] end end ``` is the same as in CE again, and the only added part is the issues method, which should not conflict with CE stuff. See merge request !415
Showing
Please register or sign in to comment