<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/lib/banzai, branch fix-codequality</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 typos in comments and specs</title>
<updated>2018-11-01T06:59:20+00:00</updated>
<author>
<name>George Tsiolis</name>
<email>tsiolis.g@gmail.com</email>
</author>
<published>2018-10-30T10:53:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=733ae9492129e835f183902a97ee0886e2dbdc9b'/>
<id>733ae9492129e835f183902a97ee0886e2dbdc9b</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 'load_project_features' into 'master'</title>
<updated>2018-10-05T14:33:16+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-10-05T14:33:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b4f34e14b9e2ce587973da38b22554d12434b997'/>
<id>b4f34e14b9e2ce587973da38b22554d12434b997</id>
<content type='text'>
Preload project features in reference parser

Closes #43094

See merge request gitlab-org/gitlab-ce!22008</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preload project features in reference parser

Closes #43094

See merge request gitlab-org/gitlab-ce!22008</pre>
</div>
</content>
</entry>
<entry>
<title>Banzai project ref- share context more aggresively</title>
<updated>2018-10-04T16:12:18+00:00</updated>
<author>
<name>Mario de la Ossa</name>
<email>mariodelaossa@gmail.com</email>
</author>
<published>2018-10-03T02:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7cb2755617a2f29498f4523b8915bc77abcae4df'/>
<id>7cb2755617a2f29498f4523b8915bc77abcae4df</id>
<content type='text'>
Changes `Banzai::CrossProjectReference#parent_from_ref` to return the
project in the context if the project's `full_path` matches the ref
we're looking for, as it makes no sense to go to the database to find a
Project we already have loaded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes `Banzai::CrossProjectReference#parent_from_ref` to return the
project in the context if the project's `full_path` matches the ref
we're looking for, as it makes no sense to go to the database to find a
Project we already have loaded.
</pre>
</div>
</content>
</entry>
<entry>
<title>Preload project features in reference parser</title>
<updated>2018-09-30T18:03:43+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2018-09-30T17:54:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7f4452d4069b815612e53b7f20995137af608db2'/>
<id>7f4452d4069b815612e53b7f20995137af608db2</id>
<content type='text'>
Preloading of project_features mitigates N+1 queries when checking
references in other projects.

When loading projects for resources referenced in comments it
makes sense to include also associated project_features because
in the following step (`can_read_reference?(user, projects[node],
node)`) project features is used for checking permissions for the given
project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preloading of project_features mitigates N+1 queries when checking
references in other projects.

When loading projects for resources referenced in comments it
makes sense to include also associated project_features because
in the following step (`can_read_reference?(user, projects[node],
node)`) project features is used for checking permissions for the given
project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent Error 500s with invalid relative links</title>
<updated>2018-09-29T11:25:50+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-09-29T11:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c92372e896959d682dc70454a00f47672ca3bb9d'/>
<id>c92372e896959d682dc70454a00f47672ca3bb9d</id>
<content type='text'>
https://gitlab.com/gitlab-org/gitlab-ce/issues/52009
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.com/gitlab-org/gitlab-ce/issues/52009
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `Gitlab::SafeRequestStore` in more places</title>
<updated>2018-09-24T19:11:27+00:00</updated>
<author>
<name>Michael Kozono</name>
<email>mkozono@gmail.com</email>
</author>
<published>2018-09-20T22:40:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a54a5d9f39df505fe7c68e14c693553bd29bd725'/>
<id>a54a5d9f39df505fe7c68e14c693553bd29bd725</id>
<content type='text'>
Even if it doesn’t save lines of code, since people will tend to use
code they’ve seen. And `SafeRequestStore` is safer since you
don’t have to remember to check `RequestStore.active?`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even if it doesn’t save lines of code, since people will tend to use
code they’ve seen. And `SafeRequestStore` is safer since you
don’t have to remember to check `RequestStore.active?`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '51200-markdown-footnotes-don-t-render-when-inside-a-table' into 'master'</title>
<updated>2018-09-12T13:50:08+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-09-12T13:50:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d12c81cc5a5bc59c6f4d18fb49bc19ac2f4fb9e1'/>
<id>d12c81cc5a5bc59c6f4d18fb49bc19ac2f4fb9e1</id>
<content type='text'>
Resolve "Markdown footnotes don't render when inside a table..."

Closes #51200

See merge request gitlab-org/gitlab-ce!21675</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Markdown footnotes don't render when inside a table..."

Closes #51200

See merge request gitlab-org/gitlab-ce!21675</pre>
</div>
</content>
</entry>
<entry>
<title>'code_block' closer to original implementation</title>
<updated>2018-09-11T23:39:39+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2018-09-11T23:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=67cf5917e04f4afeaeb9e19a6154f0318f81e577'/>
<id>67cf5917e04f4afeaeb9e19a6154f0318f81e577</id>
<content type='text'>
- utilize the 'out' method to output the 'fence_info',
  which converts to utf8
- output 'sourcepos' again
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- utilize the 'out' method to output the 'fence_info',
  which converts to utf8
- output 'sourcepos' again
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated commonmarker gem to 0.17.13</title>
<updated>2018-09-11T17:41:12+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2018-09-11T17:21:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0b9365b6ef45285d59a4bb7ab12d5c44723aa9c8'/>
<id>0b9365b6ef45285d59a4bb7ab12d5c44723aa9c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Process urls with spaces in all markdown processing"</title>
<updated>2018-09-08T04:21:30+00:00</updated>
<author>
<name>Brett Walker</name>
<email>bwalker@gitlab.com</email>
</author>
<published>2018-09-08T04:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1d4785470db018d46fc247d1d11e12aa25352c08'/>
<id>1d4785470db018d46fc247d1d11e12aa25352c08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
