<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/lib, branch ce-docker_image_replication</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 'sh-fix-infite-loop-peek-bar' into 'master'</title>
<updated>2019-08-01T09:42:28+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-08-01T09:42:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3186a3bfe31455ab0f0228aac3cc94ef2467f933'/>
<id>3186a3bfe31455ab0f0228aac3cc94ef2467f933</id>
<content type='text'>
Fix SystemStackError when Peek bar is active with Rugged calls

Closes #65404

See merge request gitlab-org/gitlab-ce!31357</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix SystemStackError when Peek bar is active with Rugged calls

Closes #65404

See merge request gitlab-org/gitlab-ce!31357</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '65363-add-feature-remove' into 'master'</title>
<updated>2019-08-01T00:02:07+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-08-01T00:02:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cfb7f11644d41bedc423865caa28b4266840f8e4'/>
<id>cfb7f11644d41bedc423865caa28b4266840f8e4</id>
<content type='text'>
Add Feature.remove

Closes #65363

See merge request gitlab-org/gitlab-ce!31315</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Feature.remove

Closes #65363

See merge request gitlab-org/gitlab-ce!31315</pre>
</div>
</content>
</entry>
<entry>
<title>Fix SystemStackError when Peek bar is active with Rugged calls</title>
<updated>2019-07-31T22:47:19+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-31T22:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7a5c4cd0ca692e2fac0d648726b71dcd304602ec'/>
<id>7a5c4cd0ca692e2fac0d648726b71dcd304602ec</id>
<content type='text'>
Peek attempts to serialize results with `to_json`, which calls
`ActiveSupport::JSON`. If an object is passed to `to_json` that contains
instance variables, `ActiveSupport` will attempt to recursively traverse
all variables.

The problem is that we can get into an infinite loop if the instance
references to an instance that references to something else that points
back to the same instance.

To avoid this mess, we just call `to_s` on the object. It appears only
`Gitlab::Git::Repository` and `::Repository` are the culprits here.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65404
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Peek attempts to serialize results with `to_json`, which calls
`ActiveSupport::JSON`. If an object is passed to `to_json` that contains
instance variables, `ActiveSupport` will attempt to recursively traverse
all variables.

The problem is that we can get into an infinite loop if the instance
references to an instance that references to something else that points
back to the same instance.

To avoid this mess, we just call `to_s` on the object. It appears only
`Gitlab::Git::Repository` and `::Repository` are the culprits here.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65404
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new Feature.remove method</title>
<updated>2019-07-31T22:29:14+00:00</updated>
<author>
<name>Ash McKenzie</name>
<email>amckenzie@gitlab.com</email>
</author>
<published>2019-07-31T00:41:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=31e419e945f8058be58487057bf77c338ca8f536'/>
<id>31e419e945f8058be58487057bf77c338ca8f536</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 '65297-fix-typo-on-clusters_applications_cert_managers-factory' into 'master'</title>
<updated>2019-07-31T21:40:00+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-07-31T21:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7f198de92914664363a18a5da079cd289580f8ba'/>
<id>7f198de92914664363a18a5da079cd289580f8ba</id>
<content type='text'>
Resolve "Fix typo on clusters_applications_cert_managers factory"

Closes #65297

See merge request gitlab-org/gitlab-ce!31278</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Fix typo on clusters_applications_cert_managers factory"

Closes #65297

See merge request gitlab-org/gitlab-ce!31278</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-sidekiq-memory-killer-warn-message' into 'master'</title>
<updated>2019-07-31T13:04:46+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-07-31T13:04:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7bab7b6993edbaf0d1fa2dfce315563dad676a44'/>
<id>7bab7b6993edbaf0d1fa2dfce315563dad676a44</id>
<content type='text'>
Fix sidekiq memory killer warning message

Closes gitlab-com/gl-infra/infrastructure#7371

See merge request gitlab-org/gitlab-ce!31264</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix sidekiq memory killer warning message

Closes gitlab-com/gl-infra/infrastructure#7371

See merge request gitlab-org/gitlab-ce!31264</pre>
</div>
</content>
</entry>
<entry>
<title>Adds Sidekiq scheduling latency structured logging field</title>
<updated>2019-07-31T12:07:47+00:00</updated>
<author>
<name>Andrew Newdigate</name>
<email>andrew@gitlab.com</email>
</author>
<published>2019-07-31T12:07:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ee828f09bfb063280695f8c3066e7906d5b13769'/>
<id>ee828f09bfb063280695f8c3066e7906d5b13769</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Default dependency job stage index to Infinity, and correctly report it as undefined in prior stages</title>
<updated>2019-07-31T12:06:01+00:00</updated>
<author>
<name>drew</name>
<email>dscimino@gmail.com</email>
</author>
<published>2019-07-31T12:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5eb3c4af38959c3e9414053c954e397c0b03a26b'/>
<id>5eb3c4af38959c3e9414053c954e397c0b03a26b</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 '65317-adapt-tae-role-name-change' into 'master'</title>
<updated>2019-07-31T11:32:13+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-07-31T11:32:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fff0fc7b4c2475a432fd4e1b025be66f9f5ba519'/>
<id>fff0fc7b4c2475a432fd4e1b025be66f9f5ba519</id>
<content type='text'>
Fix Danger finding a test reviewer

Closes #65317

See merge request gitlab-org/gitlab-ce!31292</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix Danger finding a test reviewer

Closes #65317

See merge request gitlab-org/gitlab-ce!31292</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-fix-gitaly-access-control' into 'master'</title>
<updated>2019-07-30T15:32:59+00:00</updated>
<author>
<name>Douglas Barbosa Alexandre</name>
<email>dbalexandre@gmail.com</email>
</author>
<published>2019-07-30T15:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d92a8c1a5f9b061a10140239bed44b432b28abdf'/>
<id>d92a8c1a5f9b061a10140239bed44b432b28abdf</id>
<content type='text'>
Fix exception handling in Gitaly autodetection

Closes #65328

See merge request gitlab-org/gitlab-ce!31285</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix exception handling in Gitaly autodetection

Closes #65328

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