<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git/spec/gitlab_shell_spec.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>Improve coverage.</title>
<updated>2014-06-23T18:52:45+00:00</updated>
<author>
<name>Gabor Nagy</name>
<email>mail@aigeruth.hu</email>
</author>
<published>2014-06-22T20:45:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=32f1893298bc0108df89de0e543193af20bb0e7c'/>
<id>32f1893298bc0108df89de0e543193af20bb0e7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Execute command directly without using shell</title>
<updated>2013-09-16T09:00:19+00:00</updated>
<author>
<name>François Bobot</name>
<email>francois.bobot@cea.fr</email>
</author>
<published>2013-09-05T13:10:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=d64ddc87558bc36d41593772e8399df05b89d5bf'/>
<id>d64ddc87558bc36d41593772e8399df05b89d5bf</id>
<content type='text'>
   use Shellwords.shellwords for splitting origin_cmd instead of .split(' ')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   use Shellwords.shellwords for splitting origin_cmd instead of .split(' ')
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow administrators to log users by key id (faster) or by username (clearer).</title>
<updated>2013-05-18T19:42:48+00:00</updated>
<author>
<name>ash</name>
<email>smashwilson@gmail.com</email>
</author>
<published>2013-05-18T19:42:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=90b9e113812fb566b0535e44df3f3279bf6c4438'/>
<id>90b9e113812fb566b0535e44df3f3279bf6c4438</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Specs for logging in gitlab-shell.</title>
<updated>2013-05-18T19:07:00+00:00</updated>
<author>
<name>ash</name>
<email>smashwilson@gmail.com</email>
</author>
<published>2013-05-18T19:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=51727f5cd51d20d5c9fb1cfafe380da828d5f52f'/>
<id>51727f5cd51d20d5c9fb1cfafe380da828d5f52f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Randomize config.repos_path in tests</title>
<updated>2013-03-15T17:15:27+00:00</updated>
<author>
<name>Christian Höltje</name>
<email>choltje@us.ibm.com</email>
</author>
<published>2013-03-15T17:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=7d4780eca8dc964ac5b825b183a1fd73a074514e'/>
<id>7d4780eca8dc964ac5b825b183a1fd73a074514e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Verify GL_ID environment variable is set.</title>
<updated>2013-03-15T17:10:47+00:00</updated>
<author>
<name>Christian Höltje</name>
<email>choltje@us.ibm.com</email>
</author>
<published>2013-03-15T17:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=bc770be542009af7863ba6d4b33935836779aa81'/>
<id>bc770be542009af7863ba6d4b33935836779aa81</id>
<content type='text'>
This also randomizes the key_id used in the tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also randomizes the key_id used in the tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Kernel::exec instead of system()</title>
<updated>2013-03-15T17:06:34+00:00</updated>
<author>
<name>Christian Höltje</name>
<email>choltje@us.ibm.com</email>
</author>
<published>2013-03-15T17:06:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=e794bdf37503360094e6414bb931dbf135e636ca'/>
<id>e794bdf37503360094e6414bb931dbf135e636ca</id>
<content type='text'>
We don't need to keep the ruby process around once we've
established that it's ok to run a git command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't need to keep the ruby process around once we've
established that it's ok to run a git command.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaned up gitlab_shell_spec</title>
<updated>2013-03-15T17:00:13+00:00</updated>
<author>
<name>Christian Höltje</name>
<email>choltje@us.ibm.com</email>
</author>
<published>2013-03-15T17:00:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=0c6686b6e129db9086ac3fe0e896c892fe73f428'/>
<id>0c6686b6e129db9086ac3fe0e896c892fe73f428</id>
<content type='text'>
* Used mocks to test if methods are colled
* Increased coverage
* Removed duplication and excess verbage
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Used mocks to test if methods are colled
* Increased coverage
* Removed duplication and excess verbage
</pre>
</div>
</content>
</entry>
<entry>
<title>gitlab net</title>
<updated>2013-02-05T09:59:53+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2013-02-05T09:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=02f4cb520458ad336e67c259810359ebcdaedb59'/>
<id>02f4cb520458ad336e67c259810359ebcdaedb59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gitlab-keys with tests</title>
<updated>2013-02-05T08:16:14+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2013-02-05T08:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=2b01b84f8d0cf469bdd3b031b1658db6fd8c0f52'/>
<id>2b01b84f8d0cf469bdd3b031b1658db6fd8c0f52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
