<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/notify, branch replace-linux-with-gnu-linux</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>replace images in emails with inline images</title>
<updated>2015-03-12T08:26:06+00:00</updated>
<author>
<name>Hannes Rosenögger</name>
<email>123haynes@gmail.com</email>
</author>
<published>2015-03-04T11:58:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3c7e0f45c2d9c242bf45d153bb73e96ce7525a06'/>
<id>3c7e0f45c2d9c242bf45d153bb73e96ce7525a06</id>
<content type='text'>
This adds the functionality of replacing all images that were uploaded
to gitlab with inline images(base64) in emails.
This change fixes the broken images in emails that 7.8 introduced
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the functionality of replacing all images that were uploaded
to gitlab with inline images(base64) in emails.
This change fixes the broken images in emails that 7.8 introduced
</pre>
</div>
</content>
</entry>
<entry>
<title>Send EmailsOnPush when deleting commits using force push.</title>
<updated>2015-02-25T14:12:19+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-25T14:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5d86332153838252384f9f87a0ae3e34c46eb266'/>
<id>5d86332153838252384f9f87a0ae3e34c46eb266</id>
<content type='text'>
See #1924.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See #1924.
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap commit message in EmailsOnPush email.</title>
<updated>2015-02-25T13:37:15+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-25T13:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=769f137a5344dbc3748c2fea7c1d560392410ca4'/>
<id>769f137a5344dbc3748c2fea7c1d560392410ca4</id>
<content type='text'>
See #1867.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See #1867.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix links in EmailsOnPush text version.</title>
<updated>2015-02-25T13:32:55+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-25T13:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ae70a80fc202822a485cabf78da9774d14055617'/>
<id>ae70a80fc202822a485cabf78da9774d14055617</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to disable code diffs to EmailOnPush.</title>
<updated>2015-02-25T13:29:49+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-25T13:29:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85af3e82bfe0ebd01e816ee7c5ee6a2c28ce8ff9'/>
<id>85af3e82bfe0ebd01e816ee7c5ee6a2c28ce8ff9</id>
<content type='text'>
See #1950
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See #1950
</pre>
</div>
</content>
</entry>
<entry>
<title>Add list of changed files to EmailsOnPush.</title>
<updated>2015-02-25T12:40:05+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-02-20T16:55:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7b34c9dc593c15ed60f397b1e43e34bab8702674'/>
<id>7b34c9dc593c15ed60f397b1e43e34bab8702674</id>
<content type='text'>
See #1906.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See #1906.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to Rails 4.1.9</title>
<updated>2015-02-14T18:09:23+00:00</updated>
<author>
<name>Vinnie Okada</name>
<email>vokada@mrvinn.com</email>
</author>
<published>2015-01-24T18:02:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=76aad9b76ed756ca9ba2cbcdb399c815e542b3ae'/>
<id>76aad9b76ed756ca9ba2cbcdb399c815e542b3ae</id>
<content type='text'>
Make the following changes to deal with new behavior in Rails 4.1.2:

* Use nested resources to avoid slashes in arguments to path helpers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the following changes to deal with new behavior in Rails 4.1.2:

* Use nested resources to avoid slashes in arguments to path helpers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Diff syntax colors for email-on-push notifications</title>
<updated>2015-01-17T18:19:28+00:00</updated>
<author>
<name>Hannes Rosenögger</name>
<email>123haynes@gmail.com</email>
</author>
<published>2015-01-16T13:38:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e460e04e16abe5409b2e4918016a29b0415790ca'/>
<id>e460e04e16abe5409b2e4918016a29b0415790ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add commit dates to repository-push email tempalte</title>
<updated>2014-12-11T12:18:18+00:00</updated>
<author>
<name>Miz</name>
<email>miz@hexide.com</email>
</author>
<published>2014-12-11T12:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2ff60660886008eef2a39bf1f2dcc249bbec8232'/>
<id>2ff60660886008eef2a39bf1f2dcc249bbec8232</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve ssh key emails</title>
<updated>2014-10-28T07:06:22+00:00</updated>
<author>
<name>Ben Bodenmiller</name>
<email>bbodenmiller@hotmail.com</email>
</author>
<published>2014-10-12T12:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=56ffa0fba47c8e81c2980140988cbdd2c0520b9d'/>
<id>56ffa0fba47c8e81c2980140988cbdd2c0520b9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
