gitlab-org--gitlab-foss/lib/api
Toon Claes b2c2dfe545 Expose Project's & ProjectSnippet's VisibilityLevel as String
Instead of exposing the VisibilityLevel as Integer, expose it as
String `visibility` for Project and ProjectSnippet.

Filter queries also accept the `visibility` as String instead of
`visibility_level` as Integer.

Also remove the `public` boolean.
2017-03-02 09:33:24 +01:00
..
helpers Merge branch 'feature/runners-v4-api' into 'master' 2017-02-27 11:46:55 +00:00
v3 Update occurrences of MWBS to MWPS 2017-03-01 12:02:02 +01:00
access_requests.rb Revert "Prefer leading style for Style/DotPosition" 2017-02-23 09:33:05 -06:00
api.rb Backport API to V3 2017-02-28 08:32:39 +01:00
api_guard.rb Enable and autocorrect the CustomErrorClass cop 2017-03-01 15:28:10 +00:00
award_emoji.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
boards.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
branches.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
broadcast_messages.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
builds.rb Rebase to master for avoiding failing tests 2017-02-23 11:06:39 +00:00
commit_statuses.rb Enable Style/WordArray 2017-02-23 09:32:41 -06:00
commits.rb Consistently create, update, and delete files, taking CRLF settings into account 2017-02-24 09:55:01 -06:00
deploy_keys.rb API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable` 2017-02-20 09:33:42 +01:00
deployments.rb Define common helper for describe pagination params in api 2016-11-22 09:19:26 +05:00
entities.rb Expose Project's & ProjectSnippet's VisibilityLevel as String 2017-03-02 09:33:24 +01:00
environments.rb Add environment `/stop` action 2017-02-28 15:34:38 +01:00
files.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
groups.rb API: Use parameter to get owned groups instead of dedicated endpoint 2017-02-24 10:31:41 +01:00
helpers.rb Expose Project's & ProjectSnippet's VisibilityLevel as String 2017-03-02 09:33:24 +01:00
internal.rb Add internal endpoint to notify post-receive to Gitaly 2017-03-01 18:46:59 -03:00
issues.rb Revert "Prefer leading style for Style/DotPosition" 2017-02-23 09:33:05 -06:00
keys.rb GrapeDSL for Keys endpoint 2016-10-01 11:11:41 +02:00
labels.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
lint.rb Improve curl commend, remove blank lines 2016-09-07 12:54:02 +02:00
members.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
merge_request_diffs.rb Paginate all endpoints that return an array 2017-02-16 15:32:01 +01:00
merge_requests.rb Update occurrences of MWBS to MWPS 2017-03-01 12:02:02 +01:00
milestones.rb Add API endpoint to get all milestone merge requests 2017-02-17 09:47:23 +01:00
namespaces.rb Use the pagination helper in the API 2016-12-04 18:11:19 +01:00
notes.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
notification_settings.rb Use declared_params helper in API 2016-11-14 15:22:06 +01:00
pagination_params.rb Paginate all endpoints that return an array 2017-02-16 15:32:01 +01:00
pipelines.rb Revert "Enable Style/DotPosition" 2017-02-23 09:33:19 -06:00
project_hooks.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
project_snippets.rb Expose Project's & ProjectSnippet's VisibilityLevel as String 2017-03-02 09:33:24 +01:00
projects.rb Expose Project's & ProjectSnippet's VisibilityLevel as String 2017-03-02 09:33:24 +01:00
repositories.rb Enable Style/SpaceInsideBrackets 2017-02-23 09:31:56 -06:00
runner.rb New runner API returns 204 2017-02-28 08:32:40 +01:00
runners.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
services.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
session.rb adds impersonator variable and makes sudo usage overall more clear 2016-12-07 14:42:51 +00:00
settings.rb Fix tests and disallow 0 to make it consistent with .gitlab-ci.yml 2017-02-15 15:31:51 +08:00
sidekiq_metrics.rb Grapify the sidekiq metrics API 2016-11-23 13:36:52 +01:00
snippets.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
subscriptions.rb Remove last merge_request endpoint 2017-02-23 14:15:06 +01:00
system_hooks.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
tags.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
templates.rb Backport API to v3 2017-02-17 09:05:24 +01:00
time_tracking_endpoints.rb Add some API endpoints for time tracking. 2017-01-18 10:48:16 -06:00
todos.rb Enable Style/MutableConstant 2017-02-23 09:31:56 -06:00
triggers.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
users.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
variables.rb Backport API to V3 2017-02-28 08:32:39 +01:00
version.rb API: Version information 2016-10-12 16:47:35 +02:00