<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc, branch patch-8</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>Update html link to markdown link</title>
<updated>2016-12-15T14:57:28+00:00</updated>
<author>
<name>Lee Matos</name>
<email>lee@gitlab.com</email>
</author>
<published>2016-12-15T14:57:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=24ef4081a6723c22d54cf3492efaaad9fba1f77f'/>
<id>24ef4081a6723c22d54cf3492efaaad9fba1f77f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>applying style guide fixes</title>
<updated>2016-12-15T14:29:54+00:00</updated>
<author>
<name>Lee Matos</name>
<email>lee@gitlab.com</email>
</author>
<published>2016-12-15T14:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3a6cbd669e657c198ca7fb5023def9a92e38f7ba'/>
<id>3a6cbd669e657c198ca7fb5023def9a92e38f7ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify instructions for importing Wiki/Merge Request data</title>
<updated>2016-12-13T20:05:46+00:00</updated>
<author>
<name>Lee Matos</name>
<email>lee@gitlab.com</email>
</author>
<published>2016-12-13T20:05:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5bf01bb7b993250ad24ebcc313eea1cf32c6908b'/>
<id>5bf01bb7b993250ad24ebcc313eea1cf32c6908b</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 'api-cherry-pick' into 'master'</title>
<updated>2016-12-13T19:23:34+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-12-13T19:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=632450a4bd95c7f67f9968e57b317dc4b4704f5f'/>
<id>632450a4bd95c7f67f9968e57b317dc4b4704f5f</id>
<content type='text'>

Adds the ability to cherry pick a commit via the API. Right now it only supports to directly cherry pick a commit and not starting a MR from it. Shall we do that also for the API?

Closes #25450

See merge request !8047</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Adds the ability to cherry pick a commit via the API. Right now it only supports to directly cherry pick a commit and not starting a MR from it. Shall we do that also for the API?

Closes #25450

See merge request !8047</pre>
</div>
</content>
</entry>
<entry>
<title>API: Ability to cherry-pick a commit</title>
<updated>2016-12-13T15:12:40+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2016-12-12T12:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1a81fcfbd8261862c9614f0ea317af02ae20b24a'/>
<id>1a81fcfbd8261862c9614f0ea317af02ae20b24a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API: Ability to get group's project in simple representation</title>
<updated>2016-12-13T12:54:36+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2016-12-13T12:51:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7841be243e5f28828cea95500b554d7f5cc039eb'/>
<id>7841be243e5f28828cea95500b554d7f5cc039eb</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 'grapify-service-api' into 'master'</title>
<updated>2016-12-12T17:54:00+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-12-12T17:54:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=927a75567a9ff61f4c7ccdc4caa4280bbcab551c'/>
<id>927a75567a9ff61f4c7ccdc4caa4280bbcab551c</id>
<content type='text'>

Grapify the service API

Related to #22928 

See merge request !7970</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Grapify the service API

Related to #22928 

See merge request !7970</pre>
</div>
</content>
</entry>
<entry>
<title>Grapify the service API</title>
<updated>2016-12-12T13:27:52+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2016-12-12T13:27:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8d0645c2ce3769268020ad6f8e51db07fb1e4bc6'/>
<id>8d0645c2ce3769268020ad6f8e51db07fb1e4bc6</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 'features/api-snippets' into 'master'</title>
<updated>2016-12-12T08:58:13+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2016-12-12T08:58:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=87f3a66c32f8cab6c814f81ec9dfea69f64d79cc'/>
<id>87f3a66c32f8cab6c814f81ec9dfea69f64d79cc</id>
<content type='text'>

Adding support for personal snippet endpoint on the API

Closes #22042

See merge request !6373</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Adding support for personal snippet endpoint on the API

Closes #22042

See merge request !6373</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'patch-8' into 'master'</title>
<updated>2016-12-12T08:23:34+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2016-12-12T08:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=221a461c1e917e816e30c213d48ad0ff87170527'/>
<id>221a461c1e917e816e30c213d48ad0ff87170527</id>
<content type='text'>

Fix typo

See merge request !8029</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix typo

See merge request !8029</pre>
</div>
</content>
</entry>
</feed>
