summaryrefslogtreecommitdiff
path: root/spec/controllers/autocomplete_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* | Revert authors ability to assign anyoneZeger-Jan van de Weg2016-02-221-2/+2
| |
* | Issuable can be assigned to authorZeger-Jan van de Weg2016-02-221-0/+13
|/ | | | | | | Closes #9014 The only difference with #9014 is that I thoughed the author should also be able to assign the issue. If this is unwanted behavior Ill revert it.
* Reduce method complexity in AutocompleteControlleree-flogDouwe Maan2015-11-201-4/+5
|
* Fix bug preventing invite by e-mailStan Hu2015-08-211-1/+1
| | | | | | This was broken in 70f5291808 as a result of introducing the ability to filter by current user. Closes #2320
* Always add current user to autocomplete controller to support filter by "Me"Stan Hu2015-08-061-0/+22
| | | | Partial fix #2202
* Better handle unknown projects and groups for autocompleteStan Hu2015-07-111-15/+63
|
* Fix user autocomplete for unauthenticated users accessing public projectsStan Hu2015-07-101-0/+24
| | | | Closes #1955
* Update mock and stub syntax for specsRobert Speicher2015-06-221-3/+3
|
* Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-131-8/+8
|
* Add autocomplete controllerDmitriy Zaporozhets2015-03-261-0/+51