<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git/lib, branch id-api-https</title>
<subtitle>gitlab.com: gitlab-org/gitlab-shell.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/'/>
<entry>
<title>Print console messages to $stderr if present</title>
<updated>2019-04-04T02:32:30+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-04-02T06:11:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=5cd13175c94912651202a61ab755cfead33a3ee9'/>
<id>5cd13175c94912651202a61ab755cfead33a3ee9</id>
<content type='text'>
Using ConsoleHelper::write_stderr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using ConsoleHelper::write_stderr
</pre>
</div>
</content>
</entry>
<entry>
<title>Use write_stderr instead of $stderr.puts</title>
<updated>2019-04-04T02:32:30+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-04-02T06:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=02088137c28f7b822a7d979f985ca38f3e0583ef'/>
<id>02088137c28f7b822a7d979f985ca38f3e0583ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New ConsoleHelper module</title>
<updated>2019-04-04T02:32:30+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-04-02T06:09:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=3a79ac9d615e492af0d3f1e9545262e2ecf162aa'/>
<id>3a79ac9d615e492af0d3f1e9545262e2ecf162aa</id>
<content type='text'>
.write_stderr
.format_for_stderr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
.write_stderr
.format_for_stderr
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly include gitlab_access_status.rb</title>
<updated>2019-04-04T02:07:21+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-04-04T01:54:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=a0636ec9034764502bbe97cbbe541ed94481be39'/>
<id>a0636ec9034764502bbe97cbbe541ed94481be39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove hooks, they belong to Gitaly now</title>
<updated>2019-04-03T12:35:25+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2019-04-03T12:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=e0824f17367a44e5bac84dac7197f9b45e37ab01'/>
<id>e0824f17367a44e5bac84dac7197f9b45e37ab01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename print_broadbast method to be generic</title>
<updated>2019-03-31T21:20:21+00:00</updated>
<author>
<name>Luke Duncalfe</name>
<email>lduncalfe@eml.cc</email>
</author>
<published>2019-03-31T21:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=84d96bed60f6ffd7a1bc81f0c99ad7ff3296ef95'/>
<id>84d96bed60f6ffd7a1bc81f0c99ad7ff3296ef95</id>
<content type='text'>
print_warnings is now using that method in order to print a large
formatted warning message, so renaming the method to be less tied to
the broadcast message functionality.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
print_warnings is now using that method in order to print a large
formatted warning message, so renaming the method to be less tied to
the broadcast message functionality.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow GitlabPostReceive to print warnings</title>
<updated>2019-03-28T03:59:17+00:00</updated>
<author>
<name>Luke Duncalfe</name>
<email>lduncalfe@eml.cc</email>
</author>
<published>2019-03-28T03:59:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=dfb1dac6994bc8ea1d37d35155d41af268ea0239'/>
<id>dfb1dac6994bc8ea1d37d35155d41af268ea0239</id>
<content type='text'>
Warnings are printed using the same method that prints broadcast
messages. This ensures that whatever warnings are returned will be
displayed correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Warnings are printed using the same method that prints broadcast
messages. This ensures that whatever warnings are returned will be
displayed correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for using gl_project_path</title>
<updated>2019-02-16T15:39:14+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-02-16T15:04:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=ebedab837012f844a47645f86412d3ec69aa2b4b'/>
<id>ebedab837012f844a47645f86412d3ec69aa2b4b</id>
<content type='text'>
This will enable us to track the human-readable project path with SSH
access in gitlab-shell. Currently the Gitaly logs will only show the
hashed storage and gl_repository path (e.g. project-1234).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will enable us to track the human-readable project path with SSH
access in gitlab-shell. Currently the Gitaly logs will only show the
hashed storage and gl_repository path (e.g. project-1234).
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide expires_in for LFS if available</title>
<updated>2019-02-14T01:56:56+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-02-11T06:23:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=c2b101cc2d1f51a4968673756eecfb2e36bf682c'/>
<id>c2b101cc2d1f51a4968673756eecfb2e36bf682c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make better use of constants in lib/gitlab_shell.rb</title>
<updated>2018-12-21T15:26:25+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2018-12-21T15:26:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-shell.git/commit/?id=a613dbc7fa158a6e4c1799e951f795d7b2f9c0d0'/>
<id>a613dbc7fa158a6e4c1799e951f795d7b2f9c0d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
