<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git/bin, branch nice-error-message</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>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>
<entry>
<title>Ignore missing repositories in create-hooks</title>
<updated>2014-09-09T10:02:07+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2014-09-09T09:58:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=96e85094ee2917ad4bf63a0aa075257e15dedf9b'/>
<id>96e85094ee2917ad4bf63a0aa075257e15dedf9b</id>
<content type='text'>
When bin/create-hooks is run against a live GitLab server, there is
a possibility of race conditions when a user deletes one of their
repositories after bin/create-hooks found it. With this change,
bin/create-hooks will ignore missing file errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When bin/create-hooks is run against a live GitLab server, there is
a possibility of race conditions when a user deletes one of their
repositories after bin/create-hooks found it. With this change,
bin/create-hooks will ignore missing file errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gitlab-keys batch-add-keys</title>
<updated>2014-03-14T10:53:41+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2014-03-13T17:03:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=3a48eae79eafe1d3641b0aa4271b83b348a95ee6'/>
<id>3a48eae79eafe1d3641b0aa4271b83b348a95ee6</id>
<content type='text'>
This command is intended to be called by the GitLab Rails code when
restoring an application backup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This command is intended to be called by the GitLab Rails code when
restoring an application backup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use safer shell invocations in bin/install</title>
<updated>2014-03-07T16:18:44+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2014-03-07T16:18:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=73c8ea9c0f7fe3d4ab4b829dc348c17e58490ee4'/>
<id>73c8ea9c0f7fe3d4ab4b829dc348c17e58490ee4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make support/rewrite-hooks.sh use bin/create_hooks</title>
<updated>2014-02-26T10:27:43+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2014-02-25T14:51:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=3bd2b660ff550e3eddea5b4b113ee79cf66e0f7f'/>
<id>3bd2b660ff550e3eddea5b4b113ee79cf66e0f7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
