gitlab-org--gitlab-foss/lib/api/v3
Jacopo b996a82ff4 ProjectsFinder should handle more options
Extended ProjectFinder in order to handle the following options:
 - current_user - which user use
 - project_ids_relation: int[] - project ids to use
 - params:
   -  trending: boolean
   -  non_public: boolean
   -  starred: boolean
   -  sort: string
   -  visibility_level: int
   -  tags: string[]
   -  personal: boolean
   -  search: string
   -  non_archived: boolean

GroupProjectsFinder now inherits from ProjectsFinder.
Changed the code in order to use the new available options.
2017-04-06 07:11:37 +02:00
..
award_emoji.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
boards.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
branches.rb Use "branch_name" instead "branch" on V3 branch creation API 2017-03-16 21:15:16 -03:00
broadcast_messages.rb Backport API to V3 2017-02-28 08:32:39 +01:00
builds.rb Remove user_can_download_artifacts 2017-03-07 23:45:32 +01:00
commits.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
deploy_keys.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
deployments.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
entities.rb Fix all tests 2017-03-06 14:34:07 +01:00
environments.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
files.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
groups.rb ProjectsFinder should handle more options 2017-04-06 07:11:37 +02: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 Fix API group/issues default state filter 2017-03-28 17:43:55 +03:00
labels.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
members.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
merge_request_diffs.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
merge_requests.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
milestones.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
notes.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
pipelines.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
project_hooks.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
project_snippets.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
projects.rb ProjectsFinder should handle more options 2017-04-06 07:11:37 +02:00
repositories.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
runners.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
services.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +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 Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
system_hooks.rb Backport API to V3 2017-02-28 08:32:39 +01:00
tags.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
templates.rb Remove deprecated templates endpoints in V4 2017-02-13 13:59:17 -02:00
time_tracking_endpoints.rb Fix time tracking endpoints for API v4 2017-03-07 13:56:00 +05:30
todos.rb Add 'Undo mark all as done' to Todos 2017-03-16 07:15:00 +01:00
triggers.rb Allow dot in branch name in trigger/builds endpoint in API 2017-03-20 12:49:31 +00:00
users.rb ProjectsFinder should handle more options 2017-04-06 07:11:37 +02:00
variables.rb Add requirements: { id: %r{[^/]+} } for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00