<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/admin/application_settings, branch docs/db-debugging</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>Allow configuring new circuitbreaker settings from the UI and API</title>
<updated>2017-10-23T09:02:23+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2017-10-18T12:57:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1881d4f8ecbf52afd7bc732cd6c1296fafd38405'/>
<id>1881d4f8ecbf52afd7bc732cd6c1296fafd38405</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>Merge branch 'master' into zj-auto-devops-table</title>
<updated>2017-09-06T13:16:38+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2017-09-06T13:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8189347b4986e2e44b30d04bf9e83c11e76feef8'/>
<id>8189347b4986e2e44b30d04bf9e83c11e76feef8</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 '30162-retire-koding-integration' into 'master'</title>
<updated>2017-09-04T08:25:42+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-09-04T08:25:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1f59564fbf7b48350b43cc3e1659c33c92759151'/>
<id>1f59564fbf7b48350b43cc3e1659c33c92759151</id>
<content type='text'>
Hide Koding setting in admin panel if not enabled

Closes #30162

See merge request !13992</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hide Koding setting in admin panel if not enabled

Closes #30162

See merge request !13992</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into zj-auto-devops-table</title>
<updated>2017-09-04T07:28:46+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2017-09-04T07:28:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a315e6025c702985b2f6390b29508de39383f52d'/>
<id>a315e6025c702985b2f6390b29508de39383f52d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests</title>
<updated>2017-09-04T07:27:09+00:00</updated>
<author>
<name>Zeger-Jan van de Weg</name>
<email>git@zjvandeweg.nl</email>
</author>
<published>2017-09-04T07:27:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=78dad4cf321eb84aa5decdea34704145adca0c3e'/>
<id>78dad4cf321eb84aa5decdea34704145adca0c3e</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 '17849-allow-admin-to-restrict-min-key-length-and-techno' into 'master'</title>
<updated>2017-09-01T19:23:08+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-09-01T19:23:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=223849fa173b7059e717ba4f9c02075a452cbd49'/>
<id>223849fa173b7059e717ba4f9c02075a452cbd49</id>
<content type='text'>
Add settings for minimum key strength and allowed key type

Closes #17849

See merge request !13712</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add settings for minimum key strength and allowed key type

Closes #17849

See merge request !13712</pre>
</div>
</content>
</entry>
<entry>
<title>Hide Koding setting in admin panel if not enabled</title>
<updated>2017-09-01T13:25:15+00:00</updated>
<author>
<name>Mike Bartlett</name>
<email>mbartlett@gitlab.com</email>
</author>
<published>2017-09-01T13:25:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9897bfd14a95d73bc1168d4ad37cb892926bd9b7'/>
<id>9897bfd14a95d73bc1168d4ad37cb892926bd9b7</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 '37202-revert-changes-to-signing-enabled' into 'master'</title>
<updated>2017-09-01T11:49:22+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-09-01T11:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7d3e888d069c3035b25f0dc8ff5efc8e52063db9'/>
<id>7d3e888d069c3035b25f0dc8ff5efc8e52063db9</id>
<content type='text'>
Rollback changes made to signing_enabled.

Closes #37202

See merge request !13956</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rollback changes made to signing_enabled.

Closes #37202

See merge request !13956</pre>
</div>
</content>
</entry>
<entry>
<title>Rollsback changes made to signing_enabled.</title>
<updated>2017-09-01T09:51:40+00:00</updated>
<author>
<name>Tiago Botelho</name>
<email>tiagonbotelho@hotmail.com</email>
</author>
<published>2017-08-31T10:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=37383d9a9d9706008a7fa1d90079cb019681094b'/>
<id>37383d9a9d9706008a7fa1d90079cb019681094b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
