gitlab-org--gitlab-foss/lib/api
Robert Speicher b166ee6b1d Merge branch 'fix-award-emoji-api' into 'master'
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
2015-11-22 03:45:15 +00:00
..
api.rb Move git tags API to separate file 2015-11-12 15:41:13 +01:00
api_guard.rb
branches.rb
commit_statuses.rb Fix broken tests 2015-10-12 22:32:29 +02:00
commits.rb
deploy_keys.rb
entities.rb Merge branch 'fix-award-emoji-api' into 'master' 2015-11-22 03:45:15 +00:00
files.rb Add ability to fetch the commit ID of the last commit that actually touched a file 2015-11-02 17:07:06 +02:00
group_members.rb
groups.rb
helpers.rb Use normal file upload mechanism to upload artifacts 2015-11-10 12:51:51 +01:00
internal.rb
issues.rb
keys.rb Add API method for get user by ID of an SSH key 2015-09-03 15:47:22 +03:00
labels.rb
merge_requests.rb Merge branch 'stanhu/gitlab-ce-fix-api-mr-comment-notifications' 2015-10-15 15:56:43 +02:00
milestones.rb
namespaces.rb
notes.rb Show who last edited a comment if it wasn't the original author 2015-07-30 14:45:54 +02:00
project_hooks.rb api: add enable_ssl_verification to PUT/POST hooks 2015-09-24 12:34:16 -04:00
project_members.rb
project_snippets.rb
projects.rb Expose CI enable option in project features 2015-11-13 10:52:50 +01:00
repositories.rb Move git tags API to separate file 2015-11-12 15:41:13 +01:00
services.rb Hide passwords to non-admin users in the services API 2015-10-12 15:24:00 +02:00
session.rb
settings.rb
system_hooks.rb
tags.rb Allow editing a release in API via PUT method 2015-11-21 22:34:53 +01:00
users.rb Added ability to update or set the identity of an existing user, like the documentation said it was possible, but actually wasn't. 2015-09-22 16:26:59 -05:00