gitlab-org--gitlab-foss/spec/requests/api
Grzegorz Bizon dcc67ac1fd Return empty array when commit has no statuses in API
This makes API endpoint for Commit Statuses return empty array instead
of 404 when commit exists, but has no statuses.

Closes #3080
2016-02-29 13:54:33 +01:00
..
api_helpers_spec.rb Fix API::APIHelpers -> API::Helpers; 2015-10-23 11:42:57 +08:00
branches_spec.rb Fix spec 2015-12-18 12:43:53 -02:00
builds_spec.rb Fix ci_build trace trait 2016-02-19 19:31:57 +01:00
commit_status_spec.rb Return empty array when commit has no statuses in API 2016-02-29 13:54:33 +01:00
commits_spec.rb Implement Commit Status API 2015-10-12 11:53:49 +02:00
doorkeeper_access_spec.rb Fix part of api specs for rubocop 2015-06-22 15:05:19 +02:00
files_spec.rb Add ability to fetch the commit ID of the last commit that actually touched a file 2015-11-02 17:07:06 +02:00
fork_spec.rb Fix Style/Blocks cop violations 2015-06-22 16:00:54 -04:00
group_members_spec.rb Fix Style/Blocks cop violations 2015-06-22 16:00:54 -04:00
groups_spec.rb Add API group projects specs 2015-12-08 13:34:09 +01:00
internal_spec.rb Allow to configure gitlab_shell_secret location 2015-05-16 21:46:06 +02:00
issues_spec.rb Merge branch 'support-akismet' into 'master' 2016-02-03 01:26:30 +00:00
keys_spec.rb Add API method for get user by ID of an SSH key 2015-09-03 15:47:22 +03:00
labels_spec.rb Add custom ColorValidator 2015-12-07 16:57:26 -05:00
merge_requests_spec.rb Merge branch 'skakirill/gitlab-ce-api-merge-request-setup-milestone' into 'master' 2016-02-12 08:39:18 +00:00
milestones_spec.rb Change `foo.should` syntax to `expect(foo).to` in specs 2015-06-13 18:37:30 -04:00
namespaces_spec.rb Make namespace API available to all users 2015-05-28 11:39:12 -07:00
notes_spec.rb Add pagination headers to already paginated API resources 2016-01-14 12:10:27 +01:00
project_hooks_spec.rb Migrate CI::Services and CI::WebHooks to Services and WebHooks 2015-12-10 16:04:08 +01:00
project_members_spec.rb Fix Style/AlignHash cop violations 2015-06-22 22:24:39 -07:00
projects_spec.rb Add specs. Adjust filter. 2016-01-19 09:57:00 -05:00
repositories_spec.rb Fix API 2016-02-11 18:10:14 +01:00
runners_spec.rb Refactorize `ci_runner` factory and `let` definitions in runners API spec 2016-02-19 13:18:49 +01:00
services_spec.rb Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00
session_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
settings_spec.rb Add tests and improve logic 2015-07-06 16:47:19 +02:00
system_hooks_spec.rb Fix part of api specs for rubocop 2015-06-22 15:05:19 +02:00
tags_spec.rb Delete tag via API 2016-01-08 10:10:04 +01:00
triggers_spec.rb Add some fixes after review 2016-01-13 12:20:59 +01:00
users_spec.rb Prevent ldap_blocked users from being blocked/unblocked by the API 2016-01-08 16:26:04 -02:00
variables_spec.rb Modify :ci_variable factory 2016-01-13 19:57:23 +01:00