<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/mailers/emails, branch scripts-differences</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>Move document to new location, split in 3</title>
<updated>2019-07-15T08:02:33+00:00</updated>
<author>
<name>Marcia Ramos</name>
<email>marcia@gitlab.com</email>
</author>
<published>2019-07-15T08:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e6aa6ec165b364dd7615ba912fb1e4aded5008bc'/>
<id>e6aa6ec165b364dd7615ba912fb1e4aded5008bc</id>
<content type='text'>
- Move steps to new doc
- Move all concepts to different docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move steps to new doc
- Move all concepts to different docs
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix notes email with group-level notification email</title>
<updated>2019-06-24T09:20:10+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-06-24T09:20:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e6532ca203a9f29294ebbc854e7c6372f76799dd'/>
<id>e6532ca203a9f29294ebbc854e7c6372f76799dd</id>
<content type='text'>
A Noteable doesn't have a group directly, unless it's an epic - we need
to look for the project's group to find the right email address.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A Noteable doesn't have a group directly, unless it's an epic - we need
to look for the project's group to find the right email address.
</pre>
</div>
</content>
</entry>
<entry>
<title>Send notifications to group-specific email address</title>
<updated>2019-05-31T12:49:27+00:00</updated>
<author>
<name>Wei-Meng Lee</name>
<email>wlee@gitlab.com</email>
</author>
<published>2019-02-15T17:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1a402d888c05196212d1ba671368837e85246c9c'/>
<id>1a402d888c05196212d1ba671368837e85246c9c</id>
<content type='text'>
- Select notification email by walking up group/subgroup path
- Add settings UI to set group email notification address
- Add tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Select notification email by walking up group/subgroup path
- Add settings UI to set group email notification address
- Add tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark unverified pages domains for removal</title>
<updated>2019-04-09T17:46:29+00:00</updated>
<author>
<name>Vladimir Shushlin</name>
<email>vshushlin@gitlab.com</email>
</author>
<published>2019-04-09T17:46:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d69d29011cf9fe06e50a2c7d65b1ea88ea2d41d5'/>
<id>d69d29011cf9fe06e50a2c7d65b1ea88ea2d41d5</id>
<content type='text'>
Set pages_domain.remove_at when disabling it
Add specs for marking pages domain for removal
Notify user that domain is being removed
Add documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set pages_domain.remove_at when disabling it
Add specs for marking pages domain for removal
Notify user that domain is being removed
Add documentation
</pre>
</div>
</content>
</entry>
<entry>
<title>Show header and footer system messages in email</title>
<updated>2019-02-27T20:07:50+00:00</updated>
<author>
<name>Alexandru Croitor</name>
<email>acroitor@gitlab.com</email>
</author>
<published>2019-02-20T15:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=77985826d94454514c40b8da926e13b3b3791841'/>
<id>77985826d94454514c40b8da926e13b3b3791841</id>
<content type='text'>
* Add email_header_and_footer_enabled flag to appearances table
* Set email_header_and_footer_enabled default value to false
* Add checkbox to appearance to toggle show header and footer in emails
* Add email_header_and_footer_enabled to allowed params in controller
* Add header and footer messages to the html and text email layouts
* Remove the color styling for emails header and footer
* Add empty_mailer layout for emails without layout,
to have the header and footer applied
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add email_header_and_footer_enabled flag to appearances table
* Set email_header_and_footer_enabled default value to false
* Add checkbox to appearance to toggle show header and footer in emails
* Add email_header_and_footer_enabled to allowed params in controller
* Add header and footer messages to the html and text email layouts
* Remove the color styling for emails header and footer
* Add empty_mailer layout for emails without layout,
to have the header and footer applied
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable the Layout/ExtraSpacing cop</title>
<updated>2019-01-24T12:05:45+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-01-16T12:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3a2abc1d50b419a353edb7f7cf68f3894dfdeeef'/>
<id>3a2abc1d50b419a353edb7f7cf68f3894dfdeeef</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove caching of CSV file</title>
<updated>2019-01-07T03:21:30+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>hleeyu@gmail.com</email>
</author>
<published>2019-01-03T05:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f54290de751e365be0928c66bb75fd106bb7aa88'/>
<id>f54290de751e365be0928c66bb75fd106bb7aa88</id>
<content type='text'>
Load whole file in memory to simplify code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Load whole file in memory to simplify code
</pre>
</div>
</content>
</entry>
<entry>
<title>Import CSV Backend</title>
<updated>2019-01-07T03:16:58+00:00</updated>
<author>
<name>Heinrich Lee Yu</name>
<email>heinrich@gitlab.com</email>
</author>
<published>2018-12-06T00:51:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3c026971149c95f076b8c50a52ddbfed139d5b20'/>
<id>3c026971149c95f076b8c50a52ddbfed139d5b20</id>
<content type='text'>
Process CSV uploads async using a worker then email results
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Process CSV uploads async using a worker then email results
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically disable Auto DevOps for project upon first pipeline failure</title>
<updated>2018-09-06T19:20:42+00:00</updated>
<author>
<name>Mayra Cabrera</name>
<email>mcabrera@gitlab.com</email>
</author>
<published>2018-09-06T19:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=177d847cf5c0ad9f282f599fbd5e9dafdc3b6289'/>
<id>177d847cf5c0ad9f282f599fbd5e9dafdc3b6289</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add DNS verification to Pages custom domains</title>
<updated>2018-02-23T12:22:29+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2018-02-06T13:25:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ee68bd9771f671ce7c258a8f5441125f1a9c2d53'/>
<id>ee68bd9771f671ce7c258a8f5441125f1a9c2d53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
