<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec, branch docs/add_file_diff_description</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>Merge branch '66393-proposal-remove-area-chart-in-favor-of-time-series' into 'master'</title>
<updated>2019-09-02T20:04:02+00:00</updated>
<author>
<name>Tim Zallmann</name>
<email>tzallmann@gitlab.com</email>
</author>
<published>2019-09-02T20:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=407132bfd4f52b392a64c81eeacf51717d9c3248'/>
<id>407132bfd4f52b392a64c81eeacf51717d9c3248</id>
<content type='text'>
Remove area chart in favor of time series

Closes #66393

See merge request gitlab-org/gitlab-ce!32129</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove area chart in favor of time series

Closes #66393

See merge request gitlab-org/gitlab-ce!32129</pre>
</div>
</content>
</entry>
<entry>
<title>Add X-GitLab-NotificationReason header to note emails</title>
<updated>2019-09-02T17:15:24+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-08-29T19:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=075f6d3559f0a0127fb322b40fad7985df621fcd'/>
<id>075f6d3559f0a0127fb322b40fad7985df621fcd</id>
<content type='text'>
The 'assigned' reason doesn't apply to notes, but the other two
can ('mentioned' and 'own_activity'), so we can still use this for note
emails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'assigned' reason doesn't apply to notes, but the other two
can ('mentioned' and 'own_activity'), so we can still use this for note
emails.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Mermaid to v8.2.6</title>
<updated>2019-09-02T16:50:09+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-09-02T16:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=526ea7c5b6cfcca1b94bb8a7b826e64d494471ff'/>
<id>526ea7c5b6cfcca1b94bb8a7b826e64d494471ff</id>
<content type='text'>
This fixes a regression where an underscore in labels no
longer worked:
https://github.com/knsv/mermaid/releases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a regression where an underscore in labels no
longer worked:
https://github.com/knsv/mermaid/releases
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle :9090 and 0.0.0.0:9090 listen_address formats</title>
<updated>2019-09-02T14:35:02+00:00</updated>
<author>
<name>Reuben Pereira</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-09-02T14:35:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=414523b0bf7fc5728d8d118b2823be8610546fe6'/>
<id>414523b0bf7fc5728d8d118b2823be8610546fe6</id>
<content type='text'>
Prometheus listen_address can be in formats of :9090 and 0.0.0.0:9090.
But before these can be used to connect a project to Prometheus, they
have to converted into absolute URIs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prometheus listen_address can be in formats of :9090 and 0.0.0.0:9090.
But before these can be used to connect a project to Prometheus, they
have to converted into absolute URIs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '65152-unfolded-lines-perf-improvement' into 'master'</title>
<updated>2019-09-02T14:15:16+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2019-09-02T14:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=68bfb091ae3c4b3885a1e8be09b347f26c8a3a00'/>
<id>68bfb091ae3c4b3885a1e8be09b347f26c8a3a00</id>
<content type='text'>
Support selective highlighting of lines

See merge request gitlab-org/gitlab-ce!32514</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support selective highlighting of lines

See merge request gitlab-org/gitlab-ce!32514</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '66803-fix-uploads-relative-link-filter' into 'master'</title>
<updated>2019-09-02T12:05:33+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2019-09-02T12:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=60fd42172fcf790b3cb612a3403227d4a97035a6'/>
<id>60fd42172fcf790b3cb612a3403227d4a97035a6</id>
<content type='text'>
Fix permissions check in `RelativeLinkFilter`

See merge request gitlab-org/gitlab-ce!32448</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix permissions check in `RelativeLinkFilter`

See merge request gitlab-org/gitlab-ce!32448</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing #65389</title>
<updated>2019-09-02T10:43:54+00:00</updated>
<author>
<name>Massimeddu Cireddu</name>
<email>massimeddu@gmail.com</email>
</author>
<published>2019-09-02T10:43:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aef0d817927f514ad5a0a42203aff94e30f13740'/>
<id>aef0d817927f514ad5a0a42203aff94e30f13740</id>
<content type='text'>
Wrong format on MS Teams integration push events with multi line commit messages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wrong format on MS Teams integration push events with multi line commit messages
</pre>
</div>
</content>
</entry>
<entry>
<title>quick action label must be first in issue comment</title>
<updated>2019-09-02T10:42:11+00:00</updated>
<author>
<name>Maneschi Romain</name>
<email>rmaneschi@gmail.com</email>
</author>
<published>2019-09-02T10:42:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1eca1928ebacb01d76afd4a461785faa7dbb5a0d'/>
<id>1eca1928ebacb01d76afd4a461785faa7dbb5a0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename shared examples according to our guidelines</title>
<updated>2019-09-02T08:58:00+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-09-02T08:58:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fc6f8a6a440518f6fc446f20a047ed52c5d5cebd'/>
<id>fc6f8a6a440518f6fc446f20a047ed52c5d5cebd</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>Merge branch 'fix-peek-on-puma' into 'master'</title>
<updated>2019-09-02T08:43:21+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-09-02T08:43:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b7398bc1fdad6c721cfa35ff17cebc2cb00c8240'/>
<id>b7398bc1fdad6c721cfa35ff17cebc2cb00c8240</id>
<content type='text'>
Fix Peek on Puma

Closes #66528

See merge request gitlab-org/gitlab-ce!32213</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix Peek on Puma

Closes #66528

See merge request gitlab-org/gitlab-ce!32213</pre>
</div>
</content>
</entry>
</feed>
