<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/banzai, branch compare-code-view</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>ObjectRenderer doesn't crash when no objects to cache with Rails.cache.read_multi</title>
<updated>2016-07-13T09:19:21+00:00</updated>
<author>
<name>Paco Guzman</name>
<email>pacoguzmanp@gmail.com</email>
</author>
<published>2016-07-13T07:23:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cc752f241ccef3b13486544f03ae716de00cc363'/>
<id>cc752f241ccef3b13486544f03ae716de00cc363</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Object renderer read_multi rendered entries from Cache</title>
<updated>2016-07-12T12:35:29+00:00</updated>
<author>
<name>Paco Guzman</name>
<email>pacoguzmanp@gmail.com</email>
</author>
<published>2016-07-05T15:21:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3d2c540db6bb33f1a7be6c1ba375d4f604544862'/>
<id>3d2c540db6bb33f1a7be6c1ba375d4f604544862</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize system note visibility checking by hiding notes that</title>
<updated>2016-07-11T22:09:21+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-07-04T05:31:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=af3727b34a3e61668ffca8dc4db85e3c57ff2cc8'/>
<id>af3727b34a3e61668ffca8dc4db85e3c57ff2cc8</id>
<content type='text'>
have been fully redacted and contain cross-project references.

The previous implementation relied on Note#cross_reference_not_visible_for?,
which essentially tries to render all the Markdown references in a system note
and only displays the note if the user can see the referring project. But this
duplicated the work that Banzai::NotesRenderer was doing already. Instead, for
each note we render, we memoize the number of visible user references and
use it later if it is available.

Improves #19273
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
have been fully redacted and contain cross-project references.

The previous implementation relied on Note#cross_reference_not_visible_for?,
which essentially tries to render all the Markdown references in a system note
and only displays the note if the user can see the referring project. But this
duplicated the work that Banzai::NotesRenderer was doing already. Instead, for
each note we render, we memoize the number of visible user references and
use it later if it is available.

Improves #19273
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'blockquote-fence-filter' into 'master'</title>
<updated>2016-07-10T20:30:41+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-07-10T20:30:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e90a9b0159611195a512811517bb9d6237c8ffab'/>
<id>e90a9b0159611195a512811517bb9d6237c8ffab</id>
<content type='text'>

Add blockquote fence syntax to Markdown

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/16564

Before Markdown rendering happens, this will transform this:

```
Let me quote this here email:

&gt;&gt;&gt;
Dear friend,

How are you?

Greetings,

Me
&gt;&gt;&gt;
```

Into this, saving me from having to prefix all of those lines with `&gt;` manually when I copy some multiline text from another medium:

```
Let me quote this here email:

&gt; Dear friend,
&gt; 
&gt; How are you?
&gt; 
&gt; Greetings,
&gt; 
&gt; Me
```

See merge request !3954</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add blockquote fence syntax to Markdown

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/16564

Before Markdown rendering happens, this will transform this:

```
Let me quote this here email:

&gt;&gt;&gt;
Dear friend,

How are you?

Greetings,

Me
&gt;&gt;&gt;
```

Into this, saving me from having to prefix all of those lines with `&gt;` manually when I copy some multiline text from another medium:

```
Let me quote this here email:

&gt; Dear friend,
&gt; 
&gt; How are you?
&gt; 
&gt; Greetings,
&gt; 
&gt; Me
```

See merge request !3954</pre>
</div>
</content>
</entry>
<entry>
<title>Add more comments to regex</title>
<updated>2016-07-10T19:47:53+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2016-07-10T19:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=24e7c3e3255111ee7a4907db26d4a37f5de9286d'/>
<id>24e7c3e3255111ee7a4907db26d4a37f5de9286d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add blockquote fence syntax to Markdown</title>
<updated>2016-07-10T01:23:05+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2016-04-27T21:38:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6a477b9bfc5bf9b32c9a961269066694d1216dce'/>
<id>6a477b9bfc5bf9b32c9a961269066694d1216dce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-use queries in reference parsers</title>
<updated>2016-07-08T19:54:35+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-06-30T09:51:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9ac4c556eac857fc285838070ffc24650a1bab44'/>
<id>9ac4c556eac857fc285838070ffc24650a1bab44</id>
<content type='text'>
This caches various queries to ensure that multiple reference extraction
runs re-use any objects queried in previous runs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This caches various queries to ensure that multiple reference extraction
runs re-use any objects queried in previous runs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use CGI.unescapeHTML rather than doing the gsub with a map</title>
<updated>2016-07-05T23:57:09+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2016-06-29T20:47:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5d11cf2e98156c7fff403c3d8375da6f9b7edbf3'/>
<id>5d11cf2e98156c7fff403c3d8375da6f9b7edbf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move `unescape_html_entities` from LabelsHelper to Label model</title>
<updated>2016-07-05T23:57:09+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2016-06-27T20:08:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d6b60e83edb755347c56e38770fcdffab9edbfa0'/>
<id>d6b60e83edb755347c56e38770fcdffab9edbfa0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Render references for labels that name contains ?, or &amp;</title>
<updated>2016-07-05T23:57:09+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2016-06-20T21:33:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ab811b6ab929d3f220e060c15c49bc075d91e5f2'/>
<id>ab811b6ab929d3f220e060c15c49bc075d91e5f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
