gitlabhq/spec/requests/api
Sebastian Ziebell 1b97a2eee8 API: fixes return codes, documentation updated with status codes, tests added
The users API updated with return codes, e.g. if required parameters are missing
a `400 Bad Request` error is returned instead of `404`. Fixes return codes of functions,
e.g. deletion of a ssh key is an idempotent function now.
The API documentation is updated to reflect the current status of the API. Descriptions
are more detailed and complete, infos to return values are added to all functions.
2013-02-20 12:23:56 +01:00
..
groups_spec.rb Add test for duplicate group paths 2013-02-01 18:58:53 +01:00
issues_spec.rb Rspec fixes 2013-01-04 18:50:31 +02:00
merge_requests_spec.rb API: extracted helper method to provide 400 bad request error with description 2013-02-13 15:48:52 +01:00
milestones_spec.rb Tests added to check status codes when handling milestone via API 2013-02-06 17:11:00 +01:00
notes_spec.rb Merge branch 'master' into fixes/api 2013-02-08 10:32:42 +01:00
projects_spec.rb Test to check 404 error when project id not found 2013-02-14 21:00:05 +01:00
session_spec.rb Remove backward compatibility of factories. 2012-11-13 22:27:45 +11:00
users_spec.rb API: fixes return codes, documentation updated with status codes, tests added 2013-02-20 12:23:56 +01:00