<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/projects/commit_controller.rb, branch shell-version-warning</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>Move 'require_non_empty_project' filter to front so 'assign_ref_vars' doesn't 404.</title>
<updated>2015-02-20T16:20:03+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-20T15:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=00408f37e34f37f1299df6957f62bfa7ff341749'/>
<id>00408f37e34f37f1299df6957f62bfa7ff341749</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Commit page: async load branches info</title>
<updated>2015-02-03T17:10:56+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>valery@gitlab.com</email>
</author>
<published>2015-02-03T05:30:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b9d9ac82a9d650b659866ea26dcb4e7987f10381'/>
<id>b9d9ac82a9d650b659866ea26dcb4e7987f10381</id>
<content type='text'>
Conflicts:
	config/routes.rb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	config/routes.rb
</pre>
</div>
</content>
</entry>
<entry>
<title>Show tags in commit view</title>
<updated>2015-01-17T18:22:35+00:00</updated>
<author>
<name>Hannes Rosenögger</name>
<email>123haynes@gmail.com</email>
</author>
<published>2015-01-17T13:12:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8243eb3f0e3ee06a793831ae0899bfe409a31903'/>
<id>8243eb3f0e3ee06a793831ae0899bfe409a31903</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove auth duplication</title>
<updated>2014-11-05T09:04:08+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>admin@example12.com</email>
</author>
<published>2014-11-05T09:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6f34d40436531029228e78d7a55a0e3982dbf89e'/>
<id>6f34d40436531029228e78d7a55a0e3982dbf89e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8030 from cirosantilli/factor-authorize</title>
<updated>2014-10-21T08:43:12+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2014-10-21T08:43:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8ad9a75f88f7165463e9f5f0c5d8ff0c3556d4ca'/>
<id>8ad9a75f88f7165463e9f5f0c5d8ff0c3556d4ca</id>
<content type='text'>
Factor authorize_push! and authorize_code_access!</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Factor authorize_push! and authorize_code_access!</pre>
</div>
</content>
</entry>
<entry>
<title>Use @project on controllers, don't call method</title>
<updated>2014-10-19T21:36:23+00:00</updated>
<author>
<name>Ciro Santilli</name>
<email>ciro.santilli@gmail.com</email>
</author>
<published>2014-10-19T21:20:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9e1b97ad99b239ace4a9383ef9d2bf0855c0dfd7'/>
<id>9e1b97ad99b239ace4a9383ef9d2bf0855c0dfd7</id>
<content type='text'>
Also memoize the method to ensure that other methods in
ApplicationController that rely on it can call it efficiently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also memoize the method to ensure that other methods in
ApplicationController that rely on it can call it efficiently.
</pre>
</div>
</content>
</entry>
<entry>
<title>Factor authorize_push! and authorize_code_access!</title>
<updated>2014-10-13T19:31:49+00:00</updated>
<author>
<name>Ciro Santilli</name>
<email>ciro.santilli@gmail.com</email>
</author>
<published>2014-10-13T19:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4d0d5e79ba4317cedfb2b0304ac5d376ad781b1a'/>
<id>4d0d5e79ba4317cedfb2b0304ac5d376ad781b1a</id>
<content type='text'>
with existing method_missing. Pattern already used extensively,
so let's be consistent and use it everywhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with existing method_missing. Pattern already used extensively,
so let's be consistent and use it everywhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>Faster branch contains detection for commit</title>
<updated>2014-09-29T13:40:13+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2014-09-29T13:40:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=88b1e0ffcd27ab3d9ff9ce1fe5b493e3f6296b21'/>
<id>88b1e0ffcd27ab3d9ff9ce1fe5b493e3f6296b21</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>Fix Commit stats and diff encoding issues</title>
<updated>2014-09-25T12:26:35+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2014-09-25T12:26:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=619c81b4884ecfc33486007dd5e5324b08c0b0a8'/>
<id>619c81b4884ecfc33486007dd5e5324b08c0b0a8</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>Refactor diff suppress logic and diff views</title>
<updated>2014-07-15T15:28:21+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2014-07-15T15:28:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=be5b6db883ee634dc53e0a50ac57f424507d7a7d'/>
<id>be5b6db883ee634dc53e0a50ac57f424507d7a7d</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>
</feed>
