<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models/notification_setting.rb, branch bootstrap-markdown-code-highlight</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>Only send issue due emails to participants and custom subscribers</title>
<updated>2018-03-30T12:25:46+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2018-03-30T12:25:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5ab75649f3ea00b64cb63e7e5283100c6b70cfb5'/>
<id>5ab75649f3ea00b64cb63e7e5283100c6b70cfb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Send notification emails when push to a merge request</title>
<updated>2018-03-26T12:24:52+00:00</updated>
<author>
<name>YarNayar</name>
<email>YarTheGreat@gmail.com</email>
</author>
<published>2017-07-25T11:56:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=99b01e23598e6b0b2bcae891939ea28c67f7b2e9'/>
<id>99b01e23598e6b0b2bcae891939ea28c67f7b2e9</id>
<content type='text'>
Closes #23460
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #23460
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-enable SqlInjection and CommandInjection</title>
<updated>2017-08-08T14:50:54+00:00</updated>
<author>
<name>Brian Neel</name>
<email>brian@gitlab.com</email>
</author>
<published>2017-08-04T02:20:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9770c57fab0315865a33c8b6df269eded0d57b5c'/>
<id>9770c57fab0315865a33c8b6df269eded0d57b5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove events column from notification settings</title>
<updated>2017-07-31T10:18:55+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-07-28T09:44:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=57a5544f883ad9687c38270519edc7914912af5d'/>
<id>57a5544f883ad9687c38270519edc7914912af5d</id>
<content type='text'>
This was migrated to separate columns in 9.4, and now just needs to be removed
for real.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was migrated to separate columns in 9.4, and now just needs to be removed
for real.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix current feature related specs</title>
<updated>2017-06-28T10:32:34+00:00</updated>
<author>
<name>Tiago Botelho</name>
<email>tiagonbotelho@hotmail.com</email>
</author>
<published>2017-06-15T12:06:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=34f57b462bc14ad194cf890a4585d403bdbde55c'/>
<id>34f57b462bc14ad194cf890a4585d403bdbde55c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deserialise existing custom notification settings</title>
<updated>2017-06-15T14:15:13+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-06-08T16:10:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e94c1028c1e829f899b0d0f56313cc62df6f9a0a'/>
<id>e94c1028c1e829f899b0d0f56313cc62df6f9a0a</id>
<content type='text'>
Create a post-deployment migration to update all existing notification settings
with at least one custom level enabled to the new format. Also handle the same
conversion when updating settings, to catch any stragglers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a post-deployment migration to update all existing notification settings
with at least one custom level enabled to the new format. Also handle the same
conversion when updating settings, to catch any stragglers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add columns for custom notification settings</title>
<updated>2017-06-15T14:14:45+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-06-06T16:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f4b5fcbca100769b89e6b06e0df180012d16a7a8'/>
<id>f4b5fcbca100769b89e6b06e0df180012d16a7a8</id>
<content type='text'>
Add columns for each custom notification level, defaulting to null. Read from
those columns if non-null, otherwise fall back to the serialized column. Writing
will write to the new column if `events` isn't manually set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add columns for each custom notification level, defaulting to null. Read from
those columns if non-null, otherwise fall back to the serialized column. Writing
will write to the new column if `events` isn't manually set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Cop to blacklist polymorphic associations</title>
<updated>2017-06-07T15:36:55+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-06-02T12:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5819ca1a249d1daf3b4feb655c217c98a1b70225'/>
<id>5819ca1a249d1daf3b4feb655c217c98a1b70225</id>
<content type='text'>
One should really use a separate table instead of using polymorphic
associations.

See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11168 for
more information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One should really use a separate table instead of using polymorphic
associations.

See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11168 for
more information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Quiet pipeline emails</title>
<updated>2017-04-03T12:59:48+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-03-30T11:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a1805cbcd55a28658049b42c12a87a50ab9ab977'/>
<id>a1805cbcd55a28658049b42c12a87a50ab9ab977</id>
<content type='text'>
1. Never send a pipeline email to anyone other than the user who created
   the pipeline.
2. Only send pipeline success emails to people with the custom
   notification setting for enabled. Watchers and participants will
   never receive this.
3. When custom settings are unset (for new settings and legacy ones),
   act as if failed_pipeline is set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Never send a pipeline email to anyone other than the user who created
   the pipeline.
2. Only send pipeline success emails to people with the custom
   notification setting for enabled. Watchers and participants will
   never receive this.
3. When custom settings are unset (for new settings and legacy ones),
   act as if failed_pipeline is set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable Style/MutableConstant</title>
<updated>2017-02-23T15:31:56+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-02-21T23:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b7d8df503cf35b3048b273dc0cadb5ec39aac5e1'/>
<id>b7d8df503cf35b3048b273dc0cadb5ec39aac5e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
