<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/config/gitlab.yml.example, branch docs-patch-74</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>Fix typo in Content Security Policy example</title>
<updated>2019-08-22T14:18:10+00:00</updated>
<author>
<name>J0WI</name>
<email>sjw@gmx.ch</email>
</author>
<published>2019-08-22T14:18:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=47c3abdfd0495a631e2f3f0ec850c6ed634b7fd7'/>
<id>47c3abdfd0495a631e2f3f0ec850c6ed634b7fd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: SMIME signed notification emails</title>
<updated>2019-08-20T14:13:32+00:00</updated>
<author>
<name>Diego Louzán</name>
<email>diego.louzan.ext@siemens.com</email>
</author>
<published>2019-07-10T19:40:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0dcb9d21efc1db97765d82ee39a0f0905ba945ba'/>
<id>0dcb9d21efc1db97765d82ee39a0f0905ba945ba</id>
<content type='text'>
- Add mail interceptor the signs outgoing email with SMIME
- Add lib and helpers to work with SMIME data
- New configuration params for setting up SMIME key and cert files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add mail interceptor the signs outgoing email with SMIME
- Add lib and helpers to work with SMIME data
- New configuration params for setting up SMIME key and cert files
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Content-Security-Policy</title>
<updated>2019-08-07T02:37:31+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-08-06T06:14:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5fbbd3dd6e965f76ecf1767373bddd236a78a4be'/>
<id>5fbbd3dd6e965f76ecf1767373bddd236a78a4be</id>
<content type='text'>
A nonce-based Content-Security-Policy thwarts XSS attacks by allowing
inline JavaScript to execute if the script nonce matches the header
value. Rails 5.2 supports nonce-based Content-Security-Policy headers,
so provide configuration to enable this and make it work.

To support this, we need to change all `:javascript` HAML filters to the
following form:

```
= javascript_tag nonce: true do
  :plain
    ...
```

We use `%script` throughout our HAML to store JSON and other text, but
since this doesn't execute, browsers don't appear to block this content
from being used and require the nonce value to be present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A nonce-based Content-Security-Policy thwarts XSS attacks by allowing
inline JavaScript to execute if the script nonce matches the header
value. Rails 5.2 supports nonce-based Content-Security-Policy headers,
so provide configuration to enable this and make it work.

To support this, we need to change all `:javascript` HAML filters to the
following form:

```
= javascript_tag nonce: true do
  :plain
    ...
```

We use `%script` throughout our HAML to store JSON and other text, but
since this doesn't execute, browsers don't appear to block this content
from being used and require the nonce value to be present.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809</title>
<updated>2019-08-01T17:38:07+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>valery@gitlab.com</email>
</author>
<published>2019-08-01T12:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f519a4b72f81a1e3c81e5e684d236bbe30e0dd2d'/>
<id>f519a4b72f81a1e3c81e5e684d236bbe30e0dd2d</id>
<content type='text'>
Introducing Docker Registry replication
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introducing Docker Registry replication
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14597</title>
<updated>2019-07-24T14:56:48+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>valery@gitlab.com</email>
</author>
<published>2019-07-09T15:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1902d9cc74a1dc2c87fdbb39a6cdbb67092cbb5a'/>
<id>1902d9cc74a1dc2c87fdbb39a6cdbb67092cbb5a</id>
<content type='text'>
This is the first part of Docker Registry replication
    for secondary Geo node.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the first part of Docker Registry replication
    for secondary Geo node.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use transactions and exceptions</title>
<updated>2019-07-16T19:20:43+00:00</updated>
<author>
<name>Reuben Pereira</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-07-16T19:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0d84010d1c374fe3cfdbc3b067e4502e56b6a8b3'/>
<id>0d84010d1c374fe3cfdbc3b067e4502e56b6a8b3</id>
<content type='text'>
Instead return error objects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead return error objects.
</pre>
</div>
</content>
</entry>
<entry>
<title>CE-EE parity for shared config files</title>
<updated>2019-07-09T17:13:21+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2019-07-09T17:13:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=db04a18d7d8e77d52924e769044011824f7c6e3c'/>
<id>db04a18d7d8e77d52924e769044011824f7c6e3c</id>
<content type='text'>
This copies over EE-specific changes to shared configuration files in
CE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This copies over EE-specific changes to shared configuration files in
CE.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace 'JIRA' with 'Jira'</title>
<updated>2019-06-28T13:25:56+00:00</updated>
<author>
<name>Takuya Noguchi</name>
<email>takninnovationresearch@gmail.com</email>
</author>
<published>2019-06-28T13:25:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=af5da7564edab1d3f2457e13e3157f2806b0b9a0'/>
<id>af5da7564edab1d3f2457e13e3157f2806b0b9a0</id>
<content type='text'>
https://community.atlassian.com/t5/Jira-questions/Is-it-quot-JIRA-quot-or-quot-Jira-quot/qaq-p/681163

Signed-off-by: Takuya Noguchi &lt;takninnovationresearch@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://community.atlassian.com/t5/Jira-questions/Is-it-quot-JIRA-quot-or-quot-Jira-quot/qaq-p/681163

Signed-off-by: Takuya Noguchi &lt;takninnovationresearch@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport gitlab.yml.example from EE</title>
<updated>2019-06-20T12:51:49+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2019-06-13T12:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e41564762cd74c6cbf938dcc319c3b77a891dc7'/>
<id>0e41564762cd74c6cbf938dcc319c3b77a891dc7</id>
<content type='text'>
To make this happen, we need to conditionally add the group_saml
strategy when running tests, but only on EE. This requires some changes
to Gitlab.ee? so that it can be used before/without loading the Rails
environment. We also have to change how we require a few files, so this
can run outside of Rails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make this happen, we need to conditionally add the group_saml
strategy when running tests, but only on EE. This requires some changes
to Gitlab.ee? so that it can be used before/without loading the Rails
environment. We also have to change how we require a few files, so this
can run outside of Rails.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Puma sampler</title>
<updated>2019-05-29T12:27:44+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2019-05-29T12:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a5adc6a024012f727ac32c440bb42f4634ae0605'/>
<id>a5adc6a024012f727ac32c440bb42f4634ae0605</id>
<content type='text'>
This sampler gathers Puma-specific metrics which can be used by
Prometheus then.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This sampler gathers Puma-specific metrics which can be used by
Prometheus then.
</pre>
</div>
</content>
</entry>
</feed>
