<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git/lib/gitlab_keys.rb, branch version-1-9</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>Expliclity require 'timeout' from the stdlib</title>
<updated>2014-06-10T15:32:27+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2014-06-10T15:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=5cd99d57102678befbb3a831054e0ab566f067d7'/>
<id>5cd99d57102678befbb3a831054e0ab566f067d7</id>
<content type='text'>
This avoids getting the following error on some platforms:

NameError: uninitialized constant GitlabKeys::Timeout
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids getting the following error on some platforms:

NameError: uninitialized constant GitlabKeys::Timeout
</pre>
</div>
</content>
</entry>
<entry>
<title>Use authorized_keys lock when add new key to file</title>
<updated>2014-05-31T12:41:22+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2014-05-31T12:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=324fa5cebc9091ee4dfc30b6c1fd9d5c18188522'/>
<id>324fa5cebc9091ee4dfc30b6c1fd9d5c18188522</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>Put authorized_keys.lock in the .ssh directory</title>
<updated>2014-05-30T09:44:38+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2014-05-30T09:44:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=2c5d04deb2e9252b346e5701da81f62f28f800db'/>
<id>2c5d04deb2e9252b346e5701da81f62f28f800db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use lock file when add or remove keys from authorized_keys file</title>
<updated>2014-04-18T11:25:21+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2014-04-18T11:25:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=acc1d88374e8e555b6a94d878f569f51e692bfe3'/>
<id>acc1d88374e8e555b6a94d878f569f51e692bfe3</id>
<content type='text'>
This prevents concurrent modification of authorized_keys file

Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents concurrent modification of authorized_keys file

Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</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>Generate key_line in separate method</title>
<updated>2014-03-14T10:51:30+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2014-03-12T17:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=bde689a8d326db46a79444143e35abfd6a47c419'/>
<id>bde689a8d326db46a79444143e35abfd6a47c419</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix return values in GitlabKeys</title>
<updated>2013-11-20T12:21:51+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2013-11-20T12:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=559196cb27bc524db81e21ac4d890fd695961d14'/>
<id>559196cb27bc524db81e21ac4d890fd695961d14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Ruby instead of the Bourne shell</title>
<updated>2013-11-02T17:53:07+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2013-11-02T17:53:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=de09438aba040b00e7e579d4154353f861e20aa1'/>
<id>de09438aba040b00e7e579d4154353f861e20aa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove sed invocation from GitlabKeys</title>
<updated>2013-11-02T17:52:51+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2013-11-02T17:52:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=633042fd189f0e0ac62086a1e58ea0e3f89b8ff2'/>
<id>633042fd189f0e0ac62086a1e58ea0e3f89b8ff2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Kernel#open to append lines to authorized_keys</title>
<updated>2013-10-31T17:13:03+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>contact@jacobvosmaer.nl</email>
</author>
<published>2013-10-31T16:18:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=8d6807098ffbe9492dbf1de2a7d9620bdeb348e3'/>
<id>8d6807098ffbe9492dbf1de2a7d9620bdeb348e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
