gitlab-org--gitlab-foss/spec
Sean McGivern 9f612cc428 Fix issues mentioned but not closed for JIRA
The `ReferenceExtractor` would return an array of `ExternalIssue`
objects, and then perform `Array#-` to remove the issues
closed. `ExternalIssue`s had `==` defined, but not `hash` or `eql?`,
which are used by `Array#-`.
2017-03-06 14:18:49 +00:00
..
bin
config Use newer mail_room to get `require_relative` support 2017-02-20 17:38:21 +01:00
controllers Cleaning up navigational order - Project 2017-03-02 17:57:01 +00:00
db/production
factories Fix issues mentioned but not closed for JIRA 2017-03-06 14:18:49 +00:00
features Merge branch '19497-hide-relevant-info-when-project-issues-are-disabled' into 'master' 2017-03-03 12:04:55 +00:00
finders Revert "Enable Style/DotPosition" 2017-02-23 09:33:19 -06:00
fixtures Use newer mail_room to get `require_relative` support 2017-02-20 17:38:21 +01:00
helpers Merge branch '2629-show-public-rss-feeds-to-anonymous-users' into 'master' 2017-03-02 17:50:33 +00:00
initializers Enable Style/SpaceInsideBrackets 2017-02-23 09:31:56 -06:00
javascripts Merge branch '27978-improve-task-list-ux' into 'master' 2017-03-02 22:56:59 +00:00
lib Merge branch 'fix-build-mock-ci-service' into 'master' 2017-03-02 18:04:37 +00:00
mailers Revert "Prefer leading style for Style/DotPosition" 2017-02-23 09:33:05 -06:00
migrations Revert "Prefer leading style for Style/DotPosition" 2017-02-23 09:33:05 -06:00
models Fix issues mentioned but not closed for JIRA 2017-03-06 14:18:49 +00:00
policies Don't allow deleting a ghost user. 2017-02-24 16:50:20 +05:30
presenters/ci Revert "Prefer leading style for Style/DotPosition" 2017-02-23 09:33:05 -06:00
requests Merge branch '27532_api_changes' into 'master' 2017-03-03 06:32:58 +00:00
routing
rubocop/cop Add RuboCop cop for custom error classes 2017-03-01 10:53:10 +00:00
serializers Revert "Enable Style/DotPosition" 2017-02-23 09:33:19 -06:00
services Merge branch 'fix/gb/fix-build-retry-tags-assignment' into 'master' 2017-03-03 10:17:20 +00:00
support Merge branch '2629-show-public-rss-feeds-to-anonymous-users' into 'master' 2017-03-02 17:50:33 +00:00
tasks Revert "Enable Style/DotPosition" 2017-02-23 09:33:19 -06:00
uploaders Minor refactoring of Uploaders 2017-02-24 16:41:27 -05:00
views Simplify view specs for commit status badge partial 2017-03-01 14:32:21 +01:00
workers Use Namespace#full_path instead of #path where appropriate 2017-02-23 17:55:01 -06:00
factories_spec.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb