gitlab-org--gitlab-foss/spec/requests/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
..
v3 Merge branch 'master' into new-resolvable-discussion 2017-04-06 15:00:26 -05:00
access_requests_spec.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
api_internal_helpers_spec.rb Update storage settings to allow extra values per shard 2017-03-03 12:13:30 -03:00
award_emoji_spec.rb Migrate the AwardEmoji API to use `merge_request_iid` and `issue_iid` 2017-03-07 13:55:59 +05:30
boards_spec.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
branches_spec.rb Allow unauthenticated access to some Branch API GET endpoints 2017-03-20 09:37:31 +01:00
broadcast_messages_spec.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
commit_statuses_spec.rb Fix Rubocop offenses in commit status API specs 2017-03-01 15:11:10 +01:00
commits_spec.rb Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced API routes 2017-03-16 18:00:24 +01:00
deploy_keys_spec.rb Enable creation of deploy keys with write access via the API 2017-04-05 16:22:28 +10:00
deployments_spec.rb Remove shared example for pagination 2017-02-20 15:39:16 +01:00
doorkeeper_access_spec.rb Don't allow blocked users to authenticate through other means 2017-03-07 15:00:29 +01:00
environments_spec.rb Narrow environment payload by using basic project details resource 2017-03-06 14:00:38 -03:00
files_spec.rb Don't use FFaker in factories, use sequences instead 2017-04-03 18:54:48 +02:00
groups_spec.rb Fix all tests 2017-03-06 14:34:07 +01:00
helpers_spec.rb fix a brittle stub 2017-03-09 11:49:53 -08:00
internal_spec.rb Set Git-specific env in /api/internal/allowed 2017-04-10 16:10:18 +02:00
issues_spec.rb Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussion 2017-04-06 13:47:52 +01:00
jobs_spec.rb Optimise trace handling code to use streaming instead of full read 2017-04-06 16:20:27 +00:00
keys_spec.rb Changed API spec files to describe the correct class 2016-11-28 10:55:27 -07:00
labels_spec.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
lint_spec.rb
members_spec.rb Ensure user has a unique username otherwise `user10` would match `user1` 2017-04-03 18:54:48 +02:00
merge_request_diffs_spec.rb Migrate the MergeRequestDiffs API to use `merge_request_iid` 2017-03-07 13:55:59 +05:30
merge_requests_spec.rb Remove `:id/merge_requests/:merge_request_iid/comments` endpoints 2017-03-27 10:23:14 +02:00
milestones_spec.rb Fixes milestone/merge_request API endpoint to really scope the results 2017-04-03 18:36:51 +02:00
namespaces_spec.rb Add a custom pagination matcher 2017-02-16 15:38:40 +01:00
notes_spec.rb API: Make the /notes endpoint work with noteable iid instead of id 2017-03-27 15:29:37 +02:00
notification_settings_spec.rb Replace many :project with :empty_projects in API specs 2017-01-17 11:41:27 -05:00
oauth_tokens_spec.rb Don't allow blocked users to authenticate through other means 2017-03-07 15:00:29 +01:00
pipelines_spec.rb Expose pipelines as PipelineBasic `projects/:id/pipelines` 2017-03-03 09:52:04 +01:00
project_hooks_spec.rb Fix API not accepting job_events for webhooks 2017-04-12 10:06:57 +02:00
project_snippets_spec.rb Expose Project's & ProjectSnippet's VisibilityLevel as String 2017-03-02 09:33:24 +01:00
projects_spec.rb Separate CE params on Grape API 2017-04-10 16:13:48 -03:00
repositories_spec.rb Remove unecessary endpoint from repository, add compatibility endpoints for v3 and several improvements 2017-03-07 22:20:38 -03:00
runner_spec.rb Optimise trace handling code to use streaming instead of full read 2017-04-06 16:20:27 +00:00
runners_spec.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
services_spec.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
session_spec.rb Remove the User#is_admin? method 2017-04-09 13:20:57 +11:00
settings_spec.rb Expose ApplicationSetting visibility settings as String 2017-03-02 12:15:25 +01:00
sidekiq_metrics_spec.rb
snippets_spec.rb Expose Snippet VisibilityLevel as String 2017-03-02 12:15:24 +01:00
system_hooks_spec.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
tags_spec.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
templates_spec.rb Update Licensee from 8.0.0 to 8.7.0. 2017-02-22 14:00:56 -07:00
todos_spec.rb Migrate the Todos API to use `issuable_iid` 2017-03-07 13:55:59 +05:30
triggers_spec.rb Allow dot in branch name in trigger/builds endpoint in API 2017-03-20 12:49:31 +00:00
users_spec.rb Delete users asynchronously 2017-04-02 05:37:05 -07:00
variables_spec.rb Return 204 for delete endpoints 2017-02-28 08:32:38 +01:00
version_spec.rb Changed API spec files to describe the correct class 2016-11-28 10:55:27 -07:00