<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git, branch v14.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>Merge branch 'id-release-14-6-0' into 'main'</title>
<updated>2022-05-21T06:37:02+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2022-05-21T06:37:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=1da03256fb98ee4a11977c32127314684005ab9d'/>
<id>1da03256fb98ee4a11977c32127314684005ab9d</id>
<content type='text'>
Release 14.6.0

See merge request gitlab-org/gitlab-shell!643</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Release 14.6.0

See merge request gitlab-org/gitlab-shell!643</pre>
</div>
</content>
</entry>
<entry>
<title>Release 14.6.0</title>
<updated>2022-05-21T06:30:19+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2022-05-21T06:28:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=4b19adff0a39b299efc116fcce6911303e95548f'/>
<id>4b19adff0a39b299efc116fcce6911303e95548f</id>
<content type='text'>
- Exclude Gitaly unavailable error from error rate !641
- Downgrade auth EOF messages from warning to debug !641
- Display constistently in gitlab-sshd and gitlab-shell !641
- Downgrade host key mismatch messages from warning to debug !639
- Introduce a GitLab-SSHD server version during handshake !640
- Narrow supported kex algorithms !638
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Exclude Gitaly unavailable error from error rate !641
- Downgrade auth EOF messages from warning to debug !641
- Display constistently in gitlab-sshd and gitlab-shell !641
- Downgrade host key mismatch messages from warning to debug !639
- Introduce a GitLab-SSHD server version during handshake !640
- Narrow supported kex algorithms !638
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'id-ignore-gitaly-unavailable-errors' into 'main'</title>
<updated>2022-05-21T06:21:35+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2022-05-21T06:21:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=8dd15baab05c0d2509f616f0ffaad2a727db4c91'/>
<id>8dd15baab05c0d2509f616f0ffaad2a727db4c91</id>
<content type='text'>
Exclude Gitaly unavailable error from error rate

See merge request gitlab-org/gitlab-shell!641</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exclude Gitaly unavailable error from error rate

See merge request gitlab-org/gitlab-shell!641</pre>
</div>
</content>
</entry>
<entry>
<title>Downgrade auth EOF messages from warning to debug</title>
<updated>2022-05-21T05:06:02+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2022-05-21T05:04:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=44b3869eb6d0e623636892f73e07e40ae55df446'/>
<id>44b3869eb6d0e623636892f73e07e40ae55df446</id>
<content type='text'>
The errors happen when a client closes a connection on handshake
They can be ignored to avoid noise
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The errors happen when a client closes a connection on handshake
They can be ignored to avoid noise
</pre>
</div>
</content>
</entry>
<entry>
<title>Exclude Gitaly unavailable error from error rate</title>
<updated>2022-05-21T05:04:57+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2022-05-20T18:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=accaf432283131f3b0aa535654807f8adfb4d908'/>
<id>accaf432283131f3b0aa535654807f8adfb4d908</id>
<content type='text'>
When a user hits repository rate limit, Gitaly returns an error
that the request can't be handled (Gitaly unavailable)

We should avoid this error to avoid exceeding the error rate
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a user hits repository rate limit, Gitaly returns an error
that the request can't be handled (Gitaly unavailable)

We should avoid this error to avoid exceeding the error rate
</pre>
</div>
</content>
</entry>
<entry>
<title>Display constistently in gitlab-sshd and gitlab-shell</title>
<updated>2022-05-21T05:03:03+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2022-05-21T04:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=7c7f110b2257a4a3d23310ee251aef800add47be'/>
<id>7c7f110b2257a4a3d23310ee251aef800add47be</id>
<content type='text'>
- Use console package to format the errors in gitlab-sshd
- Suppress internal Gitaly errors in client output
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use console package to format the errors in gitlab-sshd
- Suppress internal Gitaly errors in client output
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-downgrade-host-key-errors' into 'main'</title>
<updated>2022-05-21T04:58:00+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2022-05-21T04:58:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=569ae36d384b587127f47b72985a5cbbb0f118b7'/>
<id>569ae36d384b587127f47b72985a5cbbb0f118b7</id>
<content type='text'>
Downgrade host key mismatch messages from warning to debug

See merge request gitlab-org/gitlab-shell!639</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Downgrade host key mismatch messages from warning to debug

See merge request gitlab-org/gitlab-shell!639</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'T4cC0re-main-patch-11870' into 'main'</title>
<updated>2022-05-21T03:43:44+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2022-05-21T03:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=0605bc42d04634e4b3097fddd38d60cc5183742e'/>
<id>0605bc42d04634e4b3097fddd38d60cc5183742e</id>
<content type='text'>
Introduce a GitLab-SSHD server version during handshake

See merge request gitlab-org/gitlab-shell!640</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce a GitLab-SSHD server version during handshake

See merge request gitlab-org/gitlab-shell!640</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce a GitLab-SSHD server version during handshake</title>
<updated>2022-05-21T03:43:44+00:00</updated>
<author>
<name>Hendrik Meyer</name>
<email>t4cc0re@gitlab.com</email>
</author>
<published>2022-05-21T03:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=09dd5bcbf0cbf59911e55972d52f6dc59ace122d'/>
<id>09dd5bcbf0cbf59911e55972d52f6dc59ace122d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Downgrade handleConn start message to debug</title>
<updated>2022-05-20T22:46:39+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2022-05-20T22:46:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=587603934c24ca3760b3662ba93e24d1dbbdc483'/>
<id>587603934c24ca3760b3662ba93e24d1dbbdc483</id>
<content type='text'>
This message doesn't provide that much value, so let's just drop it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This message doesn't provide that much value, so let's just drop it.
</pre>
</div>
</content>
</entry>
</feed>
