<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch ci-artifacts-path</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>Expose artifacts path</title>
<updated>2015-11-23T12:05:22+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2015-11-22T13:27:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=11728b50f96a296c760d9e69273d304f92e51f8f'/>
<id>11728b50f96a296c760d9e69273d304f92e51f8f</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 'award_fix' into 'master'</title>
<updated>2015-11-22T04:10:25+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2015-11-22T04:10:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7b70a03e44559900921f06464ff6422d4ed15712'/>
<id>7b70a03e44559900921f06464ff6422d4ed15712</id>
<content type='text'>

Emoji bug: Invalid url to image

Closes #3591

See merge request !1868</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Emoji bug: Invalid url to image

Closes #3591

See merge request !1868</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-award-emoji-api' into 'master'</title>
<updated>2015-11-22T03:45:15+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2015-11-22T03:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b166ee6b1d6113642388bd5dc1b95fb53fc69d7b'/>
<id>b166ee6b1d6113642388bd5dc1b95fb53fc69d7b</id>
<content type='text'>

Add upvote/downvote fields to merge request and note API to preserve compatibility

As discussed in !1825 we should not break the API compatibility.

* This MR adds the fields `upvotes`/`downvotes` to the merge request API again, which always return `0`.
* Add the fields `upvote`/`downvote` to the notes API, which always return `false`

This behavior is documented in the API docs.

See merge request !1867</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add upvote/downvote fields to merge request and note API to preserve compatibility

As discussed in !1825 we should not break the API compatibility.

* This MR adds the fields `upvotes`/`downvotes` to the merge request API again, which always return `0`.
* Add the fields `upvote`/`downvote` to the notes API, which always return `false`

This behavior is documented in the API docs.

See merge request !1867</pre>
</div>
</content>
</entry>
<entry>
<title>Emoji bug: Invalid url to image</title>
<updated>2015-11-21T23:51:00+00:00</updated>
<author>
<name>Valery Sizov</name>
<email>vsv2711@gmail.com</email>
</author>
<published>2015-11-21T23:51:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3fc10d46f180d5b1904496e4f4e528d215057dbd'/>
<id>3fc10d46f180d5b1904496e4f4e528d215057dbd</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 'consistent-tags-api' into 'master'</title>
<updated>2015-11-21T22:27:48+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-11-21T22:27:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9155c82fdc075b7a3ef7f45224cbe5382c2ec7f9'/>
<id>9155c82fdc075b7a3ef7f45224cbe5382c2ec7f9</id>
<content type='text'>

Make tag API for release feature consistent

Make tags API consistent with other tags methods. This changes the endpoint from `PUT /projects/:id/repository/:tag/release` to `PUT /projects/:id/repository/tags/:tag_name/release`.

On thing the API is still missing, is an error if the tag does not exist. Right now it returns 200 even the tag does not exist. I'll fix that such it returns 404.

@stanhu Can you review?
@rspeicher This MR should go into 8.2

See merge request !1864</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Make tag API for release feature consistent

Make tags API consistent with other tags methods. This changes the endpoint from `PUT /projects/:id/repository/:tag/release` to `PUT /projects/:id/repository/tags/:tag_name/release`.

On thing the API is still missing, is an error if the tag does not exist. Right now it returns 200 even the tag does not exist. I'll fix that such it returns 404.

@stanhu Can you review?
@rspeicher This MR should go into 8.2

See merge request !1864</pre>
</div>
</content>
</entry>
<entry>
<title>Allow editing a release in API via PUT method</title>
<updated>2015-11-21T21:34:53+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2015-11-21T21:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=04a3d27eaba0312d99e8d88a3a9ee4b5c83ecce1'/>
<id>04a3d27eaba0312d99e8d88a3a9ee4b5c83ecce1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only allow to create a release if it does not exist yet</title>
<updated>2015-11-21T21:24:34+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2015-11-21T21:24:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3ea05c5b5b253de33d8bf8d615c66e2935b940ef'/>
<id>3ea05c5b5b253de33d8bf8d615c66e2935b940ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add upvote/downvote fields to merge request and note API to preserve compatibility</title>
<updated>2015-11-21T20:36:31+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2015-11-21T20:36:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=26b12e2c374c8f07abda06a8b19bd116448325f4'/>
<id>26b12e2c374c8f07abda06a8b19bd116448325f4</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 'ci-doc-yaml' into 'master'</title>
<updated>2015-11-21T19:26:48+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2015-11-21T19:26:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=319808fc7be2886224541209eeae153d85386bd0'/>
<id>319808fc7be2886224541209eeae153d85386bd0</id>
<content type='text'>

Fix CI yaml syntax documentation [ci skip]



See merge request !1866</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix CI yaml syntax documentation [ci skip]



See merge request !1866</pre>
</div>
</content>
</entry>
<entry>
<title>Fix CI yaml syntax documentation [ci skip]</title>
<updated>2015-11-21T19:25:07+00:00</updated>
<author>
<name>Kamil Trzcinski</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2015-11-21T19:25:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f2318dfc9e80555bae99f543d4e07ec089ab3935'/>
<id>f2318dfc9e80555bae99f543d4e07ec089ab3935</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
