<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/autocomplete_controller.rb, branch feature/github-edit-path</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Move to project dropdown with infinite scroll for better performance</title>
<updated>2016-08-17T05:33:51+00:00</updated>
<author>
<name>Paco Guzman</name>
<email>pacoguzmanp@gmail.com</email>
</author>
<published>2016-08-05T13:29:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=03386633a42bd56b0b0b31b70eebaaaa33e1494e'/>
<id>03386633a42bd56b0b0b31b70eebaaaa33e1494e</id>
<content type='text'>
Use just SQL to check is a user can admin_issue on a project

Tradeoff

- we duplicate how we check admin_issue in a SQL relation in the Ability class
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use just SQL to check is a user can admin_issue on a project

Tradeoff

- we duplicate how we check admin_issue in a SQL relation in the Ability class
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a missed `before_action` for `AutocompleteController`.</title>
<updated>2016-08-16T09:59:10+00:00</updated>
<author>
<name>Timothy Andrew</name>
<email>mail@timothyandrew.net</email>
</author>
<published>2016-08-16T09:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f898a47e146391d869eeade989143513fb5c4ed0'/>
<id>f898a47e146391d869eeade989143513fb5c4ed0</id>
<content type='text'>
- `#find_users` depends on a project being loaded.

- Missed adding this in 2193ae222b3337f03c18dd7d27408a1b138c2f92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- `#find_users` depends on a project being loaded.

- Missed adding this in 2193ae222b3337f03c18dd7d27408a1b138c2f92
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport `AutocompleteController#load_project` from EE!581.</title>
<updated>2016-08-16T09:46:08+00:00</updated>
<author>
<name>Timothy Andrew</name>
<email>mail@timothyandrew.net</email>
</author>
<published>2016-08-16T09:46:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2193ae222b3337f03c18dd7d27408a1b138c2f92'/>
<id>2193ae222b3337f03c18dd7d27408a1b138c2f92</id>
<content type='text'>
- This is an optimization that was made in !581, and it needs to be
  backported to CE to avoid merge conflicts in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This is an optimization that was made in !581, and it needs to be
  backported to CE to avoid merge conflicts in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow skipping users in autocomplete</title>
<updated>2016-07-27T13:10:49+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2016-07-13T14:38:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dc4de2d8e2a42640cc24816fd28112c2f2d0bc91'/>
<id>dc4de2d8e2a42640cc24816fd28112c2f2d0bc91</id>
<content type='text'>
Pass an array of user IDs in the `skip_users` param to have them
excluded from the results (unless they are explicitly included through
the `current_user` or `author_id` params).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pass an array of user IDs in the `skip_users` param to have them
excluded from the results (unless they are explicitly included through
the `current_user` or `author_id` params).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue with move dropdown not being searchable</title>
<updated>2016-06-15T07:53:11+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-06-15T07:53:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e412c1f25e9abfebaa7b5669e1acf7f26a66d722'/>
<id>e412c1f25e9abfebaa7b5669e1acf7f26a66d722</id>
<content type='text'>
Closes #18634
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #18634
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Ruby</title>
<updated>2016-05-25T14:26:02+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-05-25T14:26:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=50a16c4bd75307f05bcffa4d1231872a1346ae6e'/>
<id>50a16c4bd75307f05bcffa4d1231872a1346ae6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly sends project ID</title>
<updated>2016-05-20T20:52:45+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-05-20T20:52:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=672bd4e6ff52da0acad0a5838324ba0039ed484c'/>
<id>672bd4e6ff52da0acad0a5838324ba0039ed484c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Loads move issue dropdown async</title>
<updated>2016-05-16T14:24:51+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-05-16T14:24:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5c4416bb45c2c61e99517c594cdd3b8dea1dc829'/>
<id>5c4416bb45c2c61e99517c594cdd3b8dea1dc829</id>
<content type='text'>
Closes #16563
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #16563
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into assign-to-issuable-opener</title>
<updated>2016-04-15T12:38:15+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>zegerjan@gitlab.com</email>
</author>
<published>2016-04-06T07:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=33f8b06c3925fbefd6eac38efc71eac8b787ebd7'/>
<id>33f8b06c3925fbefd6eac38efc71eac8b787ebd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into assign-to-issuable-opener</title>
<updated>2016-03-29T15:26:59+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>zegerjan@gitlab.com</email>
</author>
<published>2016-03-29T15:26:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3339513ca67c50a231b8906a33eccc0d209270a5'/>
<id>3339513ca67c50a231b8906a33eccc0d209270a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
