gitlab-org--gitlab-foss/spec
David Eisner 7ef1c6408e API: Implement project issues iid param with IssuesFinder and add tests
- Use IssuesFinder for the /issues API resouce
- Tests for iid filter in project issues API resource
- Tests for No Milestone filter in issues API resources
  The "No Milestone" case was not previously tested, and the `/issues`
  resource did not support the the `milestone` parameter.
- Return issues where all labels match from the issues and project issues
  API resources, like the group issues resource already does. See
  https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6825#note_17474533

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-12 17:51:06 -05:00
..
bin DRY up the specs for bin/changelog 2016-11-03 17:35:06 +00:00
config Make mail_room idle_timeout option configurable. 2016-11-16 12:46:37 +01:00
controllers fixes the issue 2017-01-12 15:49:48 -05:00
db/production Introduce "stub_env" test helper for safely stubbing environment variables 2017-01-09 18:19:48 +01:00
factories Add test example for pipeline with yaml errors 2017-01-04 12:48:24 +01:00
features Fix rubocop 2017-01-11 21:12:03 -05:00
finders Merge branch 'jej-24637-move-issue-visible_to_user-to-finder' into 'security' 2016-12-15 11:41:04 -03:00
fixtures Revert "allow empty-quotes" 2016-12-21 09:51:42 -08:00
helpers Merge branch '26168-emoji-reactions-missing-tooltip-when-not-logged-in' into 'master' 2017-01-03 18:37:28 +00:00
initializers Introduce "stub_env" test helper for safely stubbing environment variables 2017-01-09 18:19:48 +01:00
javascripts Fix specs 2017-01-09 16:01:37 -06:00
lib Merge branch 'zj-unadressable-url-variables' into 'master' 2017-01-12 18:19:11 +00:00
mailers Merge branch '24880-configurable-plaintext-emails' into 'master' 2016-11-29 12:05:23 +00:00
migrations Fill missing authorized projects rows 2017-01-11 11:28:08 -05:00
models Merge branch '24185-legacy-ci-status-reactive-cache' into 'security' 2017-01-12 17:39:46 -05:00
policies Include group parents into read access for project and group 2016-12-26 10:57:11 +02:00
requests API: Implement project issues iid param with IssuesFinder and add tests 2017-01-12 17:51:06 -05:00
routing Fix 500 error when visit group from admin area if group name contains dot 2016-12-28 13:43:08 +02:00
serializers Add specs for pipeline serializer with pagination 2016-12-28 13:07:30 +01:00
services Merge branch 'remove-project-authorizations-id-column' into 'master' 2017-01-09 20:10:29 +00:00
support Merge branch '24185-legacy-ci-status-reactive-cache' into 'security' 2017-01-12 17:39:46 -05:00
tasks/gitlab Restore backup correctly when "BACKUP" environment variable is passed 2017-01-09 18:38:53 +01:00
uploaders Don't delete files from spec/fixtures 2017-01-03 15:37:32 +01:00
views Added spec for testing the issuable count 2017-01-07 10:54:05 +00:00
workers Record and show last used date of SSH Keys 2017-01-09 04:15:39 +11:00
factories_spec.rb
rails_helper.rb
rake_helper.rb Move task helpers to a module 2016-11-30 12:20:21 +01:00
simplecov_env.rb
spec_helper.rb Pass commit data to ProcessCommitWorker 2016-12-01 13:36:06 +01:00
teaspoon_env.rb