..
helpers
Refactor construction of response
2017-06-05 05:32:26 -07:00
v3
Rename "Slash commands" to "Quick actions"
2017-06-15 09:01:56 -05: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
Merge branch 'dz-api-x-frame' into 'security-9-2'
2017-06-08 09:54:24 -07: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
Return 204 for delete endpoints
2017-02-28 08:32:38 +01:00
commit_statuses.rb
Introduce source to pipeline entity
2017-05-31 14:17:49 +02:00
commits.rb
Change no_limits to limits
2017-05-31 14:41:25 -05:00
deploy_keys.rb
Implement ability to update deploy keys
2017-06-02 19:44:36 +03: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 'help-landing-page-customizations' into 'master'
2017-06-14 17:16:50 +00:00
environments.rb
Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced API routes
2017-03-16 18:00:24 +01:00
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
Enable the Style/PreferredHashMethods cop
2017-06-02 19:11:26 +02:00
internal.rb
Remove unnecessary variable
2017-06-05 10:39:32 -07:00
issues.rb
Backport of multiple_assignees_feature [ci skip]
2017-05-04 17:11:53 +03:00
jobs.rb
Add missing specs
2017-06-01 16:34:48 +02:00
keys.rb
GrapeDSL for Keys endpoint
2016-10-01 11:11:41 +02:00
labels.rb
Labels support color names in backend
2017-03-29 11:45:15 +00:00
lint.rb
Improve curl commend, remove blank lines
2016-09-07 12:54:02 +02: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
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
Use the pagination helper in the API
2016-12-04 18:11:19 +01:00
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
Paginate all endpoints that return an array
2017-02-16 15:32:01 +01:00
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
Merge branch 'bvl-rename-build-events-to-job-events' into 'master'
2017-05-16 14:12:19 +02:00
project_snippets.rb
Support descriptions for snippets
2017-05-31 07:17:03 +02:00
projects.rb
Accept image for avatar in project API
2017-06-09 22:49:57 +03:00
repositories.rb
Revert "Remove changes that are not absolutely necessary"
2017-05-24 20:59:26 +00:00
runner.rb
Enable the Style/PreferredHashMethods cop
2017-06-02 19:11:26 +02:00
runners.rb
Remove the User#is_admin? method
2017-04-09 13:20:57 +11:00
services.rb
Rename "Slash commands" to "Quick actions"
2017-06-15 09:01:56 -05:00
session.rb
Don't display the `is_admin?` flag for user API responses.
2017-04-25 09:46:05 +00:00
settings.rb
Help landing page customizations
2017-06-14 11:40:21 -04:00
sidekiq_metrics.rb
Grapify the sidekiq metrics API
2016-11-23 13:36:52 +01:00
snippets.rb
Support descriptions for snippets
2017-05-31 07:17:03 +02:00
subscriptions.rb
Enable the Style/TrailingCommaInLiteral cop
2017-05-10 18:25:45 +02:00
system_hooks.rb
Return 204 for delete endpoints
2017-02-28 08:32:38 +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
Backport API to v3
2017-02-17 09:05:24 +01:00
time_tracking_endpoints.rb
Enable the Style/PreferredHashMethods cop
2017-06-02 19:11:26 +02:00
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
Merge branch '2563-backport-ee1942' into 'master'
2017-06-07 07:04:21 +00:00
variables.rb
API and doc for protected variables
2017-05-25 19:49:46 +08:00
version.rb
API: Version information
2016-10-12 16:47:35 +02:00