<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch shell-version-warning</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Warn when gitlab-shell version doesn't match requirement.</title>
<updated>2015-04-06T12:02:49+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-04-06T12:02:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f915a4b80fdae28492e6c630534d8b66462f670a'/>
<id>f915a4b80fdae28492e6c630534d8b66462f670a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'github.com/master'</title>
<updated>2015-04-04T12:23:32+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-04-04T12:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=45ca39e81bf857cdb58b1a184b8fab0e56c200f7'/>
<id>45ca39e81bf857cdb58b1a184b8fab0e56c200f7</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 'no-limit-fetch' into 'master'</title>
<updated>2015-04-04T12:19:51+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-04-04T12:19:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=124e7d5efc53cfacf6fb579328245e0619c73c9d'/>
<id>124e7d5efc53cfacf6fb579328245e0619c73c9d</id>
<content type='text'>
Remove sidekiq-limit_fetch because it require Redis 2.6.

See merge request !491
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove sidekiq-limit_fetch because it require Redis 2.6.

See merge request !491
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'update-changelog-for-mr214' into 'master'</title>
<updated>2015-04-03T21:13:05+00:00</updated>
<author>
<name>Drew Blessing</name>
<email>drew.blessing@mac.com</email>
</author>
<published>2015-04-03T21:13:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c12ce22a72acfb0c8492526013ff9b38bd7aee82'/>
<id>c12ce22a72acfb0c8492526013ff9b38bd7aee82</id>
<content type='text'>
Updated CHANGELOG for !214

Forgot to update the CHANGELOG for !214. Prompted by @dblessing to submit this MR to fix that.

See merge request !493
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated CHANGELOG for !214

Forgot to update the CHANGELOG for !214. Prompted by @dblessing to submit this MR to fix that.

See merge request !493
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated CHANGELOG for MR 214</title>
<updated>2015-04-03T20:38:19+00:00</updated>
<author>
<name>Jeremy Maziarz</name>
<email>jmaziarz@mitre.org</email>
</author>
<published>2015-04-03T20:38:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ee9b427f4363071be0337cfc8262e85c8fc01d10'/>
<id>ee9b427f4363071be0337cfc8262e85c8fc01d10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove sidekiq-limit_fetch because it require Redis 2.6.</title>
<updated>2015-04-03T16:38:31+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-04-03T16:38:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bc2edc359d38014289c86d021fd49a77d1071b06'/>
<id>bc2edc359d38014289c86d021fd49a77d1071b06</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 'custom-email-reply-to' into 'master'</title>
<updated>2015-04-03T15:14:04+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-04-03T15:14:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=04a42ce3f1688dd262f72f654b62d840c7efac6e'/>
<id>04a42ce3f1688dd262f72f654b62d840c7efac6e</id>
<content type='text'>
Add ability to configure Reply-To address

### What does this MR do?

This MR adds configuration variable `email_reply_to` to make it possible to configure a custom Reply-To address other than the default `noreply@mydomain.com`.

### What are the relevant issue numbers / [Feature requests](http://feedback.gitlab.com/)?

#1305

See merge request !455
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add ability to configure Reply-To address

### What does this MR do?

This MR adds configuration variable `email_reply_to` to make it possible to configure a custom Reply-To address other than the default `noreply@mydomain.com`.

### What are the relevant issue numbers / [Feature requests](http://feedback.gitlab.com/)?

#1305

See merge request !455
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-admin-project-urls' into 'master'</title>
<updated>2015-04-03T15:09:30+00:00</updated>
<author>
<name>Drew Blessing</name>
<email>drew.blessing@mac.com</email>
</author>
<published>2015-04-03T15:09:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aaacef47fff4d7c359cb025caf879dff56a98932'/>
<id>aaacef47fff4d7c359cb025caf879dff56a98932</id>
<content type='text'>
Link paths for http and ssh in the admin project show view are incorrect

The link paths for http and ssh in the admin project show view are incorrect. Clicking on them effectively reloads the page. I think the intent is to have the links point to the project dashboard.

Incorrect: http://gitlab.example.com/admin/projects/[namespace]/[project]
Correct: http://gitlab.example.com/[namespace]/[project]

See merge request !214
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Link paths for http and ssh in the admin project show view are incorrect

The link paths for http and ssh in the admin project show view are incorrect. Clicking on them effectively reloads the page. I think the intent is to have the links point to the project dashboard.

Incorrect: http://gitlab.example.com/admin/projects/[namespace]/[project]
Correct: http://gitlab.example.com/[namespace]/[project]

See merge request !214
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ability to configure Reply-To address in gitlab.yml</title>
<updated>2015-04-03T13:47:54+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-03-26T03:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=81a5a9713d69c738912d27cb10e74577aa4f4978'/>
<id>81a5a9713d69c738912d27cb10e74577aa4f4978</id>
<content type='text'>
Closes #1305
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1305
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'issue-sidebar-size' into 'master'</title>
<updated>2015-04-03T13:23:11+00:00</updated>
<author>
<name>Drew Blessing</name>
<email>drew.blessing@mac.com</email>
</author>
<published>2015-04-03T13:23:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aedc12547aa87827ebb330481da957ba974708b8'/>
<id>aedc12547aa87827ebb330481da957ba974708b8</id>
<content type='text'>
Changes the width of sidebar in issues and MRs when affix event fires

Fixes #1320

Width is set when Bootstraps affix event is fired and then removed when it reaches the top or bottom.

See merge request !464
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes the width of sidebar in issues and MRs when affix event fires

Fixes #1320

Width is set when Bootstraps affix event is fired and then removed when it reaches the top or bottom.

See merge request !464
</pre>
</div>
</content>
</entry>
</feed>
