<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git, branch sh-remove-geo-node-ssh-keys</title>
<subtitle>gitlab.com: gitlab-org/gitlab-shell.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/'/>
<entry>
<title>Remove special case treatment of Geo nodes for SSH</title>
<updated>2018-01-11T23:35:18+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-01-10T21:03:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=deed8b992cee0621a97fa4d297bd72d5cadea4db'/>
<id>deed8b992cee0621a97fa4d297bd72d5cadea4db</id>
<content type='text'>
We removed SSH support in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3553,
so we no longer need the ability to show all refs for Geo nodes.

Closes #115
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We removed SSH support in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3553,
so we no longer need the ability to show all refs for Geo nodes.

Closes #115
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '118-database-authorized-keys' into 'master'</title>
<updated>2017-12-19T16:02:13+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-12-19T16:02:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=f8f314890758983e9d167529cb3a332a01262d5c'/>
<id>f8f314890758983e9d167529cb3a332a01262d5c</id>
<content type='text'>
Introduce a more-complete implementation of bin/authorized_keys

Closes #118

See merge request gitlab-org/gitlab-shell!178</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce a more-complete implementation of bin/authorized_keys

Closes #118

See merge request gitlab-org/gitlab-shell!178</pre>
</div>
</content>
</entry>
<entry>
<title>Version 5.11.0</title>
<updated>2017-12-19T14:44:53+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-12-19T14:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=d40383fef6feaf282eed03f38e71e522494c1282'/>
<id>d40383fef6feaf282eed03f38e71e522494c1282</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce a more-complete implementation of bin/authorized_keys</title>
<updated>2017-12-19T14:09:12+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-12-19T11:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=5c61b2ef7a3b016cfe41f9569679ad7ad6c57112'/>
<id>5c61b2ef7a3b016cfe41f9569679ad7ad6c57112</id>
<content type='text'>
bin/authorized_keys doesn't check that the requesting user matches the expected
user, so to enable database authorized keys lookups, we currently ask the admin
to create a custom script for that purpose.

Better is to have a complete script that can perform the whole task. This commit
introduces bin/gitlab-shell-authorized-keys-check which does so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bin/authorized_keys doesn't check that the requesting user matches the expected
user, so to enable database authorized keys lookups, we currently ask the admin
to create a custom script for that purpose.

Better is to have a complete script that can perform the whole task. This commit
introduces bin/gitlab-shell-authorized-keys-check which does so.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 5.10.3</title>
<updated>2017-12-14T10:49:48+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-12-14T10:49:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=5cad42aadaa1bea02f3edb3bfffc95cb0799c259'/>
<id>5cad42aadaa1bea02f3edb3bfffc95cb0799c259</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 'remove-redis-cli' into 'master'</title>
<updated>2017-12-13T10:31:56+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-12-13T10:31:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=02124edb5d032eb25cde7662f9b0962fa167b3c4'/>
<id>02124edb5d032eb25cde7662f9b0962fa167b3c4</id>
<content type='text'>
Remove unused redis bin configuration.

Closes #114

See merge request gitlab-org/gitlab-shell!177</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unused redis bin configuration.

Closes #114

See merge request gitlab-org/gitlab-shell!177</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused redis bin configuration.</title>
<updated>2017-12-13T02:30:52+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>maxlazio@gmail.com</email>
</author>
<published>2017-12-13T02:30:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=516bf4a94d68e8238d9740badfaa76006f7abd07'/>
<id>516bf4a94d68e8238d9740badfaa76006f7abd07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 5.10.2</title>
<updated>2017-12-07T17:29:25+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-12-07T17:29:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=5a9245e02088f5de70d1d217557dea344e047ada'/>
<id>5a9245e02088f5de70d1d217557dea344e047ada</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGELOG</title>
<updated>2017-12-07T17:29:05+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-12-07T17:29:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=32fe5bbd6d0cfa27461f0406757cc423d24ebebc'/>
<id>32fe5bbd6d0cfa27461f0406757cc423d24ebebc</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 '35385-allow-git-pull-push-on-project-redirects' into 'master'</title>
<updated>2017-12-07T17:27:46+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-12-07T17:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=cbfddd287c28e4405496de86a0903b0c32e8fd50'/>
<id>cbfddd287c28e4405496de86a0903b0c32e8fd50</id>
<content type='text'>
Prints a message if project was renamed

See merge request gitlab-org/gitlab-shell!175</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prints a message if project was renamed

See merge request gitlab-org/gitlab-shell!175</pre>
</div>
</content>
</entry>
</feed>
