<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-shell.git/lib/gitlab_projects.rb, branch v5.9.2</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>Adds --force option to push branches.</title>
<updated>2017-09-19T16:05:23+00:00</updated>
<author>
<name>Tiago Botelho</name>
<email>tiagonbotelho@hotmail.com</email>
</author>
<published>2017-09-15T09:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=2f94bc3ecae26612a392f35e821db2976856e2cd'/>
<id>2f94bc3ecae26612a392f35e821db2976856e2cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix setting permissions of SSH key tempfiles</title>
<updated>2017-08-02T12:09:14+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-08-02T12:09:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=a2258bafbcdb86d2da8454745f0bff037d8b4d11'/>
<id>a2258bafbcdb86d2da8454745f0bff037d8b4d11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require tempfile to avoid a missing constant error</title>
<updated>2017-08-02T11:12:59+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-08-02T11:12:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=09607d45510bdbd92358021eedf41968fd91129b'/>
<id>09607d45510bdbd92358021eedf41968fd91129b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement SSH authentication support in Ruby</title>
<updated>2017-07-31T09:18:56+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-07-28T15:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=2a31b8df645d746618cd8400360bebedeeb6db47'/>
<id>2a31b8df645d746618cd8400360bebedeeb6db47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize gitlab-projects by deferring the loading of gitlab_reference_counter</title>
<updated>2017-07-21T16:22:24+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-07-21T16:21:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=18d7c1d934a343c99dc0d1adf0247ee2ce7b7606'/>
<id>18d7c1d934a343c99dc0d1adf0247ee2ce7b7606</id>
<content type='text'>
Loading gitlab_reference_counter loads gitlab_net, which adds an
additional 100-200 ms of time. That file pulls in a vendored Redis
library among other things.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Loading gitlab_reference_counter loads gitlab_net, which adds an
additional 100-200 ms of time. That file pulls in a vendored Redis
library among other things.
</pre>
</div>
</content>
</entry>
<entry>
<title>adds timeout option to push branches and respective test suite</title>
<updated>2017-03-29T15:59:43+00:00</updated>
<author>
<name>Tiago Botelho</name>
<email>tiagonbotelho@hotmail.com</email>
</author>
<published>2017-03-16T10:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=9e41159a6d2eb0d7409fe7188f8eedddbef0136b'/>
<id>9e41159a6d2eb0d7409fe7188f8eedddbef0136b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fetch repositories with --quiet option by default</title>
<updated>2017-03-28T00:01:03+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2017-03-28T00:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=da97c29237f1bee8f46aa0523db19cf7becc7bdf'/>
<id>da97c29237f1bee8f46aa0523db19cf7becc7bdf</id>
<content type='text'>
This will allow us to prevent deadlocks when dealing with extremely
long outputs from `git fetch`. All the pipes (stdin, stdout, and
stderr) have limited buffers, and when one fills up, everything is
going to stop.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow us to prevent deadlocks when dealing with extremely
long outputs from `git fetch`. All the pipes (stdin, stdout, and
stderr) have limited buffers, and when one fills up, everything is
going to stop.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fetch repositories with --prune option by default.</title>
<updated>2016-11-30T03:12:19+00:00</updated>
<author>
<name>Ruben Davila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2016-11-30T03:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=2bca5ccbfc6e35b9852ca5af117744d3a9a45422'/>
<id>2bca5ccbfc6e35b9852ca5af117744d3a9a45422</id>
<content type='text'>
This will allow us to not recreate branches that has been deleted on the upstream and the mirror.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will allow us to not recreate branches that has been deleted on the upstream and the mirror.
</pre>
</div>
</content>
</entry>
<entry>
<title>Instrument GitLab Shell and log metrics data to a file</title>
<updated>2016-10-11T13:36:05+00:00</updated>
<author>
<name>Paco Guzman</name>
<email>pacoguzmanp@gmail.com</email>
</author>
<published>2016-10-10T12:21:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=a4c8927007499d71a13e1a52c59a0ec36f20a6e0'/>
<id>a4c8927007499d71a13e1a52c59a0ec36f20a6e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rsync with ionice command building</title>
<updated>2016-10-07T14:23:12+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2016-10-07T14:23:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-shell.git/commit/?id=47723a6872f5506c38c98386ef215a1aca8a690e'/>
<id>47723a6872f5506c38c98386ef215a1aca8a690e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
