gitlab-org--gitlab-foss/lib/api/v3
Timothy Andrew 70584e6925
Migrate the AwardEmoji API to use merge_request_iid and issue_iid
- Instead of `merge_request_id` and `issue_id`
- The API also deals with `snippet_id`, which remains unchanged (since snippets
  don't have `iid`s
- Duplicate the original `AwardEmoji` API (and spec) for use with the V3
  API, since this is a breaking change.
2017-03-07 13:55:59 +05:30
..
award_emoji.rb Migrate the AwardEmoji API to use merge_request_iid and issue_iid 2017-03-07 13:55:59 +05:30
boards.rb Backport API to V3 2017-02-28 08:32:39 +01:00
branches.rb Backport API to V3 2017-02-28 08:32:39 +01:00
broadcast_messages.rb Backport API to V3 2017-02-28 08:32:39 +01:00
builds.rb Fix all tests 2017-03-06 14:34:07 +01:00
commits.rb Fix cherry-picking or reverting through an MR 2017-03-02 17:41:05 -06:00
deploy_keys.rb
deployments.rb Move api/v3/deployments to the correct namespace 2017-03-06 12:21:04 -05:00
entities.rb Fix all tests 2017-03-06 14:34:07 +01:00
environments.rb Ensure v3 environments endpoints remain unchanged 2017-03-02 12:15:24 +01:00
files.rb
groups.rb Expose Group VisibilityLevel as String 2017-03-02 12:15:24 +01:00
helpers.rb API routes referencing a specific merge request should use the MR iid 2017-03-07 13:06:42 +05:30
issues.rb Backport API to V3 2017-02-28 08:32:39 +01:00
labels.rb Backport API to V3 2017-02-28 08:32:39 +01:00
members.rb Backport API to V3 2017-02-28 08:32:39 +01:00
merge_request_diffs.rb Fix all tests 2017-03-06 14:34:07 +01:00
merge_requests.rb Remove "subscribed" field from API responses returning list of issues or merge requests 2017-03-06 14:17:07 +01:00
milestones.rb Remove "subscribed" field from API responses returning list of issues or merge requests 2017-03-06 14:17:07 +01:00
notes.rb
pipelines.rb Expose pipelines as PipelineBasic projects/:id/pipelines 2017-03-03 09:52:04 +01:00
project_hooks.rb Fix all tests 2017-03-06 14:34:07 +01:00
project_snippets.rb Backport API to V3 2017-02-28 08:32:39 +01:00
projects.rb Update occurrences of MWBS to MWPS 2017-03-01 12:02:02 +01:00
repositories.rb
runners.rb Backport API to V3 2017-02-28 08:32:39 +01:00
services.rb Fix all tests 2017-03-06 14:34:07 +01:00
settings.rb Expose ApplicationSetting visibility settings as String 2017-03-02 12:15:25 +01:00
snippets.rb Expose Snippet VisibilityLevel as String 2017-03-02 12:15:24 +01:00
subscriptions.rb
system_hooks.rb Backport API to V3 2017-02-28 08:32:39 +01:00
tags.rb Backport API to V3 2017-02-28 08:32:39 +01:00
templates.rb
todos.rb Backport API to V3 2017-02-28 08:32:39 +01:00
triggers.rb Update triggers API 2017-03-05 18:49:30 +01:00
users.rb Backport API to V3 2017-02-28 08:32:39 +01:00
variables.rb Backport API to V3 2017-02-28 08:32:39 +01:00