gitlabhq/lib/api
Sebastian Ziebell 7e45ba7004 API: fixes return code when creating last project before reaching limit
When creating the last project via API when reaching the project limit a status code
of 404 (Not found) is returned instead of 201 (Created). The fix checks now correctly if
the project could be saved.
2013-02-14 11:14:52 +01:00
..
entities.rb Code deduplication using inheritance for GroupDetail 2013-02-03 19:38:33 +01:00
groups.rb Fix groups api: differ between users and admin 2013-02-01 15:00:12 +01:00
helpers.rb
internal.rb deploy keys support for gitlab-shell api 2013-02-07 09:56:13 +02:00
issues.rb Fixed missing current user for issue observer 2013-01-02 20:25:25 +02:00
merge_requests.rb Remove all references tp the project code parameter from the API 2012-12-21 18:47:04 +01:00
milestones.rb Remove all references tp the project code parameter from the API 2012-12-21 18:47:04 +01:00
notes.rb Expose MergeRequest object as a notable in the API to allow for easy retrieval of comments 2013-01-29 21:15:13 -08:00
projects.rb API: fixes return code when creating last project before reaching limit 2013-02-14 11:14:52 +01:00
session.rb
users.rb Extended users API to support updating and deleting users. 2012-12-18 21:24:31 +02:00