<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/api, branch api-refs-for-commit</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Simple docs fixes</title>
<updated>2017-10-23T14:11:51+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2017-10-23T14:11:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0011d8740f29f0792dd26749a21ac91779719f86'/>
<id>0011d8740f29f0792dd26749a21ac91779719f86</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 'sh-document-plus-encoding-api' into 'master'</title>
<updated>2017-10-19T15:19:12+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2017-10-19T15:19:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ed339b69019533fae6d2bfee5a5e1c17a12e2402'/>
<id>ed339b69019533fae6d2bfee5a5e1c17a12e2402</id>
<content type='text'>
Document converting `+` to `%2B` in an API query parameter

See merge request gitlab-org/gitlab-ce!14948</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document converting `+` to `%2B` in an API query parameter

See merge request gitlab-org/gitlab-ce!14948</pre>
</div>
</content>
</entry>
<entry>
<title>Document converting `+` to `%2B` in an API query parameter</title>
<updated>2017-10-19T02:15:45+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-10-18T23:35:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=efbb9cfb7b6ebc8a0c724d103c6e1063e049f205'/>
<id>efbb9cfb7b6ebc8a0c724d103c6e1063e049f205</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Update GraphQL licensing situation in the docs</title>
<updated>2017-10-18T17:01:37+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2017-10-18T16:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=127ef49ff9f66c03ce7ac231c4ca163e7741bce6'/>
<id>127ef49ff9f66c03ce7ac231c4ca163e7741bce6</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 '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://91.123.203.49/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>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://91.123.203.49/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 'sha-handling' into 'master'</title>
<updated>2017-10-16T15:14:42+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-10-16T15:14:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=38ff8cd13d447825d74e9496cb9c72bedb6e0f7e'/>
<id>38ff8cd13d447825d74e9496cb9c72bedb6e0f7e</id>
<content type='text'>
Adds requirements that supports anything in sha params

Closes #26561 and #2709

See merge request gitlab-org/gitlab-ce!14462</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds requirements that supports anything in sha params

Closes #26561 and #2709

See merge request gitlab-org/gitlab-ce!14462</pre>
</div>
</content>
</entry>
<entry>
<title>Update the settings api documentation</title>
<updated>2017-10-13T15:59:26+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2017-10-13T15:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c96a138d3559097aa6dc04da7e0ea25ee68c6706'/>
<id>c96a138d3559097aa6dc04da7e0ea25ee68c6706</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds requirements that supports anything in sha params</title>
<updated>2017-10-12T21:46:41+00:00</updated>
<author>
<name>Guilherme Vieira</name>
<email>guilherme@flipstudio.net</email>
</author>
<published>2017-09-23T13:21:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=771b777ab57d1c8d323ecc08a9e2cdc4f6a01e0b'/>
<id>771b777ab57d1c8d323ecc08a9e2cdc4f6a01e0b</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 '18608-lock-issues-v2' into 'master'</title>
<updated>2017-10-06T16:47:27+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-10-06T16:47:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a68a39e34120e0cf67d95e143326d03f61288cdf'/>
<id>a68a39e34120e0cf67d95e143326d03f61288cdf</id>
<content type='text'>
Resolve "Lock issue and merge request"

Closes #18608

See merge request gitlab-org/gitlab-ce!14531</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Lock issue and merge request"

Closes #18608

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