gitlabhq/lib/api
Matt Humphrey dd653f62f3 Added namespace_id to project creation via API
This allows you to set the namespace ID for projects via the the API. By default it is created for the current user. You can assign it to the global namespace by passing `GLN` which translates to 'Global Namespace'.
2013-03-01 16:34:11 +00:00
..
entities.rb Fix private flag for project 2013-02-19 11:45:49 +02:00
groups.rb Fix groups api: differ between users and admin 2013-02-01 15:00:12 +01:00
helpers.rb Fix namespace api autocomplete 2012-12-12 12:54:28 +02:00
internal.rb specs for api/internal 2013-02-26 22:53:59 +02:00
issues.rb Issue uses StateMachine now 2013-02-18 14:43:50 +04:00
merge_requests.rb Merge Request uses StateMachine now 2013-02-18 14:43:50 +04:00
milestones.rb Milestone uses StateMachine now 2013-02-18 14:43:50 +04: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 Added namespace_id to project creation via API 2013-03-01 16:34:11 +00:00
session.rb API: return 401 for invalid session 2012-09-20 08:38:08 -07:00
users.rb Extended users API to support updating and deleting users. 2012-12-18 21:24:31 +02:00