<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/tasks, branch empty-task-list-alignment</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>Merge branch 'feature/add-rake-task-prints-storage-config-in-toml' into 'master'</title>
<updated>2017-04-07T21:58:19+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-04-07T21:58:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=33a050d31cc657bdcc03e8cd971451b47bbadacf'/>
<id>33a050d31cc657bdcc03e8cd971451b47bbadacf</id>
<content type='text'>

Add rake task that prints TOML storage configuration

Closes gitaly#173

See merge request !10448</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add rake task that prints TOML storage configuration

Closes gitaly#173

See merge request !10448</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rake test to import Github repositories</title>
<updated>2017-04-07T17:45:08+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2017-04-07T17:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d4058995da7d60200300857bff8791377f72b0d6'/>
<id>d4058995da7d60200300857bff8791377f72b0d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Github import rake task</title>
<updated>2017-04-06T12:47:40+00:00</updated>
<author>
<name>James Lopez</name>
<email>james@gitlab.com</email>
</author>
<published>2017-04-06T12:47:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fca0097c0f457c6d4d8e326e679ff7848264f021'/>
<id>fca0097c0f457c6d4d8e326e679ff7848264f021</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add rake task that prints TOML storage configuration</title>
<updated>2017-04-04T17:35:35+00:00</updated>
<author>
<name>Ahmad Sherif</name>
<email>me@ahmadsherif.com</email>
</author>
<published>2017-04-04T14:06:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=62521f20e4bfead7b224ea9067be9733fc6e2f90'/>
<id>62521f20e4bfead7b224ea9067be9733fc6e2f90</id>
<content type='text'>
Closes gitaly#173
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gitaly#173
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '29539-fix-pipelines-container-width-with-parallel-diff' into 'master'</title>
<updated>2017-03-29T23:29:38+00:00</updated>
<author>
<name>Alfredo Sumaran</name>
<email>alfredo@gitlab.com</email>
</author>
<published>2017-03-29T23:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1ccf4af3c50ae965374bc357f93382e1a02f810a'/>
<id>1ccf4af3c50ae965374bc357f93382e1a02f810a</id>
<content type='text'>

Reset container width when switching to pipelines MR tab

Closes #29539

See merge request !10169</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Reset container width when switching to pipelines MR tab

Closes #29539

See merge request !10169</pre>
</div>
</content>
</entry>
<entry>
<title>There might be ps utilities out there, that assume 80chars instead</title>
<updated>2017-03-28T21:15:17+00:00</updated>
<author>
<name>Sebastian Reitenbach</name>
<email>sebastia@l00-bugdead-prods.de</email>
</author>
<published>2017-03-26T06:58:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d8569440b5008f9cd383515d5dce3bf8730bbef6'/>
<id>d8569440b5008f9cd383515d5dce3bf8730bbef6</id>
<content type='text'>
of unlimited width if they cannot detect terminal size, therefore
force unlimited terminal size when checking processes via ps.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of unlimited width if they cannot detect terminal size, therefore
force unlimited terminal size when checking processes via ps.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reset container width when switching to pipelines MR tab</title>
<updated>2017-03-28T15:59:54+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-03-23T02:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=880b53e0b44909b255008ca32df62120cc435595'/>
<id>880b53e0b44909b255008ca32df62120cc435595</id>
<content type='text'>
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29539
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29539
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gitaly-install-rake' into 'master'</title>
<updated>2017-03-21T15:32:58+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-03-21T15:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fc830c6ff5eaf2f74b573d54cbc745457f47c668'/>
<id>fc830c6ff5eaf2f74b573d54cbc745457f47c668</id>
<content type='text'>

Docs and scripts to install Gitaly from source

Closes gitaly#136 and #28446

See merge request !9941</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Docs and scripts to install Gitaly from source

Closes gitaly#136 and #28446

See merge request !9941</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Circular dependency detected" (duplicate)</title>
<updated>2017-03-21T14:40:34+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mgreiling@gitlab.com</email>
</author>
<published>2017-03-21T14:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2d46a5722fb287878b591ebf4be3debbc3ca6940'/>
<id>2d46a5722fb287878b591ebf4be3debbc3ca6940</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Print command output when a task failed</title>
<updated>2017-03-21T13:55:41+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2017-03-14T16:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=49a9c2fbefde96e428eae72a76ceefeac9dbcad4'/>
<id>49a9c2fbefde96e428eae72a76ceefeac9dbcad4</id>
<content type='text'>
This helps you understand why the command failed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This helps you understand why the command failed.
</pre>
</div>
</content>
</entry>
</feed>
