gitlab-org--gitlab-foss/lib/api
Z.J. van de Weg e415ad3952 Fix API not accepting job_events for webhooks
When renaming, the argument on the projects hook API was forgotten. Now
one could successfully set it again.

The fix is a little ugly stylewise, but needed as the underlying model
still refers to it as build_events. This commit is to fix it, later we
should migrate the data to a new column. The edit on the spec file makes
sure it passes now, and will fail when we migrate the column.
2017-04-12 10:06:57 +02:00
..
helpers Set Git-specific env in /api/internal/allowed 2017-04-10 16:10:18 +02:00
v3 Remove the User#is_admin? method 2017-04-09 13:20:57 +11: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 API routes referencing a specific issue should use the issue `iid` 2017-03-07 13:06:42 +05:30
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 Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced API routes 2017-03-16 18:00:24 +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 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 Remove the User#is_admin? method 2017-04-09 13:20:57 +11: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 Add share_with_group_lock to CE optional params block 2017-04-10 16:22:48 -03:00
helpers.rb Remove the User#is_admin? method 2017-04-09 13:20:57 +11:00
internal.rb Set Git-specific env in /api/internal/allowed 2017-04-10 16:10:18 +02:00
issues.rb Separate CE params on Grape API 2017-04-10 16:13:48 -03:00
jobs.rb Optimise trace handling code to use streaming instead of full read 2017-04-06 16:20:27 +00: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 Separate CE params on Grape API 2017-04-10 16:13:48 -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
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 Fix API not accepting job_events for webhooks 2017-04-12 10:06:57 +02: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 Separate CE params on Grape API 2017-04-10 16:13:48 -03:00
repositories.rb Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01: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 Remove the User#is_admin? method 2017-04-09 13:20:57 +11:00
session.rb adds impersonator variable and makes sudo usage overall more clear 2016-12-07 14:42:51 +00:00
settings.rb Separate CE params on Grape API 2017-04-10 16:13:48 -03:00
sidekiq_metrics.rb Grapify the sidekiq metrics API 2016-11-23 13:36:52 +01:00
snippets.rb Use string based `visibility` getter & setter 2017-03-02 12:15:25 +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 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 Fix time tracking endpoints for API v4 2017-03-07 13:56:00 +05:30
todos.rb Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced API routes 2017-03-16 18:00:24 +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 Separate CE params on Grape API 2017-04-10 16:13:48 -03: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 API: Version information 2016-10-12 16:47:35 +02:00