<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/ssh_host_key.rb, branch NicoleSchwartz-Python-Blog</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Adds the Rubocop ReturnNil cop</title>
<updated>2019-03-06T15:51:56+00:00</updated>
<author>
<name>Andrew Newdigate</name>
<email>andrew@gitlab.com</email>
</author>
<published>2019-02-08T12:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3288e1a874ec0184f9f27f932748e51c57babf17'/>
<id>3288e1a874ec0184f9f27f932748e51c57babf17</id>
<content type='text'>
This style change enforces `return if ...` instead of
`return nil if ...` to save maintainers a few minor review points
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This style change enforces `return if ...` instead of
`return nil if ...` to save maintainers a few minor review points
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow SshHostKey.find_by to accept string keys</title>
<updated>2019-02-04T12:52:22+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2019-02-04T12:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3dadb1f870d6fb04375a9b0cd8bd1dd53b4cca25'/>
<id>3dadb1f870d6fb04375a9b0cd8bd1dd53b4cca25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix SSH Detect Host Keys not working</title>
<updated>2019-02-03T14:12:05+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-02-03T13:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4c1231accab556da202a6a7b3e54b3ca0734cefb'/>
<id>4c1231accab556da202a6a7b3e54b3ca0734cefb</id>
<content type='text'>
Due to a change in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24245, the Detect
Host Key feature in the SSH mirroring stopped working.
`SshHostKey#primary_key` was being used instead of the hard-coded
`:id`. However, `SshHostKey#find_by` was expecting the symbolized `:id`
rather than the string `id`, so it could never find the host key it was
supposed to update.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56855
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to a change in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24245, the Detect
Host Key feature in the SSH mirroring stopped working.
`SshHostKey#primary_key` was being used instead of the hard-coded
`:id`. However, `SshHostKey#find_by` was expecting the symbolized `:id`
rather than the string `id`, so it could never find the host key it was
supposed to update.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56855
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement SshHostKey.primary_key method</title>
<updated>2019-01-08T21:43:25+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>pleitzen@gitlab.com</email>
</author>
<published>2019-01-08T21:43:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9f25383613a97ac2dc4c4e00426a6d351eb64436'/>
<id>9f25383613a97ac2dc4c4e00426a6d351eb64436</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport SSH host key detection code to CE</title>
<updated>2018-10-25T12:51:45+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2018-10-24T15:03:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=324ff19571cada7e148c53bb70e70f823eff4335'/>
<id>324ff19571cada7e148c53bb70e70f823eff4335</id>
<content type='text'>
This functionality is needed for SSH push mirroring support, which is a
CE feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This functionality is needed for SSH push mirroring support, which is a
CE feature.
</pre>
</div>
</content>
</entry>
</feed>
