<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git/bin, branch net-read-timeout</title>
<subtitle>gitlab.com: gitlab-org/gitlab-shell.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/'/>
<entry>
<title>Limit availability of SSH_ORIGINAL_COMMAND</title>
<updated>2015-11-25T16:53:31+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2015-11-25T16:53:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=712daa411a2ab3d0add9d9e4a5b36ca81b53f674'/>
<id>712daa411a2ab3d0add9d9e4a5b36ca81b53f674</id>
<content type='text'>
Hoping this makes it more obvious when code touches the very
unsafe contents of this variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hoping this makes it more obvious when code touches the very
unsafe contents of this variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'use-load-path' into 'master'"</title>
<updated>2015-11-12T14:05:10+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-11-12T14:05:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=f532377f9a183654bb2cd6c37134eaf24f64cbca'/>
<id>f532377f9a183654bb2cd6c37134eaf24f64cbca</id>
<content type='text'>
This reverts commit ae498b6cd4122d3d7f35e6b73b50c53615ca3488, reversing
changes made to 79fdf65c71e90773fbf52d6832b74cf5a7124755.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ae498b6cd4122d3d7f35e6b73b50c53615ca3488, reversing
changes made to 79fdf65c71e90773fbf52d6832b74cf5a7124755.
</pre>
</div>
</content>
</entry>
<entry>
<title>use load path instead of require_relative</title>
<updated>2015-11-10T17:51:25+00:00</updated>
<author>
<name>Pirate Praveen</name>
<email>praveen@debian.org</email>
</author>
<published>2015-11-10T17:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=2823f05dcfa12edc41ab0b3bcaf1959f1690f8bb'/>
<id>2823f05dcfa12edc41ab0b3bcaf1959f1690f8bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GitlabShell doesn't need to set GL_ID at all.</title>
<updated>2015-04-06T11:10:10+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-04-06T10:42:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=b5757b7489672f61bb4ea770accaac1cb38e9ffd'/>
<id>b5757b7489672f61bb4ea770accaac1cb38e9ffd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Write GitlabShell error to stderr.</title>
<updated>2015-04-06T11:08:51+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-04-06T10:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=f64e5d4a075479846f2e18bb34b84eb26d180f57'/>
<id>f64e5d4a075479846f2e18bb34b84eb26d180f57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove recursive commands from bin/install</title>
<updated>2015-02-26T17:12:00+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2015-02-26T17:12:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=1d7900b0e1e2545f122683b1ff6f40cc8beb6759'/>
<id>1d7900b0e1e2545f122683b1ff6f40cc8beb6759</id>
<content type='text'>
It is not clear what we need these for anymore. Because these commands
would recurse once through all existing files in all Git repositories,
and then another time through all directories these commands could
take very long on a server with a lot of repositories.

We keep the 'chmod' on config.repos_path, to deny world access to all
files and directories beneath it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is not clear what we need these for anymore. Because these commands
would recurse once through all existing files in all Git repositories,
and then another time through all directories these commands could
take very long on a server with a lot of repositories.

We keep the 'chmod' on config.repos_path, to deny world access to all
files and directories beneath it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Show nice error message when internal API is unreachable.</title>
<updated>2015-02-11T22:43:57+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-11T22:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=562d7eb4ecaa9ca35f970567c0f09cdb29d26521'/>
<id>562d7eb4ecaa9ca35f970567c0f09cdb29d26521</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 #177 from feedhenry/keys_list</title>
<updated>2014-10-28T17:20:26+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2014-10-28T17:20:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=3a16acf364aa85e283ef10bbbaf6a5f558e5897e'/>
<id>3a16acf364aa85e283ef10bbbaf6a5f558e5897e</id>
<content type='text'>
Added list-keys command, with associated spec</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added list-keys command, with associated spec</pre>
</div>
</content>
</entry>
<entry>
<title>Added list-projects command &amp; spec</title>
<updated>2014-10-15T09:28:12+00:00</updated>
<author>
<name>David Martin</name>
<email>david.martin@feedhenry.com</email>
</author>
<published>2014-09-17T10:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=6cd167eaac7b764bcaefe31a9144dd38992cc9ab'/>
<id>6cd167eaac7b764bcaefe31a9144dd38992cc9ab</id>
<content type='text'>
list-projects command usage

Single quotes

Use single quotes

Use single quotes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
list-projects command usage

Single quotes

Use single quotes

Use single quotes
</pre>
</div>
</content>
</entry>
<entry>
<title>Added list-keys command and spec</title>
<updated>2014-10-15T09:21:05+00:00</updated>
<author>
<name>David Martin</name>
<email>david.martin@feedhenry.com</email>
</author>
<published>2014-09-16T16:20:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=89d8af466ba283b31d7800fe604defa0ce189902'/>
<id>89d8af466ba283b31d7800fe604defa0ce189902</id>
<content type='text'>
Removed puts and tidied up regex

Address the hound

Address the hound, again

Use single quotes

Add back travis.yml file

Remove travis.yml, only keep on fh-master

Use single quotes

Use single quotes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed puts and tidied up regex

Address the hound

Address the hound, again

Use single quotes

Add back travis.yml file

Remove travis.yml, only keep on fh-master

Use single quotes

Use single quotes
</pre>
</div>
</content>
</entry>
</feed>
