gitlab-org--gitlab-foss/lib/api
Timothy Andrew c1fcd730cc Implement review comments from @DouweM for !12300.
- Use a struct for scopes, so we can call `scope.if` instead of `scope[:if]`

- Refactor the "remove scopes whose :if condition returns false" logic to use a
  `select` rather than a `reject`.
2017-06-28 07:17:13 +00:00
..
helpers Add “Project moved” error to Git-over-SSH 2017-06-16 14:14:19 -07:00
v3 Initial attempt at refactoring API scope declarations. 2017-06-28 07:17:13 +00:00
access_requests.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
api.rb Initial attempt at refactoring API scope declarations. 2017-06-28 07:17:13 +00:00
api_guard.rb Implement review comments from @DouweM for !12300. 2017-06-28 07:17:13 +00:00
award_emoji.rb
boards.rb
branches.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
broadcast_messages.rb
commit_statuses.rb Fix head pipeline stored in merge request for external pipelines 2017-06-27 21:08:31 +02:00
commits.rb Change no_limits to limits 2017-05-31 14:41:25 -05:00
deploy_keys.rb Fix edit button for deploy keys available from other projects 2017-06-20 11:23:13 +00:00
deployments.rb
entities.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
environments.rb
events.rb Accept a username for User-level Events API 2017-06-06 20:16:41 +08:00
features.rb Add feature toggles through Flipper 2017-05-31 21:06:01 +00:00
files.rb Blob#load_all_data! doesn’t need an argument 2017-06-07 14:28:33 -05:00
groups.rb Backport https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1942 2017-06-06 21:42:45 +08:00
helpers.rb Implement review comments from @dbalexandre for !12300. 2017-06-28 07:17:13 +00:00
internal.rb update code based on feedback 2017-06-23 17:11:31 +02:00
issues.rb add since and until params to issuables 2017-06-18 15:43:51 -07:00
jobs.rb Add missing specs 2017-06-01 16:34:48 +02:00
keys.rb
labels.rb
lint.rb
members.rb
merge_request_diffs.rb
merge_requests.rb Merge branch 'add-since-and-until-params-to-issuables' into 'master' 2017-06-19 12:13:27 +00:00
milestones.rb Order issues by priority 2017-06-16 11:59:39 -03:00
namespaces.rb
notes.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
notification_settings.rb refactor update user service not to do auth checks 2017-06-23 11:41:43 +02:00
pagination_params.rb
pipeline_schedules.rb Use update_pipeline_schedule 2017-05-31 00:06:37 +09:00
pipelines.rb Introduce source to pipeline entity 2017-05-31 14:17:49 +02:00
project_hooks.rb
project_snippets.rb Support descriptions for snippets 2017-05-31 07:17:03 +02:00
projects.rb add printing_merge_request_link_enabled to API 2017-06-19 13:33:15 -04:00
repositories.rb
runner.rb Enable the Style/PreferredHashMethods cop 2017-06-02 19:11:26 +02:00
runners.rb
services.rb Rename "Slash commands" to "Quick actions" 2017-06-15 09:01:56 -05:00
session.rb
settings.rb Help landing page customizations 2017-06-14 11:40:21 -04:00
sidekiq_metrics.rb
snippets.rb Support descriptions for snippets 2017-05-31 07:17:03 +02:00
subscriptions.rb
system_hooks.rb
tags.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
templates.rb
time_tracking_endpoints.rb Enable the Style/PreferredHashMethods cop 2017-06-02 19:11:26 +02:00
todos.rb
triggers.rb
users.rb Initial attempt at refactoring API scope declarations. 2017-06-28 07:17:13 +00:00
variables.rb Fix optional args for POST :id/variables 2017-06-27 15:20:11 +08:00
version.rb