<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git, branch 499-log-command-invocation</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>Log command invocation</title>
<updated>2021-10-07T09:43:27+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2021-10-07T09:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=e77f0d0603d622d3a2554e55fe62bc1615fca55b'/>
<id>e77f0d0603d622d3a2554e55fe62bc1615fca55b</id>
<content type='text'>
Use reflection to log the command we are about to execute, both in
gitlab-shell and gitlab-sshd. Include the environment, which has all
the context we need to understand what the command is expected to do.

Changelog: added
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use reflection to log the command we are about to execute, both in
gitlab-shell and gitlab-sshd. Include the environment, which has all
the context we need to understand what the command is expected to do.

Changelog: added
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-logging-channel-type' into 'main'</title>
<updated>2021-10-06T13:50:26+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2021-10-06T13:50:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=83f76b494051434470f2e6a4c2ebe19a18fc22e8'/>
<id>83f76b494051434470f2e6a4c2ebe19a18fc22e8</id>
<content type='text'>
Fix logging channel type

See merge request gitlab-org/gitlab-shell!534</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix logging channel type

See merge request gitlab-org/gitlab-shell!534</pre>
</div>
</content>
</entry>
<entry>
<title>Fix logging channel type</title>
<updated>2021-10-06T12:03:27+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2021-10-06T12:03:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=b33de0edb56f99f0fdcb7e10ab2a1fa0ef1e4d69'/>
<id>b33de0edb56f99f0fdcb7e10ab2a1fa0ef1e4d69</id>
<content type='text'>
Currently we get this in some log messages:

logrus_error="can not add field \"channel_type\""

This is because we're trying to add a function, rather than the result
of the function call (a string) to the `log.Fields`. Whoops!

Changelog: fixed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently we get this in some log messages:

logrus_error="can not add field \"channel_type\""

This is because we're trying to add a function, rather than the result
of the function call (a string) to the `log.Fields`. Whoops!

Changelog: fixed
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '499-log-me-more-more' into 'main'</title>
<updated>2021-10-01T05:06:02+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2021-10-01T05:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=2dafe37c77233152b55e1c5d893a81a9cffd2618'/>
<id>2dafe37c77233152b55e1c5d893a81a9cffd2618</id>
<content type='text'>
Resolve an error-swallowing issue

Closes #499

See merge request gitlab-org/gitlab-shell!533</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve an error-swallowing issue

Closes #499

See merge request gitlab-org/gitlab-shell!533</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve an error-swallowing issue</title>
<updated>2021-09-30T11:35:48+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2021-09-30T11:20:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=f94f640ec40deddd1f57049d3e4c25a12adaf367'/>
<id>f94f640ec40deddd1f57049d3e4c25a12adaf367</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 '499-log-me-more' into 'main'</title>
<updated>2021-09-28T19:08:34+00:00</updated>
<author>
<name>Igor Drozdov</name>
<email>idrozdov@gitlab.com</email>
</author>
<published>2021-09-28T19:08:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=6d146c217dc1ba78aa4a0c47c59b5b2e7be774d9'/>
<id>6d146c217dc1ba78aa4a0c47c59b5b2e7be774d9</id>
<content type='text'>
Add more logging to gitlab-sshd

See merge request gitlab-org/gitlab-shell!531</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add more logging to gitlab-sshd

See merge request gitlab-org/gitlab-shell!531</pre>
</div>
</content>
</entry>
<entry>
<title>Add some initial logging guidelines</title>
<updated>2021-09-28T14:58:41+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2021-09-28T13:33:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=f40ddda89781aeb156f9b36bdb7d733c55b363c0'/>
<id>f40ddda89781aeb156f9b36bdb7d733c55b363c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gitlab-sshd connection logging</title>
<updated>2021-09-28T14:58:41+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2021-09-28T09:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=31079df31f4fd1f6fd6bc159d75b1febe5594a3a'/>
<id>31079df31f4fd1f6fd6bc159d75b1febe5594a3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add debug logging to gitlab-sshd session</title>
<updated>2021-09-28T13:33:16+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2021-09-27T18:28:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=b8855203b2adcf2c54649d2198a3aed20233ee33'/>
<id>b8855203b2adcf2c54649d2198a3aed20233ee33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't swallow an error parsing SSH_ORIGINAL_COMMAND</title>
<updated>2021-09-27T19:25:10+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2021-09-27T18:28:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=5564ea9ca23217687a6e6c091f3b4fc11e375a2f'/>
<id>5564ea9ca23217687a6e6c091f3b4fc11e375a2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
