<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/controllers/projects/git_http_controller.rb, branch fix/github-doc</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>Add “Project moved” error to Git-over-HTTP</title>
<updated>2017-06-16T21:14:19+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-06-16T00:04:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8ef3bc5d754e307628027b607dd38ebc00826502'/>
<id>8ef3bc5d754e307628027b607dd38ebc00826502</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor to let GitAccess errors bubble up</title>
<updated>2017-06-05T12:32:26+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-05-19T19:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=23d37382dabe3f7c7f2e11df2731de8e939e0cab'/>
<id>23d37382dabe3f7c7f2e11df2731de8e939e0cab</id>
<content type='text'>
No external behavior change.

This allows `GitHttpController` to set the HTTP status based on the type of error. Alternatively, we could have added an attribute to GitAccessStatus, but this pattern seemed appropriate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No external behavior change.

This allows `GitHttpController` to set the HTTP status based on the type of error. Alternatively, we could have added an attribute to GitAccessStatus, but this pattern seemed appropriate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor to let `GitAccess` check protocol config</title>
<updated>2017-06-05T12:32:26+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-05-17T22:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=957edb13fdb21e21efbc68fc342209f4b53a66e4'/>
<id>957edb13fdb21e21efbc68fc342209f4b53a66e4</id>
<content type='text'>
This already works due to previous refactoring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This already works due to previous refactoring.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move CI access logic into GitAccess</title>
<updated>2017-06-05T12:32:26+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-05-16T19:58:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bad08fbea2a32655a6d87f2140840c317cea6c80'/>
<id>bad08fbea2a32655a6d87f2140840c317cea6c80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check disabled commands in GitAccess instead</title>
<updated>2017-06-05T12:32:26+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-05-16T16:02:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a738a446f4ade6204c10f016e355da354dbfc01f'/>
<id>a738a446f4ade6204c10f016e355da354dbfc01f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Render GitAccess message if authorized</title>
<updated>2017-06-05T12:32:26+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2017-05-15T23:19:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2d6cafa781ae24586fcd5307ae01daf3f407aa25'/>
<id>2d6cafa781ae24586fcd5307ae01daf3f407aa25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass GL_REPOSITORY in Workhorse responses</title>
<updated>2017-05-05T13:52:06+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2017-05-03T21:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8bc381db90c92bca6ba868d1588af1ad1a41073b'/>
<id>8bc381db90c92bca6ba868d1588af1ad1a41073b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add user activity service and spec. Also added relevant - NOT offline - migration</title>
<updated>2017-04-14T13:20:55+00:00</updated>
<author>
<name>James Lopez</name>
<email>james@jameslopez.es</email>
</author>
<published>2016-10-05T14:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2951a8543ef97ceb1bcaca5f5140d822729c950b'/>
<id>2951a8543ef97ceb1bcaca5f5140d822729c950b</id>
<content type='text'>
It uses a user activity table instead of a column in users.
Tested with mySQL and postgreSQL
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It uses a user activity table instead of a column in users.
Tested with mySQL and postgreSQL
</pre>
</div>
</content>
</entry>
<entry>
<title>Add feature flags for enabling (Upload|Receive)Pack for Gitaly</title>
<updated>2017-04-03T16:44:57+00:00</updated>
<author>
<name>Ahmad Sherif</name>
<email>me@ahmadsherif.com</email>
</author>
<published>2017-03-30T15:24:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=39753bfb9cdd77ed7fc1458afc202b126ea6984d'/>
<id>39753bfb9cdd77ed7fc1458afc202b126ea6984d</id>
<content type='text'>
Closes gitaly#168
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gitaly#168
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix access to the wiki code via HTTP when repository feature disabled</title>
<updated>2017-01-25T17:38:38+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2017-01-24T20:04:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=232b401429ea8269e5e187b304fd4c2ccd61e428'/>
<id>232b401429ea8269e5e187b304fd4c2ccd61e428</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
