<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch rendering-markdown-multiple-projects</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>Support Markdown rendering using multiple projects</title>
<updated>2018-04-11T12:10:19+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2018-04-03T13:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=daad7144ec7c0173439eeadd61590442e40a6051'/>
<id>daad7144ec7c0173439eeadd61590442e40a6051</id>
<content type='text'>
This refactors the Markdown pipeline so it supports the rendering of
multiple documents that may belong to different projects. An example of
where this happens is when displaying the event feed of a group. In this
case we retrieve events for all projects in the group. Previously we
would group events per project and render these chunks separately, but
this would result in many SQL queries being executed. By extending the
Markdown pipeline to support this out of the box we can drastically
reduce the number of SQL queries.

To achieve this we introduce a new object to the pipeline:
Banzai::RenderContext. This object simply wraps two other objects: an
optional Project instance, and an optional User instance. On its own
this wouldn't be very helpful, but a RenderContext can also be used to
associate HTML documents with specific Project instances. This work is
done in Banzai::ObjectRenderer and allows us to reuse as many queries
(and results) as possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This refactors the Markdown pipeline so it supports the rendering of
multiple documents that may belong to different projects. An example of
where this happens is when displaying the event feed of a group. In this
case we retrieve events for all projects in the group. Previously we
would group events per project and render these chunks separately, but
this would result in many SQL queries being executed. By extending the
Markdown pipeline to support this out of the box we can drastically
reduce the number of SQL queries.

To achieve this we introduce a new object to the pipeline:
Banzai::RenderContext. This object simply wraps two other objects: an
optional Project instance, and an optional User instance. On its own
this wouldn't be very helpful, but a RenderContext can also be used to
associate HTML documents with specific Project instances. This work is
done in Banzai::ObjectRenderer and allows us to reuse as many queries
(and results) as possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ab-37125-assigned-issues-query' into 'master'</title>
<updated>2018-04-10T15:04:50+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2018-04-10T15:04:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=23fb465c75d00fd7156a540b7421a79e22df3966'/>
<id>23fb465c75d00fd7156a540b7421a79e22df3966</id>
<content type='text'>
Reduce complexity of issuable finder query.

Closes #37125

See merge request gitlab-org/gitlab-ce!18219</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reduce complexity of issuable finder query.

Closes #37125

See merge request gitlab-org/gitlab-ce!18219</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '42770_setup_security_products' into 'master'</title>
<updated>2018-04-10T12:59:22+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2018-04-10T12:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9d220da84117220317ccff1421a394185fefe859'/>
<id>9d220da84117220317ccff1421a394185fefe859</id>
<content type='text'>
Update Security Products jobs definitions

See merge request gitlab-org/gitlab-ce!18265</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update Security Products jobs definitions

See merge request gitlab-org/gitlab-ce!18265</pre>
</div>
</content>
</entry>
<entry>
<title>Update Security Products jobs definitions</title>
<updated>2018-04-10T12:59:22+00:00</updated>
<author>
<name>Olivier Gonzalez</name>
<email>ogonzalez@gitlab.com</email>
</author>
<published>2018-04-10T12:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a3617fb8b9d20acb361d78f476e9ad2b4c9ae118'/>
<id>a3617fb8b9d20acb361d78f476e9ad2b4c9ae118</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'revert-e9e800f5' into 'master'</title>
<updated>2018-04-10T11:15:10+00:00</updated>
<author>
<name>Marin Jankovski</name>
<email>marin@gitlab.com</email>
</author>
<published>2018-04-10T11:15:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e4c8a84d7aa28112c4f9bf41390edf04675ebcef'/>
<id>e4c8a84d7aa28112c4f9bf41390edf04675ebcef</id>
<content type='text'>
Revert "Merge branch 'improve-jobs-queuing-time-metric' into 'master'"

See merge request gitlab-org/gitlab-ce!18276</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert "Merge branch 'improve-jobs-queuing-time-metric' into 'master'"

See merge request gitlab-org/gitlab-ce!18276</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'improve-jobs-queuing-time-metric' into 'master'"</title>
<updated>2018-04-10T10:41:08+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2018-04-10T10:41:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f2a5493cc68c9c2100d32c1c5b093326a0860cc1'/>
<id>f2a5493cc68c9c2100d32c1c5b093326a0860cc1</id>
<content type='text'>
This reverts merge request !17730</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts merge request !17730</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '40487-axios-pipelines' into 'master'</title>
<updated>2018-04-10T10:15:12+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-04-10T10:15:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=174950b6562226beed7eef135a2450bfee60e21f'/>
<id>174950b6562226beed7eef135a2450bfee60e21f</id>
<content type='text'>
Replace vue resource with axios for pipelines table

See merge request gitlab-org/gitlab-ce!18264</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace vue resource with axios for pipelines table

See merge request gitlab-org/gitlab-ce!18264</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs-gitaly-for-new-git-features' into 'master'</title>
<updated>2018-04-10T09:31:32+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-04-10T09:31:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3800b431445a1d6e23b220a0d9fb435217b75522'/>
<id>3800b431445a1d6e23b220a0d9fb435217b75522</id>
<content type='text'>
Document process for new Git features

See merge request gitlab-org/gitlab-ce!18230</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document process for new Git features

See merge request gitlab-org/gitlab-ce!18230</pre>
</div>
</content>
</entry>
<entry>
<title>Document process for new Git features</title>
<updated>2018-04-10T09:31:31+00:00</updated>
<author>
<name>Jacob Vosmaer (GitLab)</name>
<email>jacob@gitlab.com</email>
</author>
<published>2018-04-10T09:31:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3717deae1e23de5f5671f13d3f94bc9cbae72c7a'/>
<id>3717deae1e23de5f5671f13d3f94bc9cbae72c7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gitaly-0.95.0' into 'master'</title>
<updated>2018-04-10T09:06:19+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-04-10T09:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=74bb5b21bfaeaceec582934e2f7cf3603e63bef7'/>
<id>74bb5b21bfaeaceec582934e2f7cf3603e63bef7</id>
<content type='text'>
Use Gitaly 0.95.0

See merge request gitlab-org/gitlab-ce!18256</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use Gitaly 0.95.0

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