gitlab-org--gitlab-foss/lib/api
Toon Claes 0f0b9a8466 Use helper to construct Finder params
The ProjectsFinder and GroupFinder both support the same set of params. And the
`/api/v4/projects` and `/api/v4/group/:id/projects` also support the same set of
params. But they do not match the Finder params. So use a helper method to
transform them.
2017-05-30 22:45:59 +02:00
..
helpers fix for Follow-up from "Backport of Multiple Assignees feature 2017-05-11 19:11:49 +03:00
v3 Copy `filter_projects` helper to V3 2017-05-30 22:38:28 +02:00
access_requests.rb Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
api.rb Bugfix: Always use the default language when generating emails. 2017-05-25 10:22:45 -05:00
api_guard.rb Enable Style/Proc cop for rubocop 2017-04-02 12:48:43 +03: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 Allow unauthenticated access to some Branch API GET endpoints 2017-03-20 09:37:31 +01:00
broadcast_messages.rb
commit_statuses.rb Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
commits.rb Refactor changing files in web UI 2017-04-20 00:37:44 +00:00
deploy_keys.rb Enable creation of deploy keys with write access via the API 2017-04-05 16:22:28 +10: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 Merge branch 'rework-authorizations-performance' into 'master' 2017-05-29 15:49:56 +00: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 Refactor changing files in web UI 2017-04-20 00:37:44 +00:00
groups.rb Use helper to construct Finder params 2017-05-30 22:45:59 +02:00
helpers.rb Use helper to construct Finder params 2017-05-30 22:45:59 +02:00
internal.rb Prevent errors from non-functional notify_post_receive endpoint 2017-05-18 15:33:43 -04:00
issues.rb Backport of multiple_assignees_feature [ci skip] 2017-05-04 17:11:53 +03:00
jobs.rb Check ability to update build on the API resource 2017-05-05 14:04:58 +02:00
keys.rb
labels.rb Labels support color names in backend 2017-03-29 11:45:15 +00:00
lint.rb
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 Fix 404 when upstream has disabled merge requests 2017-04-27 01:04:07 +03:00
milestones.rb Fixes milestone/merge_request API endpoint to really scope the results 2017-04-03 18:36:51 +02:00
namespaces.rb
notes.rb Remove the User#is_admin? method 2017-04-09 13:20:57 +11:00
notification_settings.rb Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
pagination_params.rb
pipelines.rb Improve documentation 2017-05-03 02:11:51 +09:00
project_hooks.rb Merge branch 'bvl-rename-build-events-to-job-events' into 'master' 2017-05-16 14:12:19 +02:00
project_snippets.rb Merge branch 'snippets-finder-visibility' into 'security' 2017-05-10 16:48:18 +02:00
projects.rb Use helper to construct Finder params 2017-05-30 22:45:59 +02:00
repositories.rb Revert "Remove changes that are not absolutely necessary" 2017-05-24 20:59:26 +00:00
runner.rb Optimise trace handling code to use streaming instead of full read 2017-04-06 16:20:27 +00:00
runners.rb Remove the User#is_admin? method 2017-04-09 13:20:57 +11:00
services.rb Add API URL to JIRA settings 2017-05-26 15:14:38 +02:00
session.rb Don't display the `is_admin?` flag for user API responses. 2017-04-25 09:46:05 +00:00
settings.rb Attempted adding separate clientside_sentry settings 2017-04-28 13:41:29 +01:00
sidekiq_metrics.rb
snippets.rb Merge branch 'snippets-finder-visibility' into 'security' 2017-05-10 16:48:18 +02:00
subscriptions.rb Enable the Style/TrailingCommaInLiteral cop 2017-05-10 18:25:45 +02:00
system_hooks.rb
tags.rb Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
templates.rb
time_tracking_endpoints.rb Fix time tracking endpoints for API v4 2017-03-07 13:56:00 +05:30
todos.rb Revert "Merge branch 'tc-no-todo-service-select' into 'master'" 2017-04-29 12:29:59 +00:00
triggers.rb Allow dot in branch name in trigger/builds endpoint in API 2017-03-20 12:49:31 +00:00
users.rb Create a Users Finder 2017-05-15 13:53:12 +00:00
variables.rb Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
version.rb