<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib, branch patch-41</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 'an-opentracing-render-tracing' into 'master'</title>
<updated>2019-01-30T12:33:02+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2019-01-30T12:33:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4c2096b46a8e3674b4b7a0d1bb9cff46d3216fe8'/>
<id>4c2096b46a8e3674b4b7a0d1bb9cff46d3216fe8</id>
<content type='text'>
Add OpenTracing instrumentation for Action View Render events

See merge request gitlab-org/gitlab-ce!24728</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add OpenTracing instrumentation for Action View Render events

See merge request gitlab-org/gitlab-ce!24728</pre>
</div>
</content>
</entry>
<entry>
<title>Add OpenTracing instrumentation for Action View Render events</title>
<updated>2019-01-30T11:38:19+00:00</updated>
<author>
<name>Andrew Newdigate</name>
<email>andrew@gitlab.com</email>
</author>
<published>2019-01-28T13:47:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d022ce865502c051c9177fc0f5b2453eae7e7cc2'/>
<id>d022ce865502c051c9177fc0f5b2453eae7e7cc2</id>
<content type='text'>
This change adds three new instrumentations, driven through rails
notifications: render_template.action_view,
render_collection.action_view and render_partial.action_view.

These can help developers understand why renders are taking a long
time which may in turn help them to improve their performance.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds three new instrumentations, driven through rails
notifications: render_template.action_view,
render_collection.action_view and render_partial.action_view.

These can help developers understand why renders are taking a long
time which may in turn help them to improve their performance.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'anan-add-MethodCallWithoutArgsParentheses-cop' into 'master'</title>
<updated>2019-01-30T10:02:38+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2019-01-30T10:02:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6fc5495703f2e9674cdda40826340be4a61047b6'/>
<id>6fc5495703f2e9674cdda40826340be4a61047b6</id>
<content type='text'>
Re-enable MethodCallWithoutArgsParentheses Cop

Closes #56795

See merge request gitlab-org/gitlab-ce!24631</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-enable MethodCallWithoutArgsParentheses Cop

Closes #56795

See merge request gitlab-org/gitlab-ce!24631</pre>
</div>
</content>
</entry>
<entry>
<title>Revert the "What's new" feature</title>
<updated>2019-01-29T20:45:47+00:00</updated>
<author>
<name>Brandon Labuschagne</name>
<email>blabuschagne@gitlab.com</email>
</author>
<published>2019-01-29T20:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=def2b548d2ee5e33948350f7e3f47d485e35e22e'/>
<id>def2b548d2ee5e33948350f7e3f47d485e35e22e</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 '55820-adds-common-name-chart-value' into 'master'</title>
<updated>2019-01-29T20:04:32+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-01-29T20:04:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5652533a9cd1f64a932c565e3a0f9707ceec766b'/>
<id>5652533a9cd1f64a932c565e3a0f9707ceec766b</id>
<content type='text'>
Overrides commonName Helm chart value

Closes #55820

See merge request gitlab-org/gitlab-ce!24683</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Overrides commonName Helm chart value

Closes #55820

See merge request gitlab-org/gitlab-ce!24683</pre>
</div>
</content>
</entry>
<entry>
<title>Re-enable MethodCallWithoutArgsParentheses Cop</title>
<updated>2019-01-29T19:05:30+00:00</updated>
<author>
<name>Andrew Newdigate</name>
<email>andrew@gitlab.com</email>
</author>
<published>2019-01-24T13:43:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff0b2cc61fff18186572084790bb0a054090b917'/>
<id>ff0b2cc61fff18186572084790bb0a054090b917</id>
<content type='text'>
Re-enables and autocorrects all instances of the
Style/MethodCallWithoutArgsParentheses rule
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-enables and autocorrects all instances of the
Style/MethodCallWithoutArgsParentheses rule
</pre>
</div>
</content>
</entry>
<entry>
<title>Port this style change from EE</title>
<updated>2019-01-29T17:16:43+00:00</updated>
<author>
<name>Lin Jen-Shin</name>
<email>godfat@godfat.org</email>
</author>
<published>2019-01-29T17:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=965f40d9ac966b252a03f9967ce3710cd4985323'/>
<id>965f40d9ac966b252a03f9967ce3710cd4985323</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert " Trigger iid logic from GitHub importer for merge requests."</title>
<updated>2019-01-29T14:38:40+00:00</updated>
<author>
<name>Andreas Brandl</name>
<email>abrandl@gitlab.com</email>
</author>
<published>2019-01-02T15:21:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4ac06d344b8587ec3abdf2920f838babf7c6c324'/>
<id>4ac06d344b8587ec3abdf2920f838babf7c6c324</id>
<content type='text'>
This reverts commit fb98496f49bbb324b808523ea97f0844682fe1ac.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit fb98496f49bbb324b808523ea97f0844682fe1ac.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Trigger iid logic from GitHub importer for issues."</title>
<updated>2019-01-29T14:38:40+00:00</updated>
<author>
<name>Andreas Brandl</name>
<email>abrandl@gitlab.com</email>
</author>
<published>2019-01-02T15:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=820739eb09a0182054a7713271a70b912c4a7e27'/>
<id>820739eb09a0182054a7713271a70b912c4a7e27</id>
<content type='text'>
This reverts commit b78a69b06c165f7a463d5e0de69030346d9d5c72.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit b78a69b06c165f7a463d5e0de69030346d9d5c72.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Trigger iid logic from GitHub importer for milestones."</title>
<updated>2019-01-29T14:38:40+00:00</updated>
<author>
<name>Andreas Brandl</name>
<email>abrandl@gitlab.com</email>
</author>
<published>2019-01-02T15:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=852e68fd952b18ba32b87c165bb17c370965d756'/>
<id>852e68fd952b18ba32b87c165bb17c370965d756</id>
<content type='text'>
This reverts commit 358675d09f6ba0fdcc4a089c6d1da6df9ff6d092.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 358675d09f6ba0fdcc4a089c6d1da6df9ff6d092.
</pre>
</div>
</content>
</entry>
</feed>
