.. |
access_requests_spec.rb
|
Make access request specs explicitly enable or disable access requests as required
|
2016-11-11 15:45:47 +00:00 |
api_internal_helpers_spec.rb
|
Fix POST /internal/allowed to cope with gitlab-shell v4.0.0 project paths
|
2016-11-16 14:30:56 +00:00 |
award_emoji_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
boards_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
branches_spec.rb
|
Allow branch names with dots on API endpoint
|
2016-12-08 16:39:56 -02:00 |
broadcast_messages_spec.rb
|
Add BroadcastMessage API implementation
|
2016-08-31 17:03:18 -03:00 |
builds_spec.rb
|
Guests can read builds if those are public
|
2016-12-04 15:48:50 +01:00 |
commit_statuses_spec.rb
|
Grapify the commit status API
|
2016-10-19 12:46:27 +02:00 |
commits_spec.rb
|
Fix wrong error message expectation in API::Commits spec
|
2016-12-14 09:26:19 +01:00 |
deploy_keys_spec.rb
|
Use :maximum instead of :within for length validators with a 0..N range
|
2016-12-06 10:23:17 +01:00 |
deployments_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
doorkeeper_access_spec.rb
|
Calls to the API are checked for scope.
|
2016-12-16 16:29:31 +05:30 |
environments_spec.rb
|
Add an environment slug
|
2016-12-15 13:57:03 +00:00 |
files_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
fork_spec.rb
|
Enforce the fork_project permission in Projects::CreateService
|
2016-09-27 13:17:56 +01:00 |
groups_spec.rb
|
Add Gitlab::Middleware::Multipart
|
2016-12-15 12:26:36 +01:00 |
helpers_spec.rb
|
Modify ApiHelpers spec to adhere to the Four-Phase test style.
|
2016-12-16 16:29:32 +05:30 |
internal_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
issues_spec.rb
|
Grapify the issues API
|
2016-12-07 10:19:28 +01:00 |
keys_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
labels_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
lint_spec.rb
|
Code refactor
|
2016-09-07 12:10:49 +02:00 |
members_spec.rb
|
Make access request specs explicitly enable or disable access requests as required
|
2016-11-11 15:45:47 +00:00 |
merge_request_diffs_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
merge_requests_spec.rb
|
Don't allow blank MR titles in API
|
2016-12-13 09:01:48 +01:00 |
milestones_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
namespaces_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
notes_spec.rb
|
Merge branch 'update-api-spec-files' into 'master'
|
2016-12-02 09:38:11 +00:00 |
notification_settings_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
oauth_tokens_spec.rb
|
Small refactor and syntax fixes.
|
2016-08-18 16:47:26 -05:00 |
pipelines_spec.rb
|
Merge branch 'update-api-spec-files' into 'master'
|
2016-12-02 09:38:11 +00:00 |
project_hooks_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
project_snippets_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
projects_spec.rb
|
Merge branch 'update-api-spec-files' into 'master'
|
2016-12-02 09:38:11 +00:00 |
repositories_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
runners_spec.rb
|
Grapify runners API
|
2016-11-10 11:09:08 +01:00 |
services_spec.rb
|
Grapify the service API
|
2016-12-09 17:20:12 +01:00 |
session_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
settings_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
sidekiq_metrics_spec.rb
|
Use HTTP matchers if possible
|
2016-06-27 20:10:42 +02:00 |
snippets_spec.rb
|
API: Endpoint to expose personal snippets as /snippets
|
2016-12-01 19:07:49 +01:00 |
system_hooks_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
tags_spec.rb
|
Allow public access to some Tag API endpoints
|
2016-12-07 11:39:11 +01:00 |
templates_spec.rb
|
Create a new /templates API namespace
|
2016-10-12 11:09:41 +02:00 |
todos_spec.rb
|
Use cache for todos counter calling TodoService
|
2016-08-12 17:40:03 +02:00 |
triggers_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
users_spec.rb
|
API: Memoize the current_user so that the sudo can work properly
|
2016-12-12 13:50:31 +01:00 |
variables_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |
version_spec.rb
|
Changed API spec files to describe the correct class
|
2016-11-28 10:55:27 -07:00 |