<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib/api, branch comments_fix</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 'master' into remove-forks-from-projects-settings</title>
<updated>2015-10-16T22:32:31+00:00</updated>
<author>
<name>Han Loong Liauw</name>
<email>hanloongliauw@gmail.com</email>
</author>
<published>2015-10-16T22:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=02e8beaa0b83a343752ebf60e4fca4482c17f9e3'/>
<id>02e8beaa0b83a343752ebf60e4fca4482c17f9e3</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 'stanhu/gitlab-ce-fix-api-mr-comment-notifications'</title>
<updated>2015-10-15T13:56:43+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-10-15T13:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=353ddbc7958d55262233c850fd2af2d2df027863'/>
<id>353ddbc7958d55262233c850fd2af2d2df027863</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 git-archive-golang</title>
<updated>2015-10-15T09:47:36+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2015-10-15T09:47:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c993481d991333fe0750080eec98fd2e9eeda8d5'/>
<id>c993481d991333fe0750080eec98fd2e9eeda8d5</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 'feature/api_hide_service_password' of gitlab.com:cernvcs/gitlab-ce</title>
<updated>2015-10-14T11:15:34+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>vsv2711@gmail.com</email>
</author>
<published>2015-10-14T11:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4117d9b310cbcdc1967163273ad63495542046cb'/>
<id>4117d9b310cbcdc1967163273ad63495542046cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made suggested content changes based on MR Review</title>
<updated>2015-10-14T09:19:41+00:00</updated>
<author>
<name>Han Loong Liauw</name>
<email>hanloongliauw@gmail.com</email>
</author>
<published>2015-10-13T22:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0bea5ced8bf4c9306f8f8e912313731a43d16f4c'/>
<id>0bea5ced8bf4c9306f8f8e912313731a43d16f4c</id>
<content type='text'>
Changed the authentication method for removing fork through API
Reflected changes to new auth method in API specs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed the authentication method for removing fork through API
Reflected changes to new auth method in API specs
</pre>
</div>
</content>
</entry>
<entry>
<title>[ci skip] Fix wrong comment</title>
<updated>2015-10-13T15:36:54+00:00</updated>
<author>
<name>sue445</name>
<email>sue445@sue445.net</email>
</author>
<published>2015-10-13T15:30:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a092d27025cbaf4abe8a1198a25c5becfc07c9b1'/>
<id>a092d27025cbaf4abe8a1198a25c5becfc07c9b1</id>
<content type='text'>
According to `attributes_for_keys` and API doc, `POST /projects/:id/merge_requests`
is received `target_project_id` (NOT `target_project`)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to `attributes_for_keys` and API doc, `POST /projects/:id/merge_requests`
is received `target_project_id` (NOT `target_project`)
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds ability to remove the forked relationship</title>
<updated>2015-10-13T10:42:17+00:00</updated>
<author>
<name>Han Loong Liauw</name>
<email>hanloongliauw@gmail.com</email>
</author>
<published>2015-10-13T10:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=df99ddbba13db4a7699bf1d585675f921cf382ce'/>
<id>df99ddbba13db4a7699bf1d585675f921cf382ce</id>
<content type='text'>
This was previously possible through the API but can now be done
through the project#edit settings screen if the current user is
the owner of the project.
Update changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was previously possible through the API but can now be done
through the project#edit settings screen if the current user is
the owner of the project.
Update changelog
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken tests</title>
<updated>2015-10-12T20:32:29+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2015-10-12T19:35:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=daca1c6511c3a09d5f0c33a8c4d29487e668afc2'/>
<id>daca1c6511c3a09d5f0c33a8c4d29487e668afc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some changes</title>
<updated>2015-10-12T14:41:36+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2015-10-12T14:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c61dc1315077ad4e175a3c76991872c0e7b1d2ab'/>
<id>c61dc1315077ad4e175a3c76991872c0e7b1d2ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update rendering</title>
<updated>2015-10-12T14:32:58+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2015-10-12T14:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=789fe7b4899fb97c48ad363c5ecb1969d78d1536'/>
<id>789fe7b4899fb97c48ad363c5ecb1969d78d1536</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
