<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/api, branch ctrl-enter-multiple-comments</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>Fix cross references when usernames, milestones, or project names contain underscores.</title>
<updated>2015-03-19T14:07:30+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-03-12T16:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fad71576f91beb4aae8e8482465a696cdfc3b222'/>
<id>fad71576f91beb4aae8e8482465a696cdfc3b222</id>
<content type='text'>
Remove emphasis from system notes to avoid Markdown conflicts in names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove emphasis from system notes to avoid Markdown conflicts in names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into 'master'</title>
<updated>2015-03-01T12:02:12+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2015-03-01T12:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4e5bc1d5356e860be316656fd8c3393c468d24b6'/>
<id>4e5bc1d5356e860be316656fd8c3393c468d24b6</id>
<content type='text'>
Error in docs for closing an issue

API docs for issues says you set parameter 'closed' to '1'.  I was not able to do that but I could set 'state_event' to 'close' which closed the issue.

Does not work
"https://gitlab.com/api/v3/projects/:id/issues/:issue_id?closed=1"

Does work
"https://gitlab.com/api/v3/projects/:id/issues/:issue_id?state_event=close"

See merge request !342
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Error in docs for closing an issue

API docs for issues says you set parameter 'closed' to '1'.  I was not able to do that but I could set 'state_event' to 'close' which closed the issue.

Does not work
"https://gitlab.com/api/v3/projects/:id/issues/:issue_id?closed=1"

Does work
"https://gitlab.com/api/v3/projects/:id/issues/:issue_id?state_event=close"

See merge request !342
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8890 from sue445/feature/project_api_avatar_url</title>
<updated>2015-03-01T09:54:42+00:00</updated>
<author>
<name>Jeroen van Baarsen</name>
<email>jeroenvanbaarsen@gmail.com</email>
</author>
<published>2015-03-01T09:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=93bacb03e5ea33a67bcc8198862a23d2038bf6ef'/>
<id>93bacb03e5ea33a67bcc8198862a23d2038bf6ef</id>
<content type='text'>
Expose avatar_url in projects API</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expose avatar_url in projects API</pre>
</div>
</content>
</entry>
<entry>
<title>Expose avatar_url in projects API</title>
<updated>2015-03-01T01:13:01+00:00</updated>
<author>
<name>sue445</name>
<email>sue445@sue445.net</email>
</author>
<published>2015-02-28T17:07:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=51abeaa1bc93862a4d15506a590704f9fc56cfd6'/>
<id>51abeaa1bc93862a4d15506a590704f9fc56cfd6</id>
<content type='text'>
* Impl Project#avatar_url
* Refactor ApplicationHelper: Use Project#avatar_url
* Update changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Impl Project#avatar_url
* Refactor ApplicationHelper: Use Project#avatar_url
* Update changelog
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8803 from Bugagazavr/patch-2</title>
<updated>2015-02-28T22:05:27+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2015-02-28T22:05:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e45811c12ee5ca6b84fdc001e9428dbd8d5728a6'/>
<id>e45811c12ee5ca6b84fdc001e9428dbd8d5728a6</id>
<content type='text'>
Correct json payload [ci skip]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct json payload [ci skip]</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into mmonaco/gitlab-ce-api-user-noconfirm</title>
<updated>2015-02-27T21:01:57+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-02-27T21:01:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0d22b75b03496ced3d783f8fee9584098602ea1c'/>
<id>0d22b75b03496ced3d783f8fee9584098602ea1c</id>
<content type='text'>
Conflicts:
	lib/api/users.rb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	lib/api/users.rb
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend project web hooks with more data</title>
<updated>2015-02-20T18:27:37+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-02-20T18:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=92434b29cc45677fe72bb6a8a5bd09d5ead8d138'/>
<id>92434b29cc45677fe72bb6a8a5bd09d5ead8d138</id>
<content type='text'>
* add git_http_url and git_ssh_url to project web hook
* add visibility_level to project web hook
* add documentation about project visibility_level in API
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add git_http_url and git_ssh_url to project web hook
* add visibility_level to project web hook
* add documentation about project visibility_level in API
</pre>
</div>
</content>
</entry>
<entry>
<title>To close an issue you must set 'state_event' to 'close'.  I cannot set 'closed' to '1'.</title>
<updated>2015-02-20T13:20:42+00:00</updated>
<author>
<name>Derek Campbell</name>
<email>dscamp@gmail.com</email>
</author>
<published>2015-02-20T13:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=874640123b9b508fef40d4285a7c28d7e4653dd7'/>
<id>874640123b9b508fef40d4285a7c28d7e4653dd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8802 from Bugagazavr/patch-1</title>
<updated>2015-02-19T12:04:24+00:00</updated>
<author>
<name>Jeroen van Baarsen</name>
<email>jeroenvanbaarsen@gmail.com</email>
</author>
<published>2015-02-19T12:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cbf6b6871e72ee6ee630dd99a7fe00575053d647'/>
<id>cbf6b6871e72ee6ee630dd99a7fe00575053d647</id>
<content type='text'>
Update API branches documentation [ci skip]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update API branches documentation [ci skip]</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the explanation and linking of the Oauth docs.</title>
<updated>2015-02-19T04:49:19+00:00</updated>
<author>
<name>Sytse Sijbrandij</name>
<email>sytse@gitlab.com</email>
</author>
<published>2015-02-19T04:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=10e4e2110c388ac43f1ebf437b963f13a1882129'/>
<id>10e4e2110c388ac43f1ebf437b963f13a1882129</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
