gitlab-org--gitlab-foss/spec/requests/api
Kamil Trzcinski d0e3e823a2 Implement Build Artifacts
- Offloads uploading to GitLab Workhorse
- Use /authorize request for fast uploading
- Added backup recipes for artifacts
- Support download acceleration using X-Sendfile
2015-11-10 12:51:50 +01:00
..
api_helpers_spec.rb Fix API::APIHelpers -> API::Helpers; 2015-10-23 11:42:57 +08:00
branches_spec.rb Clearing the entire Redis cache may be too expensive; just use 2015-07-21 19:09:33 -07:00
commit_status_spec.rb Fix commit status POST URL 2015-10-12 12:15:35 +02: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 Fix Error 500 in API when accessing a group that has an avatar 2015-08-24 07:46:06 -07:00
internal_spec.rb Allow to configure gitlab_shell_secret location 2015-05-16 21:46:06 +02:00
issues_spec.rb Change `foo.should` syntax to `expect(foo).to` in specs 2015-06-13 18:37:30 -04: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 Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
merge_requests_spec.rb Fix bug where merge request comments created by API would not trigger notifications 2015-10-10 10:59:02 -07: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 Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
project_hooks_spec.rb hooks: improve tests for hook API 2015-09-24 16:59:16 -04:00
project_members_spec.rb Fix Style/AlignHash cop violations 2015-06-22 22:24:39 -07:00
projects_spec.rb Made suggested content changes based on MR Review 2015-10-14 20:19:41 +11:00
repositories_spec.rb Replace all usages of `git` command with configurable binary path 2015-11-03 17:11:09 -05:00
services_spec.rb Hide passwords to non-admin users in the services API 2015-10-12 15:24:00 +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
users_spec.rb Implement Build Artifacts 2015-11-10 12:51:50 +01:00