<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/autocomplete_controller.rb, branch parallel-tests</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Update autocomplete_controller to be more readable</title>
<updated>2015-11-22T08:04:20+00:00</updated>
<author>
<name>Felipe Orlando</name>
<email>bee.sql@gmail.com</email>
</author>
<published>2015-11-22T08:04:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=075e3661c534a06753065e9e3323168b786cdbe5'/>
<id>075e3661c534a06753065e9e3323168b786cdbe5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce method complexity in AutocompleteController</title>
<updated>2015-11-20T12:49:24+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-11-19T13:49:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5a4c56c38dd7aef414582edb880b343bf67b65b8'/>
<id>5a4c56c38dd7aef414582edb880b343bf67b65b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sorted autocomplete users list by name</title>
<updated>2015-09-15T21:48:24+00:00</updated>
<author>
<name>Allister Antosik</name>
<email>allisterantosik@allisters-mbp.home</email>
</author>
<published>2015-09-15T21:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c9389d0e7450850423c8c87062f6c26422b78422'/>
<id>c9389d0e7450850423c8c87062f6c26422b78422</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug preventing invite by e-mail</title>
<updated>2015-08-21T20:47:56+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-08-21T04:33:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3715a0f29b6758b3075abb6f28ee24c4eb8ed427'/>
<id>3715a0f29b6758b3075abb6f28ee24c4eb8ed427</id>
<content type='text'>
This was broken in 70f5291808 as a result of introducing the ability to filter by current user.

Closes #2320
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was broken in 70f5291808 as a result of introducing the ability to filter by current user.

Closes #2320
</pre>
</div>
</content>
</entry>
<entry>
<title>Always add current user to autocomplete controller to support filter by "Me"</title>
<updated>2015-08-06T07:46:14+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-08-06T07:20:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=70f5291808469a808eb2bee70e9e97acc7716bb6'/>
<id>70f5291808469a808eb2bee70e9e97acc7716bb6</id>
<content type='text'>
Partial fix #2202
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Partial fix #2202
</pre>
</div>
</content>
</entry>
<entry>
<title>Better handle unknown projects and groups for autocomplete</title>
<updated>2015-07-11T13:19:32+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-07-11T13:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=96644c1fc146b55795d36cf4c03a80d2d58d112e'/>
<id>96644c1fc146b55795d36cf4c03a80d2d58d112e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix user autocomplete for unauthenticated users accessing public projects</title>
<updated>2015-07-11T00:39:58+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-07-11T00:36:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0b67d7a0fe79c05681c6e541105350d94fff6931'/>
<id>0b67d7a0fe79c05681c6e541105350d94fff6931</id>
<content type='text'>
Closes #1955
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1955
</pre>
</div>
</content>
</entry>
<entry>
<title>Add autocomplete controller</title>
<updated>2015-03-27T02:06:19+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-03-27T02:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=26053c870530ebb6d276a364ea9d40d202ead0de'/>
<id>26053c870530ebb6d276a364ea9d40d202ead0de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
