<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/models, branch performance-bar-sql</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-security-fix-backports-master' into 'master'</title>
<updated>2017-10-18T11:08:04+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-10-18T11:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=11dfe0489b1bbe7f0e43eaa72fcdf7140efcbc2f'/>
<id>11dfe0489b1bbe7f0e43eaa72fcdf7140efcbc2f</id>
<content type='text'>
Backport all fixes from GitLab 10.1 into master

See merge request gitlab-org/gitlab-ce!14922</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport all fixes from GitLab 10.1 into master

See merge request gitlab-org/gitlab-ce!14922</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '30140-restore-readme-only-preference' into 'master'</title>
<updated>2017-10-18T10:54:52+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-10-18T10:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cddc504740eea1e017c1ce23b84c6b19044020f4'/>
<id>cddc504740eea1e017c1ce23b84c6b19044020f4</id>
<content type='text'>
Add readme only option as project view

Closes #30140

See merge request gitlab-org/gitlab-ce!14900</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add readme only option as project view

Closes #30140

See merge request gitlab-org/gitlab-ce!14900</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into sh-security-fix-backports-master</title>
<updated>2017-10-17T23:02:32+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-10-17T23:02:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=891a9ce8b0839fb478ca5704022b2e921097fe27'/>
<id>891a9ce8b0839fb478ca5704022b2e921097fe27</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 'security-10-1' into '10-1-stable'</title>
<updated>2017-10-17T22:58:58+00:00</updated>
<author>
<name>Jen-Shin Lin</name>
<email>jen-shin@gitlab.com</email>
</author>
<published>2017-10-17T10:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bd46c8abfd5ee964c47eff0ace021e45cbbe6687'/>
<id>bd46c8abfd5ee964c47eff0ace021e45cbbe6687</id>
<content type='text'>
Security fixes for 10.1 RC

See merge request gitlab/gitlabhq!2209</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Security fixes for 10.1 RC

See merge request gitlab/gitlabhq!2209</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bvl-fix-deleting-forked-projects' into 'master'</title>
<updated>2017-10-17T15:42:05+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-10-17T15:42:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85d8ab52ca27c5bcd9036aa81a9f0ace9794ee0d'/>
<id>85d8ab52ca27c5bcd9036aa81a9f0ace9794ee0d</id>
<content type='text'>
Fix errors when deleting a forked project

Closes #39196

See merge request gitlab-org/gitlab-ce!14916</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix errors when deleting a forked project

Closes #39196

See merge request gitlab-org/gitlab-ce!14916</pre>
</div>
</content>
</entry>
<entry>
<title>Fix errors when deleting a forked project</title>
<updated>2017-10-17T14:46:07+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2017-10-17T14:33:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2c0b677604e438b9bf608e6ea17b47e5640b4700'/>
<id>2c0b677604e438b9bf608e6ea17b47e5640b4700</id>
<content type='text'>
The problem would occur when the `ForkedProjectLink` was deleted, but
the `ForkNetworkMember` was not. The delete would be rolled back and
retried.

But the error would not be saved because `Project#forked?`
would still be true, because the `ForkNetworkMember` exists. But the
`Project#forked_project_link` would be `nil`. So the validation for
the visibility level would fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The problem would occur when the `ForkedProjectLink` was deleted, but
the `ForkNetworkMember` was not. The delete would be rolled back and
retried.

But the error would not be saved because `Project#forked?`
would still be true, because the `ForkNetworkMember` exists. But the
`Project#forked_project_link` would be `nil`. So the validation for
the visibility level would fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'prevent-creating-multiple-application-settings' into 'master'</title>
<updated>2017-10-17T13:53:42+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-10-17T13:53:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=65a1cbc600cf36ff5db9644072e4bf1e2b8e5cde'/>
<id>65a1cbc600cf36ff5db9644072e4bf1e2b8e5cde</id>
<content type='text'>
Prevent creating multiple ApplicationSetting by forcing it to always have id=1

Closes #34728

See merge request gitlab-org/gitlab-ce!14718</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent creating multiple ApplicationSetting by forcing it to always have id=1

Closes #34728

See merge request gitlab-org/gitlab-ce!14718</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bvl-circuitbreaker-improvements' into 'master'</title>
<updated>2017-10-17T10:43:05+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-10-17T10:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4bbdab764d808a86e2e726b4a717a64da8655a10'/>
<id>4bbdab764d808a86e2e726b4a717a64da8655a10</id>
<content type='text'>
Make the circuitbreaker configurable at runtime

See merge request gitlab-org/gitlab-ce!14842</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the circuitbreaker configurable at runtime

See merge request gitlab-org/gitlab-ce!14842</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bvl-group-trees' into 'master'</title>
<updated>2017-10-17T10:03:03+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-10-17T10:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=79e889122b9f1cb41eb75ee33e94e625a8c679e2'/>
<id>79e889122b9f1cb41eb75ee33e94e625a8c679e2</id>
<content type='text'>
Show collapsible tree on the project show page

Closes #30343

See merge request gitlab-org/gitlab-ce!14055</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show collapsible tree on the project show page

Closes #30343

See merge request gitlab-org/gitlab-ce!14055</pre>
</div>
</content>
</entry>
<entry>
<title>Allow configuring the circuitbreaker through the API and UI</title>
<updated>2017-10-17T09:50:32+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2017-10-12T14:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=38af7c1613e75561b405b15d6b8db1724da59ef6'/>
<id>38af7c1613e75561b405b15d6b8db1724da59ef6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
