<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/search_controller.rb, branch diff-notes-refactor</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Search feature: redirects to commit page if query is commit sha and only commit found</title>
<updated>2017-01-24T11:58:00+00:00</updated>
<author>
<name>YarNayar</name>
<email>YarTheGreat@gmail.com</email>
</author>
<published>2017-01-11T04:20:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=99404a5851a4b8bbba8a5786d7351f2d4b024092'/>
<id>99404a5851a4b8bbba8a5786d7351f2d4b024092</id>
<content type='text'>
See !8028 and #24833
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See !8028 and #24833
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken commits search</title>
<updated>2016-11-08T10:03:23+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>valery@gitlab.com</email>
</author>
<published>2016-11-07T18:36:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ebc44befdc773b39a171d38dc13c38cd6630828a'/>
<id>ebc44befdc773b39a171d38dc13c38cd6630828a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed search dropdown labels not displaying</title>
<updated>2016-09-12T08:00:57+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-09-09T11:08:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=47b49624b1caff3db026c69ac219aa48507eedaa'/>
<id>47b49624b1caff3db026c69ac219aa48507eedaa</id>
<content type='text'>
This would only happen when the search term was empty because the method was returning before the controller could find the group or project for the toggle

Closes #21783
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This would only happen when the search term was empty because the method was returning before the controller could find the group or project for the toggle

Closes #21783
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace reject_blocked with reject_blocked! in callbacks.</title>
<updated>2016-07-27T19:56:30+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-07-27T19:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b1c94754436e4c15529276a61d601f72bb53c2b2'/>
<id>b1c94754436e4c15529276a61d601f72bb53c2b2</id>
<content type='text'>
In Rails 4.2 and below, skipping callbacks (skip_before_action, skip_after_action, etc.) that use methods which do not exist will not throw any errors.

On the other hand, Rails 5 does. See https://github.com/rails/rails/pull/19029

After testing with Rails 5 I noticed there are some methods that don't actually exist (because they were renamed, usually), this fixes a few instances of those.

reject_blocked! was introduced in c9def945d4222eeb8026a0311495259bf99267a1, I can't find any references to reject_blocked ever existing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Rails 4.2 and below, skipping callbacks (skip_before_action, skip_after_action, etc.) that use methods which do not exist will not throw any errors.

On the other hand, Rails 5 does. See https://github.com/rails/rails/pull/19029

After testing with Rails 5 I noticed there are some methods that don't actually exist (because they were renamed, usually), this fixes a few instances of those.

reject_blocked! was introduced in c9def945d4222eeb8026a0311495259bf99267a1, I can't find any references to reject_blocked ever existing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated based on feedback</title>
<updated>2016-04-26T08:04:35+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-04-26T08:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97c1a1ef64cdce75afa24075ea77333e76c9ccbf'/>
<id>97c1a1ef64cdce75afa24075ea77333e76c9ccbf</id>
<content type='text'>
Changed some variable names
Fixed CHANGELOG entry
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed some variable names
Fixed CHANGELOG entry
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue with dropdown option not sticking</title>
<updated>2016-04-26T08:03:04+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-04-19T07:52:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3137559dfd45ff0e7fa6653ed1ba3d75836e4c45'/>
<id>3137559dfd45ff0e7fa6653ed1ba3d75836e4c45</id>
<content type='text'>
CHANGELOG item
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CHANGELOG item
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable search for logged-out users</title>
<updated>2016-03-01T14:57:28+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2016-03-01T14:57:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c9a8f2a03ec6510b5579cf51798b6f2bf870089b'/>
<id>c9a8f2a03ec6510b5579cf51798b6f2bf870089b</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for searching commit log messages</title>
<updated>2015-10-29T02:34:39+00:00</updated>
<author>
<name>Jonathan Schoeffling</name>
<email>jonathan.schoeffling@lmco.com</email>
</author>
<published>2015-06-14T22:04:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5a5069969ce8e9184e36abbb7623bf474d5869e9'/>
<id>5a5069969ce8e9184e36abbb7623bf474d5869e9</id>
<content type='text'>
Include the log messages of recent commits in project-level search
results, providing functionality similar to 'git log --grep'.

Update repository model rspec tests to validate the output of
Repository#commits_with_log_matching.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the log messages of recent commits in project-level search
results, providing functionality similar to 'git log --grep'.

Update repository model rspec tests to validate the output of
Repository#commits_with_log_matching.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ability to search milestones</title>
<updated>2015-08-24T10:59:01+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>vsv2711@gmail.com</email>
</author>
<published>2015-08-13T14:48:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=56527b63e8a09e0fe4967eabf08638d853e6b2b5'/>
<id>56527b63e8a09e0fe4967eabf08638d853e6b2b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add helpers for header title and sidebar, and move setting those from controllers to layouts.</title>
<updated>2015-05-01T08:39:16+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-05-01T08:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=92fd3ccee05acdfd5e498734ed287458a8dd21a3'/>
<id>92fd3ccee05acdfd5e498734ed287458a8dd21a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
