<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git, branch v5.6.0</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>Bump version to 5.6.0</title>
<updated>2017-07-31T15:25:17+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-07-31T15:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=5d4ecb19455b8f63b1cccfb653f5e93461fc56a6'/>
<id>5d4ecb19455b8f63b1cccfb653f5e93461fc56a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '95-ruby-ssh-auth-support' into 'master'</title>
<updated>2017-07-31T15:23:14+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-07-31T15:23:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=dcdb9b8736f1c38dc097a07384c5dfc1d5bbe1cf'/>
<id>dcdb9b8736f1c38dc097a07384c5dfc1d5bbe1cf</id>
<content type='text'>
Implement SSH authentication support in Ruby

Closes #95

See merge request !154</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement SSH authentication support in Ruby

Closes #95

See merge request !154</pre>
</div>
</content>
</entry>
<entry>
<title>Implement SSH authentication support in Ruby</title>
<updated>2017-07-31T09:18:56+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-07-28T15:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=2a31b8df645d746618cd8400360bebedeeb6db47'/>
<id>2a31b8df645d746618cd8400360bebedeeb6db47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-defer-reference-counter-load' into 'master'</title>
<updated>2017-07-26T16:31:44+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-07-26T16:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=cdea8630d0e0f2a726fcd0d377d815fe0bedd99f'/>
<id>cdea8630d0e0f2a726fcd0d377d815fe0bedd99f</id>
<content type='text'>
Optimize gitlab-projects by deferring the loading of gitlab_reference_counter

See merge request !149</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Optimize gitlab-projects by deferring the loading of gitlab_reference_counter

See merge request !149</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-bump-gitaly-proto' into 'master'</title>
<updated>2017-07-26T01:07:16+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2017-07-26T01:07:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=8c760edbf47c09389220af83b6c3bca649d5399d'/>
<id>8c760edbf47c09389220af83b6c3bca649d5399d</id>
<content type='text'>
Bump gitaly-proto version to 0.20.0

See merge request !152</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bump gitaly-proto version to 0.20.0

See merge request !152</pre>
</div>
</content>
</entry>
<entry>
<title>Bump gitaly-proto version to 0.20.0</title>
<updated>2017-07-25T22:46:56+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-07-25T22:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=fc883d969197ae027a6994672fba8c622af0f4f4'/>
<id>fc883d969197ae027a6994672fba8c622af0f4f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-show-all-refs' into 'master'</title>
<updated>2017-07-25T15:16:54+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-07-25T15:16:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=7f9c2f18fb7c6788a3d717c5a727de27616e8fbc'/>
<id>7f9c2f18fb7c6788a3d717c5a727de27616e8fbc</id>
<content type='text'>
Support unhiding of all refs for Geo Nodes

Closes gitlab-ee#2959

See merge request !150</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support unhiding of all refs for Geo Nodes

Closes gitlab-ee#2959

See merge request !150</pre>
</div>
</content>
</entry>
<entry>
<title>Bump VERSION to 5.5.0</title>
<updated>2017-07-25T14:25:17+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-07-25T14:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=d2185eba130c95573534394ae4c1000c8bb8ab27'/>
<id>d2185eba130c95573534394ae4c1000c8bb8ab27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make geo_node a default parameter</title>
<updated>2017-07-25T04:09:19+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-07-25T04:03:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=2fb171c5eeee032f7027bd5cbbf996e782593298'/>
<id>2fb171c5eeee032f7027bd5cbbf996e782593298</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support unhiding of all refs for Geo Nodes</title>
<updated>2017-07-21T20:08:52+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-07-21T19:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=f5591f68c1439eda836460e0dec44f610709a5b8'/>
<id>f5591f68c1439eda836460e0dec44f610709a5b8</id>
<content type='text'>
By default, we hide certain refs (e.g. keep-around/XXX) to save user
download time. We need to preserve these references on secondary Geo
nodes to have a true copy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default, we hide certain refs (e.g. keep-around/XXX) to save user
download time. We need to preserve these references on secondary Geo
nodes to have a true copy.
</pre>
</div>
</content>
</entry>
</feed>
