<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/banzai, branch docs-processes</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>Add frozen_string_literal to recently-added files from the community</title>
<updated>2018-08-10T11:41:01+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2018-08-10T11:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ad8158e460d04e9cf97f255daf26379a81bdda89'/>
<id>ad8158e460d04e9cf97f255daf26379a81bdda89</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 '28930-add-project-reference-filter' into 'master'</title>
<updated>2018-08-10T11:37:45+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-08-10T11:37:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e5c0f495a4384157535fe768f04e984a85fd4d79'/>
<id>e5c0f495a4384157535fe768f04e984a85fd4d79</id>
<content type='text'>
Resolve "GFM : provide 'project' reference in comment"

Closes #28930

See merge request gitlab-org/gitlab-ce!20285</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "GFM : provide 'project' reference in comment"

Closes #28930

See merge request gitlab-org/gitlab-ce!20285</pre>
</div>
</content>
</entry>
<entry>
<title>Use a hash to memoize readable_project_ids with user objects as keys</title>
<updated>2018-07-30T19:18:59+00:00</updated>
<author>
<name>Reuben Pereira</name>
<email>reuben453@gmail.com</email>
</author>
<published>2018-07-30T19:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=34e912b538b54619920b714b5177798597758808'/>
<id>34e912b538b54619920b714b5177798597758808</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow users to set a status</title>
<updated>2018-07-30T13:01:26+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-07-13T15:52:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b4c4b48a8c0258ff266c523488aa169a1b5ea0f3'/>
<id>b4c4b48a8c0258ff266c523488aa169a1b5ea0f3</id>
<content type='text'>
This can be done trough the API for the current user, or on the
profile page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can be done trough the API for the current user, or on the
profile page.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix slow Markdown rendering</title>
<updated>2018-07-24T20:00:49+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-07-24T19:58:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=be495c6a80fadd6c741b82c7e9d585f3f1ab349b'/>
<id>be495c6a80fadd6c741b82c7e9d585f3f1ab349b</id>
<content type='text'>
The sanitize transformers were being duplicated each time the Markdown
renderer was called, leading to expontential growth in rendering times.

The problem was that although HTML::Pipeline::SanitizationFilter.WHITELIST
is a frozen hash, the `:transformers` array can be modified. We need
to do deep copy of this to avoid adding duplicates.

Closes #49409
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The sanitize transformers were being duplicated each time the Markdown
renderer was called, leading to expontential growth in rendering times.

The problem was that although HTML::Pipeline::SanitizationFilter.WHITELIST
is a frozen hash, the `:transformers` array can be modified. We need
to do deep copy of this to avoid adding duplicates.

Closes #49409
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-enable-frozen-literals-banzi-filters' into 'master'</title>
<updated>2018-07-23T17:32:07+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-07-23T17:32:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e326e94a273d879f33dcbc1d1d6ba36b6ce91f6e'/>
<id>e326e94a273d879f33dcbc1d1d6ba36b6ce91f6e</id>
<content type='text'>
Enable frozen strings in remaining lib/banzai/filter/*.rb files

See merge request gitlab-org/gitlab-ce!20777</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable frozen strings in remaining lib/banzai/filter/*.rb files

See merge request gitlab-org/gitlab-ce!20777</pre>
</div>
</content>
</entry>
<entry>
<title>Enable frozen strings in remaining lib/banzai/filter/*.rb files</title>
<updated>2018-07-23T14:34:31+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-07-23T10:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=954f30767307d6e29f51b66b3c6b2848cafc81d5'/>
<id>954f30767307d6e29f51b66b3c6b2848cafc81d5</id>
<content type='text'>
This also fixes a bug with the ImageLazyLoadFilter not doing the right
thing when an existing class attribute is present.

Part of #47424
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also fixes a bug with the ImageLazyLoadFilter not doing the right
thing when an existing class attribute is present.

Part of #47424
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable frozen strings in lib/banzai/filter/*.rb</title>
<updated>2018-07-23T09:39:45+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-07-23T09:32:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8b4154b57fe584274e8f1ba2bc61c21f7b6f741a'/>
<id>8b4154b57fe584274e8f1ba2bc61c21f7b6f741a</id>
<content type='text'>
Excludes a few filters that require more work:

* lib/banzai/filter/image_lazy_load_filter_spec.rb
* lib/banzai/filter/syntax_highlight_filter_spec.rb
* lib/banzai/filter/table_of_contents_filter_spec.rb

Part of #47424
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Excludes a few filters that require more work:

* lib/banzai/filter/image_lazy_load_filter_spec.rb
* lib/banzai/filter/syntax_highlight_filter_spec.rb
* lib/banzai/filter/table_of_contents_filter_spec.rb

Part of #47424
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'extract-ee-specific-banzai-filters' into 'master'</title>
<updated>2018-07-17T16:53:00+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2018-07-17T16:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=29d1629f1e42b772be96fdc46044c35e2cfb42d2'/>
<id>29d1629f1e42b772be96fdc46044c35e2cfb42d2</id>
<content type='text'>
Extract EE-specific lines from Banzai pipelines

See merge request gitlab-org/gitlab-ce!20636</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extract EE-specific lines from Banzai pipelines

See merge request gitlab-org/gitlab-ce!20636</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'satishperala/gitlab-ce-20720_webhooks_full_image_url' into 'master'</title>
<updated>2018-07-17T15:57:10+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-07-17T15:57:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=10bd800297ee9cca53566ae3f021a73e22e2b803'/>
<id>10bd800297ee9cca53566ae3f021a73e22e2b803</id>
<content type='text'>
Include full image URL in webhooks for uploaded images

Closes #20720

See merge request gitlab-org/gitlab-ce!18109</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include full image URL in webhooks for uploaded images

Closes #20720

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