<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/api, branch update-namespaces-api-docs</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Make parent_id field integer/null value instead of string</title>
<updated>2018-02-13T10:44:05+00:00</updated>
<author>
<name>Tomasz Maczukin</name>
<email>tomasz@maczukin.pl</email>
</author>
<published>2018-02-13T10:44:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4460863bd7612a7566a6d60b7d2bd1353b88986d'/>
<id>4460863bd7612a7566a6d60b7d2bd1353b88986d</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 '41763-search-api' into 'master'</title>
<updated>2018-02-07T14:33:29+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2018-02-07T14:33:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b7a2ce52ed0f893ba7d245c2525b0ae13b0aecbf'/>
<id>b7a2ce52ed0f893ba7d245c2525b0ae13b0aecbf</id>
<content type='text'>
Search API

Closes #41763

See merge request gitlab-org/gitlab-ce!16878</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Search API

Closes #41763

See merge request gitlab-org/gitlab-ce!16878</pre>
</div>
</content>
</entry>
<entry>
<title>Small code/doc changes</title>
<updated>2018-02-07T13:20:18+00:00</updated>
<author>
<name>Jarka Kadlecová</name>
<email>jarka@gitlab.com</email>
</author>
<published>2018-02-07T13:20:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=86e98c832a4eeaac616daef4ef9ddebeb7191fdd'/>
<id>86e98c832a4eeaac616daef4ef9ddebeb7191fdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>port ee changes</title>
<updated>2018-02-07T10:52:51+00:00</updated>
<author>
<name>Jarka Kadlecová</name>
<email>jarka@gitlab.com</email>
</author>
<published>2018-02-07T10:52:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f170913d734b2151761bb186856928425419155a'/>
<id>f170913d734b2151761bb186856928425419155a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support search in API</title>
<updated>2018-02-06T15:02:02+00:00</updated>
<author>
<name>Jarka Kadlecová</name>
<email>jarka@gitlab.com</email>
</author>
<published>2018-01-31T14:59:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7381944565701f2a8db5d58d5bc3c7e52e7f60bf'/>
<id>7381944565701f2a8db5d58d5bc3c7e52e7f60bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sorting options for /users API (admin only)</title>
<updated>2018-02-06T14:00:33+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2018-02-06T13:37:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=28ef8cc56ec2f3b48e383050671b9dece58fe039'/>
<id>28ef8cc56ec2f3b48e383050671b9dece58fe039</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'docs-42499-api-repo-archive-format-param' into 'master'</title>
<updated>2018-01-31T09:29:40+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2018-01-31T09:29:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3241690688216e22efb65e6be267bd2ded1eea79'/>
<id>3241690688216e22efb65e6be267bd2ded1eea79</id>
<content type='text'>
Document format parameter for Repository Archive endpoint

Closes #42499

See merge request gitlab-org/gitlab-ce!16766</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Document format parameter for Repository Archive endpoint

Closes #42499

See merge request gitlab-org/gitlab-ce!16766</pre>
</div>
</content>
</entry>
<entry>
<title>Document format parameter for Repository Archive endpoint</title>
<updated>2018-01-29T15:22:53+00:00</updated>
<author>
<name>Mark Fletcher</name>
<email>mark@gitlab.com</email>
</author>
<published>2018-01-29T15:22:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9c10a71e13bedb78be8da0cfdf4f0c6250b8d190'/>
<id>9c10a71e13bedb78be8da0cfdf4f0c6250b8d190</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Correct example responses in repository_files.md</title>
<updated>2018-01-27T22:02:49+00:00</updated>
<author>
<name>kasbah</name>
<email>kaspar.emanuel@gmail.com</email>
</author>
<published>2018-01-27T22:02:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9132c4d5f7309c828bf0e86f17d5b42030a31d0d'/>
<id>9132c4d5f7309c828bf0e86f17d5b42030a31d0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation about when the application API was added</title>
<updated>2018-01-24T08:42:04+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@iotcl.com</email>
</author>
<published>2018-01-23T09:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d38faa30ed6fb79964b25fce843cb57db1bdb198'/>
<id>d38faa30ed6fb79964b25fce843cb57db1bdb198</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
