gitlab-org--gitlab-foss/spec/requests/api
Jason Hollingsworth 7cc2520541 Add support for various archive formats.
Used mime-types gem instead of hardcoding content types.
Allow multiple extensions in archive route (.tar.gz, .tar.bz2).
Change content disposition from infile(?) to attachment for api.
Fixed api would return “archive” instead of {project}-{hash}.{ext}
2014-01-02 10:18:56 -06:00
..
api_helpers_spec.rb Style guide fixes (spacing) 2013-09-09 13:18:10 -04:00
files_spec.rb Improve consistency: use file_path for API create/update/delete files 2013-11-20 10:03:50 +02:00
groups_spec.rb fix most of warnings 2013-12-15 00:05:10 +04:00
internal_spec.rb Archiving old projects; archived projects aren't shown on dashboard 2013-12-16 14:39:14 +01:00
issues_spec.rb Fixing unsafe use of Thread.current variable :current_user 2013-10-16 01:20:53 -04:00
merge_requests_spec.rb Extend API Issues, MergeRequets, Milestones with iid field 2013-10-14 16:39:54 +03:00
milestones_spec.rb Fixing unsafe use of Thread.current variable :current_user 2013-10-16 01:20:53 -04:00
namespaces_spec.rb Namespaces api specs 2013-11-15 15:29:53 +02:00
notes_spec.rb Fixing unsafe use of Thread.current variable :current_user 2013-10-16 01:20:53 -04:00
project_hooks_spec.rb ProjectHook API supports new event fields 2013-12-04 13:37:39 +02:00
projects_spec.rb Extract tests for project hooks API 2013-12-04 13:37:39 +02:00
repositories_spec.rb Add support for various archive formats. 2014-01-02 10:18:56 -06:00
services_spec.rb API: set gitlab-ci service for project 2013-10-29 16:39:46 +02:00
session_spec.rb Fix session spec because of password length 2013-11-25 22:33:04 +02:00
system_hooks_spec.rb
users_spec.rb Added test cases to verify admin status of users created via API. 2013-09-29 19:55:09 +03:00