gitlab-org--gitlab-foss/spec
Dmitriy Zaporozhets c5eb2977d7 Merge branch 'add-current-user-to-autocomplete' into 'master'
Always add current user to autocomplete controller to support filter by "Me"

### What does this MR do?

This MR always adds the current user to the autocomplete list of users.

### Why was this MR needed?

Normally only the members from a team or the group are shown in the autocomplete list. However, this prevents a user from filtering issues belong to him/her if the user does not belong directly to either. To make this filtering more usable, we can be sure to add the current user to the list, which the JavaScript code will move to the top of the list.

### What are the relevant issue numbers?

Partial fix #2202

See merge request !1100
2015-08-06 16:10:38 +00:00
..
controllers Merge branch 'add-current-user-to-autocomplete' into 'master' 2015-08-06 16:10:38 +00:00
factories Allow users to send abuse reports 2015-08-06 14:03:27 +02:00
features Fix spec 2015-08-06 17:15:37 +02:00
finders Set milestone on new issue when creating issue from index with milestone filter active. 2015-05-27 14:22:11 +02:00
fixtures Add RelativeLinkFilter section to Markdown fixture 2015-07-28 18:56:27 -04:00
helpers Fix multi-line syntax highlighting 2015-07-30 22:37:53 -07:00
javascripts Fix the "Reload with full diff" URL button 2015-07-23 12:53:54 -07:00
lib Merge branch 'fix-branch-errors-with-encoded-slashes' into 'master' 2015-08-06 08:29:18 +00:00
mailers Merge branch 'master' into rubocop-for-tests 2015-06-23 10:44:03 +02:00
models Merge branch 'report-spam' 2015-08-06 18:07:36 +02:00
requests/api Merge branch 'master' into drop-satellites 2015-08-04 16:42:36 +02:00
routing Improve tests to use real branches in merge requests 2015-08-04 17:20:26 +02:00
services Fix merge request creation without branch selected 2015-08-05 11:03:41 +02:00
support Merge branch 'master' into drop-satellites 2015-08-04 16:42:36 +02:00
tasks/gitlab Use a separate backup test directory and nuke its contents 2015-07-24 18:54:06 +02:00
workers Merge branch 'master' into rubocop-for-tests 2015-06-23 10:44:03 +02:00
factories.rb Only publish ssh key-type and key 2015-08-04 14:33:18 +02:00
factories_spec.rb
rails_helper.rb Started on the actual rspec 3 upgrade 2015-06-22 12:12:49 +02:00
spec_helper.rb Move coverage-related setup back to spec_helper 2015-07-13 22:41:47 -04:00
teaspoon_env.rb teaspoon install 2015-05-28 18:22:32 -04:00